• Resolved csrc

    (@csrc)


    Hi all

    I need to show all videos from all playlist on my front page and for this i’am using this code

    <?php echo do_shortcode('[playlist id=0]'); ?>

    But the playlist 0 is displaying on every page, i want this playlist to display only on front.
    How can i do it?

Viewing 1 replies (of 1 total)
  • Thread Starter csrc

    (@csrc)

    <?php if(is_home()) echo do_shortcode('[playlist id=0]'); ?>

    this code is fine for me

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: wordTube] Frontpage display only’ is closed to new replies.