cabrerahector / wordpress-popular-posts

WordPress Popular Posts - A highly customizable WordPress widget that displays your most popular posts.
https://wordpress.org/plugins/wordpress-popular-posts/
GNU General Public License v2.0
280 stars 82 forks source link

orderby popular #245

Closed maxkopych closed 4 years ago

maxkopych commented 4 years ago

Can we order archive pages with string query...

Something like:

https//example.com/category/name/?orderby=popular

Thanks!

cabrerahector commented 4 years ago

With a bit of coding, yes, it's doable. This should get you on the right track: How To: Sorting a custom query by views (All time, monthly, weekly, or daily).

cabrerahector commented 4 years ago

As a bonus hint, combining the above with this -with a few minor tweaks- should do the trick: Sort by meta key on archive page.