You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hoping the stat screen at wp-admin/options-general.php?page=wordpress-popular-posts&tab=stats would only log posts that my wpp_get_mostpopular() template tag was tracking. I know you can only show certain post types by clicking the gear, but it would be great if we could filter further by categories, tags, custom taxonomy, and custom taxonomy tags/categories (not sure if they should be separate inputs or all custom taxonomy things in one input).
Mockup idea:
Just to make sure I am not doing something wrong, this is what I'm doing:
I know there is a wpp_trackable_post_types filter that would cover it if I only needed to filter by post type, but unfortunately that doesn't cover my situation. Maybe it's not so easy, but it would be nice. Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the suggestions and the mockup! I agree that this may be useful for some people so I'll think about it. This would be super low priority though and you may have to wait for a while so please keep that in mind.
I'll leave a comment here whether I decide to implement this as I'd surely need your help testing this.
I was hoping the stat screen at
wp-admin/options-general.php?page=wordpress-popular-posts&tab=stats
would only log posts that mywpp_get_mostpopular()
template tag was tracking. I know you can only show certain post types by clicking the gear, but it would be great if we could filter further by categories, tags, custom taxonomy, and custom taxonomy tags/categories (not sure if they should be separate inputs or all custom taxonomy things in one input).Mockup idea:
Just to make sure I am not doing something wrong, this is what I'm doing:
I know there is a
wpp_trackable_post_types
filter that would cover it if I only needed to filter by post type, but unfortunately that doesn't cover my situation. Maybe it's not so easy, but it would be nice. Thanks!The text was updated successfully, but these errors were encountered: