Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi Melanie,

    In the post type filter, change the value to post and save. That should do it.

    Thread Starter MelanieB

    (@melanieb)

    Hi, Héctor! Thank you for your quick reply.

    Where can I find the ‘post type filter’? I don’t see anything in the ‘Tools’ settings. Do I have to edit the code?

    Thanks,
    Melanie

    Plugin Author Hector Cabrera

    (@hcabrera)

    Melanie,

    If you’re using the widget, simply go to Widgets > WordPress Popular Posts and do as instructed above. If you’re using either the template tag wpp_get_mostpopular() or the [wpp] shortcode, you need to pass them an extra parameter to achieve that. For example:

    wpp_get_mostpopular('post_type=post');
    
    // or ...
    
    [wpp post_type=post]
    Thread Starter MelanieB

    (@melanieb)

    Thank you so much! I’m sorry to reply so late. Everything works fine now with this plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WordPress Popular Posts] V2.3.0 includes pages in 'Popular Posts'. How to exclude’ is closed to new replies.