Custom order doesn't display
-
Hi I have installed this plugin but can’t seem to get the custom order working on the front-end on a custom scroller section I made using posts, this is my code:
$args = array( 'posts_per_page' => 20, 'category_name' => 'staff-' . $wp_query->queried_object->post_name, 'order' => 'ASC' );Do I need to add something else?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom order doesn't display’ is closed to new replies.