• WP 2.1 seems to have merged my regular categories with my links categories. Is there a way now to show JUST my links categories (now called blogroll)? This seems like a pretty important function.

    Currently I get a WP Database Error:

    WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘INNER JOIN wp_links ON link_category = cat_id WHERE ]
    SELECT cat_id, cat_name, COUNT( link_id ) as num_links FROM INNER JOIN wp_links ON link_category = cat_id WHERE link_visible = ‘Y’ GROUP BY cat_id HAVING num_links > 0 ORDER BY cat_name

    Are blogrolls without post categories just not possible in 2.1? Any help would be much appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • wp_list_bookmarks is what you need to look for in your theme. If it’s not there you can add it yourself with <?php wp_list_bookmarks(); ?> and some styling or check with your theme’s author for an update.

    Thread Starter sfam

    (@sfam)

    Thanks Samboll! Is there a way to change the ordering of the categories (not the links within the categories but the order of the categories themselves?

    This appears to be done alphabetically. My previous workaround to this was to add a space at the beginning of those I wanted at the top. This no longer works.

    Hi Guys- I have the same problem and cant figure it out. Would one of you be interested in taking care of it for me for a trade?

    Look the function up in Codex. All the arguments (the bit you need to put in ) are explained.

    proxi

    (@proxi)

    is there a hook, to use with this functions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP 2.1 – How do I get my Blogroll back?’ is closed to new replies.