Log in

View Full Version : how to add another page at wp homepage


smiling
2007-10-25, 11:29 AM
<?php
if (is_home())
{ get_sidebar();
include (TEMPLATEPATH . '/ads.php');}
else { get_sidebar();}
?>

the code ad ads.php at homepage, not at other pages.