How to fetch all wordpress settings in Frontity?

Hello Team,

My little question is for Setting into WordPress, so please help me with that

Hi @HardikDevani

What settings are you trying to get? Frontity will consume whatever WordPress exposes in the REST API. You may need to add the settings you want to the REST API by adding some custom PHP to your active theme’s functions.php file.