Redux Theme Option?

Hello,

How can I source Data from Redux Theme Options Panel?
I have been using the Redux Theme option. How can i display it on Frontity?

Thanks.

Hello @n.uranbold, and welcome! :wave:

If you need data from WordPress to be used by Frontity you would need to fetch them from the WordPress REST API.

I don’t know how the Redux Theme Options Panel plugin exposes its data using the REST API, or even if it does so. In any case, I would check their docs or ask the team behind Redux Theme Option Panel, maybe they can help you to create your own API schema and get the data you need. :wink: