Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20618
    save1962
    Participant

    Hi, can you have a shortcode to display the 10 most viewed post (or more) on a page?

    #21025
    Beee
    Participant

    There is no option for this, but you can write your own shortcode and include the function for this plugin, with some custom args.

    I threw something together quickly for you. I think it will work out of the box (haven’t tested it).

    See https://pastebin.com/0QkShP2J

    Place this in your functions.php.
    You can then call it from the post content by using [custom-post-views].
    You can tweak the output with 3 variables: [custom-post-views number=”10″ post_type=”post,page” order=”DESC”]
    The values entered are the defaults.

    Hope this helps you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.