/ Published in: PHP
URL: http://support.slidedeck.com/slidedeck/topics/have_the_slidedeck_only_on_the_homepage
Example code for a SlideDeck user to place their SlideDeck on the homepage of their WordPress site.
Expand |
Embed | Plain Text
<?php if( is_home() || is_front_page() ) { // replace the below Theme Code Snippet with your own } ?>
You need to login to post a comment.
