View Single Post
Old 03-30-2007, 04:23 AM  
BigBen
Confirmed User
 
Join Date: Nov 2004
Location: scv
Posts: 2,299
Use conditional tags. Example...

PHP Code:
<?php if ( is_home() ) { ?>

// blogroll here

<?php ?>
BigBen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote