Sort posts by post views and consider meta key
-
Hi,
my code should show popular posts where the meta key “slider” isn’t empty. Have anyone an idea why it doesn’t work?
$values = array( 'numberposts' => 10, 'orderby' => 'meta_value_num', 'meta_key' => 'count_views', 'meta_query' => array( array( 'key' => 'slider', 'compare' => '!=', 'value' => '' ) ) );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Sort posts by post views and consider meta key’ is closed to new replies.