Sort popular posts by meta key
-
Hi,
I just installed Jetpack because stats work on AMP posts… so this plugin also works on AMP?
And with this plugin, can I use a meta key to sort popular posts by day, week, month, year or only all time?
My template has a code like this:
<?php global $post; $recent = new WP_Query(array( 'posts_per_page' => 5, 'order' => 'DESC', 'orderby' => 'meta_value_num', 'meta_key' => '?' )); while($recent->have_posts()) : $recent->the_post(); ?>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Sort popular posts by meta key’ is closed to new replies.