• How to hide links in blogroll. Love to keep links (samples), since I can learn a lot from them. I do not want to delete them.

Viewing 1 replies (of 1 total)
  • 1. Create a new Link Category called (e.g) “Private”.

    2. Make a note of the new Link Category’s ID.

    3. Move the links you want to hide to the new Link category

    4. Edit the relevant template file in your theme and change <?php wp_list_bookmarks('title_li='); ?> to <?php wp_list_bookmarks('title_li=&exclude=n'); ?> where n is the ID of your new Private category.

Viewing 1 replies (of 1 total)
  • The topic ‘HIDE LINKS IN BLOGROLL’ is closed to new replies.