Hi,
In my website there is Blog details,so i can call API through postman but there is showing
{
“status”: “ok”,
“count”: 7,
“count_total”: 24,
“pages”: 4,
“posts”:[….]
}
in that am getting blog details,but count 7 only.
But in my website there is 6pages,and total count is 24.how can i get 24 item details?
Thanks in advance