Forums

[resolved] Older Entries Issue (4 posts)

  1. indexphp
    Member
    Posted 8 months ago #

    Hey All,

    I was facing the frontpage posts sorted on ID and I found how to solve it with this link:

    http://wordpress.org/support/topic/244351?replies=3

    But, after adding the code that provided in the link, I started to face "Older Entries" when I clink onit, it shows me the SAME entries thats on the frontpage !!

    Can anyone help me out

    Thanks a lot

  2. indexphp
    Member
    Posted 8 months ago #

    common guyz, for God sake someone reply and help me

  3. indexphp
    Member
    Posted 8 months ago #

    bump

  4. Lyndi
    Member
    Posted 8 months ago #

    This should sort out the problem:

    Above the line

    <?php if(have_posts()) : while(have_posts()) : the_post(); ?>

    you need to add

    <?php query_posts('&paged='.$paged.'&orderby=ID'); ?>

Reply

You must log in to post.

About this Topic