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

Now All post Entry Added on view time: I wants only for post type. #171

Closed rvpatel closed 6 years ago

rvpatel commented 6 years ago

I want only "post" type entry in the database. Please help me to where to manage conditions.

rvpatel commented 6 years ago

Also, can I get using my wp_query or can we manage using own HTML layout?

cabrerahector commented 6 years ago

Hi there,

I want only "post" type entry in the database. Please help me to where to manage conditions.

If you're using the widget, simply go to Widgets > WordPress Popular Posts and set Post Type(s) to post.

Similarly, if you're using either the wpp_get_mostpopular() template tag or the WPP shortcode, use the post_type parameter to do so.

Also, can I get using my wp_query or can we manage using own HTML layout?

Please read here.

cabrerahector commented 6 years ago

Closing due to inactivity.