Forums
(@zyn)
16 years, 3 months ago
Thank you. Using that code in the page.php made everything work exactly as I wanted it to.
In my page.php file (the front page is a page after all) I tried using:
<?php if ( is_home() ) { ?> html here... tadadum... <?php } ?>
I also tried this in index.php but neither gave any result.