Orderby Not Working in custom post-type
-
Hi there,
I have installed a custom theme and the orderby function for a custom post-type is now not working. Please help! I have stared at this code and tried everything for 2 days now.
I found the line of code I generally edit under includes/shortcodes.php on line 661
I have tried this:
$query = new WP_Query('orderby=title&order=ASC&post_type=portfolio&posts_per_page=' . $number . '&cat=' . $categories);
and this:
$query = new WP_Query('order_by=title&post_type=portfolio&posts_per_page=' . $number . '&cat=' . $categories);
and every variation in-between. I’ve also just tried installing one of those re-order posts plugins to no avail.
Thank you in advance for your help!!!
- The topic ‘Orderby Not Working in custom post-type’ is closed to new replies.