• First, thanks for a great plugin!

    Currently I have another similar plugin installed. This plugin ‘has a optional widget, that shows ‘the most read articles’ on our site.

    Is that something you might implement too?

    Thanks
    Knud

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    That should be easy to add. I’ll look into it somewhere next week.

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @knudkp,

    I have created a branch with a shortcode:
    https://github.com/Burst-Statistics/burst/tree/most-visited-shortcode

    I will add a Gutenberg block later on, but I wanted to pass this on to you so you can check it out.

    The most basic use is this:
    [burst-most-visited]
    default post type ‘post’, count = 5, and visit count is not shown.

    You can also use it like this:

    [burst-most-visited post_type=’page’ show_count=true count=10]

    It will output an unstyled list (ul/li) with some classes you can use. It should inherit the theme’s styles by default, but with the classes you can customize.

    Let me know if this is what you’re looking for.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Qust. abt. widget option’ is closed to new replies.