Forums

Inverse order of posts (2 posts)

  1. jarom1
    Member
    Posted 3 years ago #

    The other posts I've read on this topic haven't worked on my blog--

    When someone clicks on a category and the posts appear in the main content area, I'd like to have the posts appear with the oldest post on top and newer posts in descending order.

    The page is: http://internetmarketingforbusinessowners.com/wordpress/category/2-category/

    The code currently looks like this:

    <?php while (have_posts()) : the_post(); ?>
    <div class="post"><h3 id="post-<?php the_ID(); ?>">" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></h3>
    </div>
    <?php endwhile; ?>

  2. ridewithjoe
    Member
    Posted 3 years ago #

    Did you ever get a solution to this? I have the same problem.

Topic Closed

This topic has been closed to new replies.

About this Topic