Thread Starter
pswpsw
(@pswpsw)
It looks like I found the culprit. It seems that at some point I’d used a:
‘order_by’ => ‘title’
instead of:
‘orderby’ => ‘title’
Is it just me, or this naming convention inconsistent?
Thanks.
Thread Starter
pswpsw
(@pswpsw)
Thanks @topher1kenobe, that looks promising.