groups

name language licence
Adding a Mini-Loop PHP Other
Untitled Snippet PHP Other
translations of CSS3 selectors for SocialMe PHP Other
Template Tags/wp list bookmarks PHP Other
Unique Category template PHP Other
Display Google Ad after the first post PHP Other
Custom Fields PHP Other
Dynamic Content Dynamic Content PHP Other

< 1 2 3 >



language: PHP
licence: Other

Dynamic Content Dynamic Content

options: view full snippetsend to code collector
/************************************ NOTE ***********************************

If you want to include a file that will only appear on the frontpage, here is the code:

************************************ NOTE ***********************************/


<?php if ( is_home() ) { include ('file.php'); } ?>
	
(Continues...)