Forums

[resolved] Plugin to organize blogroll? (2 posts)

  1. prazim
    Member
    Posted 1 year ago #

    I saw something really nice on a blog using a different platform the other day and wonder if there is a plug in to accomplish the same thing in Wordpress. Essentially, the blog author segmented her blogs by first character in their names. There was a space between the a's and b's, etc.

  2. prazim
    Member
    Posted 1 year ago #

    Hi,
    I wanted to share with you that I have figured out how to do this.

    First of all, create separate categories for each group of blogs beginning with each letter of the alphabet for which you have blogs; for example: blogs_a, blogs_d, etc, and make note of the category id WordPress assigns to each one.

    Edit your sidebar.php file where you want the blogroll to appear and insert this code:

    <h2>Great Blogs (or whatever you want to call them)</h2>

    <?php wp_list_bookmarks('category=7&categorize=0&title_li=0'); ?>

    replace the "7" in the string "category=7" with each new blog category you want to present and insert the

    and

    codes to separate each group.

    That's it!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.