Which WP function do I need to display certain things includes on the main page only?
I've got a few things I have added into my site. That are using <?php include> tags.
One is in sidebar.php / one is in footer.php etc.
Problem is I only want to display these includes on the main page.
What's the best way to do it?
|