View Single Post
Old 11-22-2010, 11:12 AM  
Si
Such Fun!
 
Industry Role:
Join Date: Feb 2008
Posts: 13,900
Ok it definately works. but wouldn't work with a php include unless I done it wrong.

Here is what i tried below:

<?php
wp_reset_query();
if (is_home() ) {
echo '<?php include "/include.html"; ?>';
}
?>

Unless I have to put the full file location in there. will try that now.
Si is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote