There is a parent category id on the WP REST API that I need to get, but it is not displayed in the Frontity state. So I would like to know how to display it?
Hey @s.nahnoinyi, I would love to help you but we need some more input, those 2 screenshots are not enought.
- Which endpoint?
- How do you want to use it?
Endpoint on WP REST API is ‘‘https://www.example.com/wp-json/wp/v2/success_stories_categories’’
I need to create a success stories filter by categories and its subcategories.
Parent 1:
- Child 1
- Child 2
Parent 2: - Child 1
- Child 2
…
That id I will use to distinguish parent from child and filter success stories.