Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5825
    tan
    Participant

    Hi ,

    I like your plugin.But i need postmeta from your plugin to work together with another plugin on my website.
    May i know what is the postmeta?
    I don’t know where to find the postmeta
    Can you help me ?

    Thank you so much.

    #5826
    Bartosz
    Keymaster

    It’s not stored in post meta. There are many post views counter plugins storing data in post meta but this is not the kind of solution that would work on high traffic websites so we decided to do it differently.

    But can you describe what you’d like to achieve?

    #5880
    tan
    Participant

    Is it using php callback?
    May i know what is the classname or methodname for this plugin?

    Thank you!

    #5881
    Bartosz
    Keymaster

    pvc_get_post_views($post_id) – to get post views for a post or array of posts
    pvc_get_most_viewed_posts($args) – get most viewed posts, a wrapper for get_posts() function, forcing orderby parameter to “post_views”

    #7313
    drirfantariq
    Participant

    Waiting for Postmeta

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