• onel0ve

    (@onel0ve)


    need one conditional tag code please help

    i need to show some text only in single post on in front page .

Viewing 1 replies (of 1 total)
  • Triple P

    (@triple-p)

    <?php if (is_single() || is_home() || is_front_page()) { >
    //your stuff
    <?php } ?>
Viewing 1 replies (of 1 total)

The topic ‘need one conditional tag code please help’ is closed to new replies.