skip to Main Content

I have developed a website on Nextjs and now I want my Blogs page in Wrdpress

How can I install WordPress for my Blogs Page and do customization in wp only ???

Please help me in installing WordPress for my existing Nextjs Website ???

2

Answers


  1. Check this Vercel Manual out about Headless WordPress or in General Headless CMS if it doesnt have to be WordPress and can be for example StrapiJS, Sanity.

    Which allows you to use whatever Frontend-UI Library/Framework like Vue/Nuxt,Angualar,React/Next and handle a CMS the Backend or Content Stuff because you dont want to always rewrite JSX etc.

    1. Vercel with Headless WordPress

    2. Sanity

    3. StrapiJS

    Login or Signup to reply.
  2. I have also previously participated in building projects using WordPress and nextjs, but this seems to be a choice that was inevitably made to improve the performance of an already built WordPress site.
    Also, there is less discussion about this now.
    There are more and better CMSs that are compatible with Nextjs, and WordPress is hard to find.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search