Home > Net >  Is there a way to put a landing page made with nextjs on wordpress?
Is there a way to put a landing page made with nextjs on wordpress?

Time:12-06

Beginner to web development. I made a website with one big landing page with nextjs locally, and I already have an online wordpress website with nothing on it, I want to put my page on it in a way that I can manage the content of it later on wordpress itself, Is this possible?

During my search, I found something called headless cms , but didn't actually get the point of it nor if its what I need.

CodePudding user response:

Yes, it can happen using Headless CMS. Basically, you need to connect WordPress and Next JS via GraphQL or REST API.

It is a kind of long process.

Here is one blog that might help you.

The same can be done with Gatsby JS and WordPress which is also Headless CMS.

CodePudding user response:

You have a starter solution from nextjsdev community - you can "remake" your wordpress with nextjs.

  • Related