How to Write a New Query In WordPress?

global $wp_query;
$wp_query = new WP_Query(array( ‘orderby’ => ‘post_title’,’order’ => ‘asc’,’listings_categories’ => ‘vegetarian’));

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *