Blogroll disappeared after upgrade
-
My blogroll (aka Links) disappeared from my home page after upgrading to 2.2. Here is the code that I’ve used before to display them on my blog home page:
<h2><?php _e(‘Links:’); ?> </h2>
<ul class=”sidemenu”>
<?php get_links(‘1’, ”, ‘
‘, ‘
‘, 0, ‘name’, 0, 0, -1, 0); ?><br/>
<?php endif; ?>Thanks in advance to anyone that can help me fix this!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Blogroll disappeared after upgrade’ is closed to new replies.