Thread
:
Which WP function do I need to display certain things includes on the main page only?
View Single Post
11-22-2010, 11:31 AM
VladS
Available for Coding Work
Industry Role:
Join Date: Jun 2008
Posts: 1,432
Code:
<?php wp_reset_query(); if (is_home() ) { include "/include.html"; } ?>
__________________
<developer> MechBunny
/ KVS / PHP / MySQL / HTML5 / CSS3 / jQuery
Email: vlad [at] faxite.com
Telegram:
@dangerouscoding
VladS
View Public Profile
Find More Posts by VladS