Forums

[resolved] Missing blogroll and preview button (3 posts)

  1. MaryRobinette
    Member
    Posted 5 years ago #

    I upgraded from 2.0.6 to 2.1 today. It seemed smooth, but there are some odd things.

    1. There used to be a preview button in the write screen to take you down to the preview section. I miss that. I used it all the time.

    2. My blogroll no longer shows up in my sidebar. I'm calling it with, <?php get_links('1', '<li>', '</li>', ' ', 0, 'category', 0); ?>

    I've tried a couple of different template tags, including not specifying the category, and can't get it to show.

    Any ideas on either issue?

  2. Ajd777
    Member
    Posted 5 years ago #

    Are you sure your links are in category 1?

    Try:
    <?php get_links('-1', '<li>', '</li>', ' ', 0, 'category', 0); ?>

  3. MaryRobinette
    Member
    Posted 5 years ago #

    I was prepared to answer, yes, as I had the links sorted by categories on the list. But since none of the others work either.

    But, I just double-checked and apparently the link categories have been combined with the post categories, so now they have new numbers. Clever.

    Thanks for suggesting the obvious.

Topic Closed

This topic has been closed to new replies.

About this Topic