Descending Order?
-
This is the code for my asides. Please help me figure out how to change this code to list posts in descending order. I worked on it a bit myself but I can’t figure it out.
<?php if ($posts) : foreach ($posts as $post) : the_post() ?> <?php if (in_category(109)) { ?> <div class="asides_sidebar"> <h3 style="padding:0 0 0px !important;margin: 0 0 5px 105px !important;text-indent: -105px; margin-top: 0; margin-bottom: 0;><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> </div> <?php } ?> <?php endforeach; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Descending Order?’ is closed to new replies.