• I just updated to version 2.1.3 and everything seems to be working fine except that my blogroll is only showing one link (out of about 10 that used to be there before the upgrade.) https://www.worshipworthy.com at footer.

    The links are still in the Blogroll Management section and visible.

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • upgraded from what version?

    The code for displaying links changed slightly from 2.0.x to 2.1.x, I believe. Take a look at how the default them in the 2.1.3 package does it,adjust the code in your current theme accordingly.

    Thread Starter saintagnes

    (@saintagnes)

    I tried it but it made the word BLOGROLL appear really big and all the links were listed with a small dot preceding each of them.

    Here is what the problematic code says:
    <?php get_links(-1, ”, ‘
    ‘, ”, true,’id’, false, 10, true ); ?>

    and the one in the default theme is:
    <?php get_links_list(); ?>

    Ideas?

    …so I was right about the code change ??

    What you see after the change is taken care of by how you call that, see this:

    https://codex.www.ads-software.com/Template_Tags/get_links_list

    you might also have to alter your CSS a bit.

    The end point is that your theme was not 2.1.x friendly. You might want to check where you got the theme, also, and see if the author has made a new one available.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blogroll doesn’t show all links’ is closed to new replies.