Get views by custom post types?
-
<?php query_posts(array('showposts' => 50, 'post_type' => 'post_type_animal', 'meta_key' => 'views', 'orderby' => 'meta_value_num', 'order' => 'DESC', 'paged' => $paged,)); ?>This code works fine, but it ignores post_type, it shows all post types.
Can you help me to get this work?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Get views by custom post types?’ is closed to new replies.