Orderby Title doesn’t appear to work on parent level pages. It seems to be working fine on child level pages. It there something I’m missing to get these in order
I took a look at your site and it appears the widget settings are correct and this should be ordering by title. Something must be filtering the queries before they run. Probably another plugin or theme.
Here are some of the possible filter/actions that could be conflicting:
pre_get_posts
advanced_sidebar_menu_order_by
posts_orderby
posts_clauses
posts_orderby_request
posts_clauses_request
Otherwise, you can help rule out which plugin/theme is causing the issue by deactivating them one at time and testing the order, there is a good chance I can show you how to fix the conflict.
Hi Matthew,
I took a look at your site and it appears the widget settings are correct and this should be ordering by title. Something must be filtering the queries before they run. Probably another plugin or theme.
Here are some of the possible filter/actions that could be conflicting:
pre_get_posts
advanced_sidebar_menu_order_by
posts_orderby
posts_clauses
posts_orderby_request
posts_clauses_request
Otherwise, you can help rule out which plugin/theme is causing the issue by deactivating them one at time and testing the order, there is a good chance I can show you how to fix the conflict.
Have a great weekend!
Mat Lipe