Forums

How to create categories for blogroll (4 posts)

  1. rencomm
    Member
    Posted 2 years ago #

    For the longest time we've tried to get our blogroll looking decent. We want to break up all the links we have into different categories. For example: A category of links related to our organization, Allied organizations, different topic blogs, etc.

    I can create a category and load a link into that category, but I can't make that category show up live! It's as if there's a step that WordPress isn't showing, as if there's an install button that's missing. What am I doing or not doing or missing entirely? OUr blog URL is http://www.familyfoundationblog.com/.

    Thanks in advance for any help!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Admin/Links/Link Categories

  3. whooami
    Member
    Posted 2 years ago #

    that theme is using old code.

    <li>
      <div class="cssbox">
      <div class="cssbox_head"><h2>Blogroll</h2></div>
      <div class="cssbox_body">
      <ul><li><?php get_links(); ?></li></ul>
      </div>
      </div>
      </li>

    get_links is deprecated.

    see this:

    http://codex.wordpress.org/Template_Tags/wp_list_bookmarks

    use that template tag with the category option.

  4. marsal
    Member
    Posted 2 years ago #

    login to admin panel--> then choose Link --> add new for adding bolgroll

    Link --> link categories for adding a categories for bolgroll

    -----------------------------
    Search Informative Articles

Topic Closed

This topic has been closed to new replies.

About this Topic