[ad_1]
Replies: 1
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.
