Any ideas how to get my blogroll to only show on the front page instead of site wide?
Any ideas how to get my blogroll to only show on the front page instead of site wide?
This might help:
Conditional_Tags
Ahh figured it out
<?php if (is_home()) { ?>
BLOGROLL CODE
<?php } ?>This topic has been closed to new replies.