• jbondi

    (@jbondi)


    Every time I make a new link and want it to go under a certain link category, it always goes to the category called “Blogroll” and I can not change it.
    It was no problem but then all of a sudden it did not work anymore. I did not do any changes, just making some pages and wanted them to appear under certain link categories as I had done before, but now I can’t.
    Can anybody help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • tonya-plank

    (@tonya-plank)

    I am having the same exact problem. I don’t know how to fix it.

    stvwlf

    (@stvwlf)

    Hi

    This may require changing a line of code on your site.

    Hi – Are these in your sidebar? Then open file sidebar.php from your theme folder /wp-content/themes/{themename}

    look for a line like this

    <?php wp_list_bookmarks('categorize=0&category=2&before=<span>&after=</span>&show_images=1&show_description=0&orderby=url'); ?>

    It will not look exactly like this one but it will start with wp_list_bookmarks. In the line above,the zero after categorize is what causes the link categories to be ignored. If its changed to a 1 the categories will appear. It doesn’t matter where in the list categorize appears, wherever it is, change the 0 to a 1, save, and refresh your browser screen. That should do it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble with new links not going in the selected link categories’ is closed to new replies.