cabrerahector / wordpress-popular-posts

WordPress Popular Posts - A highly customizable WordPress widget that displays your most popular posts.
https://wordpress.org/plugins/wordpress-popular-posts/
GNU General Public License v2.0
279 stars 83 forks source link

Visit number missing in the api #327

Closed titosobabas closed 2 years ago

titosobabas commented 2 years ago

I have the next wordpress-popular-posts api running on my website:

https://www.laciudadbabasonica.com/wp-json/wordpress-popular-posts/v1/popular-posts?limit=5

The visit number is missing in the final json result.

I want to get the vistit number of each post from the api but it doesn't exist, as you can see in the image below (taken from the dashboard of the plugin)

image

cabrerahector commented 2 years ago

Hola Fernando,

The visit number is missing in the final json result.

No, it's not :P It's the pageviews parameter what you're looking for.

image