groups

info


tags: Wordpress

Link to this snippet:


Download to Code Collector

language: PHP
licence: Other

Dynamic Content Dynamic Content

options: send to code collectorview all maeghan's snippets
/************************************ 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'); } ?>