Version is indicated in “Topic Info”: 4.1.1
I have found the solution:
<?php if ($post->post_author == 10){ ?>
<!-- FAI QUESTO -->
<?php } else { ?>
<!-- FAI QUEST'ALTRO -->
<?php } ?>
bye 🙂
Hi Alanft,
I want to personalize a piece of html in single.php depending on the author, I don’t want to personalize the author page, including other fields.
thanks anyway