• Hello,

    On my category pages (e.g. /?cat=42) I am looking to alphabetize the list of page titles, as well as number them.

    Any plugins for this? Any already known hacks for me to do?

    Thanks much…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter driprg

    (@driprg)

    By the way, I have found this line of code for making it alphabetical, but it adds all others below it.

    I used: <?php query_posts(‘showposts=-1&orderby=title&order=ASC’); ?>

    Thread Starter driprg

    (@driprg)

    OK, I was just now “private messaged” the now-defunct custom-query-string-plugin, in order to solve the alphabetical problem. It seems to work, but I was hesitant to start using it, since it’s not supported any longer.

    However, I still need to find out how to make the list of titles numerical, when browsing by category.

    https://mattread.com/projects/wp-plugins/custom-query-string-plugin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Alphab. & Numbered Titles on Category Pages?’ is closed to new replies.