how to deploy mars theme in my wordpress website cpanel there is lack of documentation and videos on internet i want to use frontity but i have lack of knowledge
Read up on embedded mode (and decoupled mode
on the page before)
You’ll want to deploy your node-based frontity app to somewhere like vercel
You can choose either to have your visitors visit your Wordpress domain and it calls remotely to frontity using a WP plugin for the embedded mode, which overrides the normal theme
It’s slightly more of a round trip but it makes things likes caching and redirects etc simpler
Or you can have users visit your app on eg vercel domain and it will get the data from your WP install
1 Like