need one conditional tag code please help
i need to show some text only in single post on in front page .
need one conditional tag code please help
i need to show some text only in single post on in front page .
<?php if (is_single() || is_home() || is_front_page()) { >
//your stuff
<?php } ?>This topic has been closed to new replies.