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
279 stars 83 forks source link

Add Total Views in Admin Columns #94

Closed X-Raym closed 8 years ago

X-Raym commented 8 years ago

Hi !

I just elaborate a code snippet that add a Total Views column in all admin edit screen pages (posts, custom posts types etc...).

https://gist.github.com/X-Raym/896dfa97101fc17c1250

Screenshot

It would be nice to integrate it in a next release :)

Cheers !

jjmpsp commented 8 years ago

+1 Thanks for this :+1:

cabrerahector commented 8 years ago

Hey guys!

While I appreciate the contribution, I'm not too sure about adding this feature to the plugin since this is something that can be done via functions.php as well. I'd prefer keeping the plugin as lean as possible.