Only first blogroll link shows in sidebar
-
This is an odd issue. . .
After updating to 2.1.3, my sidebar links no longer work. Only the first one I added appears on the site, which you can see through this link. All the blogroll links are set to “visible”.In the sidebar.php file, I have:
<div class="title"><?php _e('Links'); ?></div> <?php get_links(-1, '', '', ' ', true,'id', false, 10, true ); ?>
I have tried the following codes:
<?php get_links_list(); ?> <?php wp_list_bookmarks(); ?>
Both worked, but both also produced a list totally separate from all the other formatting on my site, and also showed an extra “blogroll” header.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Only first blogroll link shows in sidebar’ is closed to new replies.