j0w0
Forum Replies Created
-
Thanks, @alexrollin!! I see the post tags in the JSON results now 🎉
Does this work out of the box or is this an additional add-on?
I’ve verified several posts have multiple tags attached to them, but am not seeing post tags anywhere in the results like I’m seeing the categories.
For reference, I am using your documentation here: https://wpgeodirectory.com/docs-v2/api/posts/
As you can see, your documentation shows “post_categories” in the results in an array format. However, you do not include the post_tags in the same results and instead have another endpoint in the “_links” object. I would like to get the tags with all the other data and not have to make another API request.I’ve verified the post I’m using has tags attached added it to it.
Hi Stiofan,
The JSON results do not include the tags like it does the categories. I would have to make a separate API call request for each post ID. Is there a way to list the tags in an array inside of the Places results (not a separate API endpoint), like the post_categories are?
- This reply was modified 2 years, 8 months ago by j0w0.