Drawar

Welcome to Drawar! There is a bit of creativity in all of us.: Signup or Login Here
Drawar is proudly hosted by (mt) Media Temple.  We recommend them for your web hosting needs.
Clips: Popular Clips Upcoming Clips Notes: All Notes

A quick question for the WordPress/PHP/MySQL gurus among us:

How would I go about organising my category view so that when I click on a category and get taken to ..mydomain/category/asides/, the posts are shown in alphabetical order according to the first letter(s) in the title/permalink?

It probably sounds like a "huh?" question, but I have a reason for wanting to know if this is possible, and if so, how.

(Must have mis-clicked the community, feel free to move.)

Try...

<?php $my_catposts = new WP_Query('category_name=CATEGORYNAMEHERE&showposts=10&orderby=name'); ?>
<?php while($my_catposts->have_posts()) : $my_catposts->the_post(); ?>
<ul>
<li><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></li>
</ul>
<?php endwhile; ?>

Ordering by name works in post queries. Probably an easier way, even.

Thanks Lelia. :)

Please Login To Leave A Comment

Drawar Sponsors Get in touch if you want in.

 

Drawar is part of the Chawlk Network of sites.

9 Great Places To Visit, Hang Out, & Meet New People

What's new and interesting at other Chawlk Network sites: