• Resolved MaryRobinette

    (@maryrobinette)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you sure your links are in category 1?

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

    Thread Starter MaryRobinette

    (@maryrobinette)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing blogroll and preview button’ is closed to new replies.