How to create sorter
-
Hi, i have problem, i don’t know how to change code:
$blog_query = new WP_Query( array( ‘post_type’ => ‘post’, ‘paged’ => $paged ) );
I need add sorter for posts to select the specific category of posts
something like this:
$blog_query = new WP_Query( array( ‘post_type’ => ‘post’, ‘cat_name’ => ‘kategorija-kategorija’, ‘paged’ => $paged ) );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to create sorter’ is closed to new replies.