Post views meta data

Posted in: Newspaper
Post count: 44

I am trying to use the post views count in another plugin for author payments based on pageviews. I’m curious if this is going to be possible. The plugin asks for one of two different options..

1. I have my own visit counter (postmeta)

The postmeta holding the visits __________________

2. I have my own visit counter (callback)

Callback name (class,methodname)

would this plugin be able to read the post views for a particular post? If so, could someone please tell me what postmeta, or callback to enter in this field.

Thanks,
John

Post count: 6600

Hi,

Yes, the theme uses its own post views implementation and sores counts under ‘post_views_count’ meta, you can give it a try.
If it does not work I suggest you also address this to plugins authors, and let theme know about theme’s post view meta, they might have a quick solution for your case.

Hope this helps!
Thanks for the message!

Post count: 44

Great, it works perfect. Thank you!

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