• So today I upgraded from 1.5 to 1.5.1.2 with no problems…or so I thought. Now, when I click on a link to a Page in my sidebar, it loads a page with my latest post, but minus the title. Very weird. When I hover over the link in the sidebar, it shows the right target, but when I click on it, it goes awry.

    My sidebar is using the wp_list_pages function, and everything LOOKS like it should work. My pages are still there when I look under Manage/Pages, but I can’t figure out what went wrong.

    Any advice?

    http://www.kendallball.net

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you try to update your .htaccess file?

    Thread Starter gregkendallball

    (@gregkendallball)

    I have tried, and still unsuccessful. Thanks for the advice. Still looking for a solution….

    Thread Starter gregkendallball

    (@gregkendallball)

    Okay, a new issue to discuss:

    On my “Page Template” I used to cal the sidebar using get_sidebar(). Now, if I remove that line, then my pages work perfectly, albeit without the titles. I think I have narrowed it down to a problem with my theme, because if I activate Kubrick, then everything works fine. I don’t think it’s a problem with htaccess or anything. I probably need to do some digging and update the template to be compatible with the new version.

    Thanks to all ONE of you for your help! 🙂

    Try replacing <?php get_sidebar(); ?> with <?php include "sidebar.php"; ?> Don’t forget to backup first though.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Upgraded to 1.5.1.2 and now Pages are broken’ is closed to new replies.