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