Only show on front page

Description

This code is to show information only on the front page. For example if you would like music only on the frontpage (homepage) of the website you can place the music code in between that code.

This code is to show information only on the front page. For example if you would like music only on the frontpage (homepage) of the website you can place the music code in between that code.

PHP Source Code

                        
                          <?php if(is_front_page() ) { ?>
<!--Stuff to show if this is the frontpage of the website-->
<?php } ?>                        
                        


Post Categories