Title: Ordering
Last modified: November 13, 2022

---

# Ordering

 *  Resolved [scottriggle](https://wordpress.org/support/users/scottriggle/)
 * (@scottriggle)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/ordering-18/)
 * I’ve been watching your videos and I guess I’m missing something. I can’t find
   how to order archive pages or taxonomy pages, they’re in order of how they were
   created. These are automatic with pods and not a page with a shortcode.
 * I had to add:
    $query->set(‘order’, ‘ASC’); //Set the orderby $query->set(‘orderby’,‘
   title’); to my functions file to get it to work, but would think there would 
   be a simple order by when creating a pod and viewing its archive page.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jory Hogeveen](https://wordpress.org/support/users/keraweb/)
 * (@keraweb)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/ordering-18/#post-16195323)
 * Hi [@scottriggle](https://wordpress.org/support/users/scottriggle/)
 * Pods merely registers the posts and terms, it doesn’t create the archive templates
   or change the default way WordPress queries posts.
    If you need to modify the
   archive query then using filters (like you’ve already done) is indeed the best
   way!
 * Cheers, Jory

Viewing 1 replies (of 1 total)

The topic ‘Ordering’ is closed to new replies.

 * ![](https://ps.w.org/pods/assets/icon.svg?rev=3286397)
 * [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pods/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pods/)
 * [Active Topics](https://wordpress.org/support/plugin/pods/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pods/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pods/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jory Hogeveen](https://wordpress.org/support/users/keraweb/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/ordering-18/#post-16195323)
 * Status: resolved