Thread
:
AGGHH - How do I put links in my Wordpress template without making them sitewide?!
View Single Post
03-30-2007, 05:20 AM
pound
Confirmed User
Join Date: Jan 2007
Posts: 116
Quote:
Originally Posted by
BigBen
Use
conditional tags
. Example...
PHP Code:
<?php
if (
is_home
() ) {
?>
// blogroll here
<?php
}
?>
Thankyooooooooooooooou!!111
pound
View Public Profile
Find More Posts by pound