Created
January 31, 2023 16:51
-
-
Save trueqap/02f537bc70a1ec72d54ea55472164523 to your computer and use it in GitHub Desktop.
single.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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