I used to have some links that only show up on the "home" page -
I have had following code in my previous theme
PHP Code:
<?php if($HTTP_SERVER_VARS['REQUEST_URI']=="/") : ?>
<p>link1 ... link2</p>
<?php endif; ?>
I placed it right over
HTML Code:
</td> <!-- / Footer -->
any idea?