Thread Starter
drceng
(@drceng)
Never mind! I found that it was simply because I didn’t choose to index all of the appropriate categories. I love when the fix is easy. 🙂
Thread Starter
drceng
(@drceng)
Thanks for the reply! The theme creators replied & confirmed the previous code they provide had an error & this one did the trick! yay!
$args = array(
'post_type' => 'logo',
'orderby' => 'menu_order'
);