Post Categories

  • PigsInc

    #475

    It seems like if you use the post categories feature by turning on only certain categories for the front page, the front page also changes to excerpt mode. Is this by design?

    Admin

    Syahir Hakim

    #12588

    Nope, it’s not. It’s a bug, and has been fixed and will be available in the next version.

    In the meantime, you can fix it by opening the theme’s index.php file. Then on line 25, replace this line:

    $args = array_merge($wp_query->query, array('cat' => $cats));

    with these lines:

    $args = $query_string.$cats;
    query_posts($args);

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.