Forums

Eliminating Link Categories (2 posts)

  1. konradhartmann
    Member
    Posted 3 years ago #

    Hi.

    1. It looks ugly to me to have LINKS in the sidebar with a Category underneath it. I see the value for someone who has many links, but this is a waste of realestate for me--yet WordPress forces me to select a category for a link. Is there any way to get rid of this?

    2. Can I somehow rename that LINKS header (for example, make is say Recommendations or Associates or Partners?)

    Thanks!

    http://www.fastmoviereviews.com

  2. MichaelH
    Volunteer
    Posted 3 years ago #

    Typically, the template tag, wp_list_bookmarks(), displays links in a sidebar.

    Look at using the categorize=0 and title_li= as is suggest in this example from the wp_list_bookmarks() article

    <?php wp_list_bookmarks('title_li=&categorize=0'); ?>
    
    And of course you could use the 'title_li=whatever heading your want'

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.