Remove Sitewide Links
-
Hi Guys
I am trying to make my blogroll appear on the homepage only, there are a few threads that I have read but none are working, I think Im running a different version to the threads I have read 3.1.3
My sidebar code looks like this
<?php
// A second sidebar for widgets, just because.
if ( is_active_sidebar( ‘secondary-widget-area’ ) ) : ?><div id=”secondary” class=”widget-area” role=”complementary”>
<ul class=”xoxo”>
<?php dynamic_sidebar( ‘secondary-widget-area’ ); ?></div><!– #secondary .widget-area –>
<?php endif; ?>
Any ideas?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove Sitewide Links’ is closed to new replies.