Show only certain link categories on sidebar?
-
I am wanting to show only one of my links categories on my sidebar.. how do I specify that in the code? This is what I have
<!– start sidebar item –>
<div class=”sidebar”>
<h2>Links</h2>
<ul class=”sidebarul”>
<?php get_links(‘-1’, ‘- ‘, ‘
‘, ‘
‘, FALSE, ‘name’, FALSE, FALSE, ‘-1’, TRUE, TRUE); ?></div>
<!– stop sidebar item –>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show only certain link categories on sidebar?’ is closed to new replies.