Hi all– I tried doing what macmanx suggested above, and it didn’t work (I got a “parse error” message on the sidebar instead.
Here is the code relating to my links in my sidebar.php page as it stands now:
<?php if( is_home() || is_page() ) { ?>
<li id=”links”><?php _e(‘Links’); ?>
<?php get_links(-1, ‘
- ‘, ‘
‘, ‘
‘, FALSE, ‘category’, FALSE, FALSE, -1, TRUE); ?>
I have 3 categories of links, and the code above is just tossing them all into one entitled “Links”. Any suggestions?