Forums

[resolved] Static Home Page isn't working, can anybody help? (3 posts)

  1. charontes
    Member
    Posted 1 year ago #

    For some reason no matter what I select under Settings -> Reading, my blog posts always show up on the homepage.

    It worked just fine until I upgraded to WP 3.1.

    What I've tried:

    1. De-registered all plugins. Set plugin_active = a:0:{} as suggested in codex (in options table).
    2. Changed theme to twentyten and back.
    3. Restructured Permalinks
    4. Double checked options table to ensure show_on_front and page_on_front are set properly (they are)

    I don't know what else to do. Any pointers, similar problems gotten solved? I can beg :)

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Site url? Can we see the site using the Twenty Ten theme?

  3. charontes
    Member
    Posted 1 year ago #

    Hey! It's fixed! Thanks for pointing me in the right direction.

    I hadn't actually checked out what the site looked like in TwentyTen, only activated it and re-activated our custom theme. I did this and the homepage worked just fine!

    This made me think of what I've changed since WP 3.1 and I realized I had updated my custom post type to sort by custom Order.

    I was following the directions on Scribu to sort our Portfolio custom post type by a custom field (display-order), when I commented out this function my custom post type class:

    add_filter('request', array(&$this,'order_column_orderby'));

    It worked!

    Thanks so much!

Topic Closed

This topic has been closed to new replies.

About this Topic