• Resolved katharinabeitz

    (@katharinabeitz)


    Hey, I use the plugin with a shortcode – not as a sidebar widget. When I implement the shortcode, how do I hide the views after the title? I don’t want to publish the views at all for the reader.
    Thank you!!

    The page I need help with: [log in to see the link]

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

    (@hcabrera)

    Hi @katharinabeitz,

    You can use the stats_views parameter to display/hide views count. For example:

    [wpp stats_views=0]

    Where 0 means hide and 1 means show.

    Thread Starter katharinabeitz

    (@katharinabeitz)

    Hey Héctor, thank you!

    Is there any way to change the font, letter size etc. with the shortcode?
    I don’t use a sidebar and would love to play around with the look in general?

    Thank you so much!
    All the best, Katharina

    Plugin Author Hector Cabrera

    (@hcabrera)

    To change the look & feel of your popular posts list, including the font, you’ll need to use CSS.

    For example, if you wanted to change the font size of the post title you’d need to add the following CSS rules to your website (eg. via Customize > Additional CSS):

    .wpp-post-title {
        font-size: 24px;
    }

    I’ve added some more examples here that while are geared towards the widget they can be applied to the shortcode as well if you use the right parameters.

    Since your original question was answered (how to hide views) I’m marking this topic as resolved. However if you have any other questions feel free to ask, alright?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to hide views?’ is closed to new replies.