Thread
:
AGGHH - How do I put links in my Wordpress template without making them sitewide?!
View Single Post
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
View Public Profile
Find More Posts by BigBen