Forums

[resolved] Older Entries pages showing first page posts (4 posts)

  1. melstan1
    Member
    Posted 1 year ago #

    hi all, is there a way to exclude a category from appearing on the home page? I changed

    query_posts($args);

    to query_posts('cat=-24'); but that stopped my older pages from showing the older posts.

    Ideas?

    Danke.

  2. melstan1
    Member
    Posted 1 year ago #

    Attention Admin: I posted the wrong problem to the wrong title. The problem is right but the post title is not. Can it get changed? Sorry, not trying to fool anyone, just wasn't paying attention. :-)

  3. alchymyth
    The Sweeper
    Posted 1 year ago #

    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    query_posts('cat=-24&paged=' . $paged);
  4. melstan1
    Member
    Posted 1 year ago #

    That worked, thank you very much! :)

Topic Closed

This topic has been closed to new replies.

About this Topic