Skip to content

Instantly share code, notes, and snippets.

@trueqap
Created January 31, 2023 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trueqap/02f537bc70a1ec72d54ea55472164523 to your computer and use it in GitHub Desktop.
Save trueqap/02f537bc70a1ec72d54ea55472164523 to your computer and use it in GitHub Desktop.
single.php
<?php
$ACF_mezo_neve = "ide";
if( !empty(get_post_meta(get_the_ID(), $ACF_mezo_neve, true)) ){
echo '<h4 class="kapcsolodo-fajlok">Kapcsolódó fájlok:</h4>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment