nextjs-wordpress icon indicating copy to clipboard operation
nextjs-wordpress copied to clipboard

💀 It's headless WordPress!

Results 4 nextjs-wordpress issues
Sort by recently updated
recently updated
newest added

I've noticed that most if not all of the data returned from GraphQL queries and passed around the application are untyped, resulting in an implicit `any` type which makes it...

enhancement
good first issue

Hi, is it possible to generate the content of /robots.txt dynamically from the backend? How can I do that? Of course, placing the file statically in the public folder works.

Hi there, great work! It helped me a lot to figure out my own headless WP / NextJS project. I have one question: How do you update the NEXTJS_AUTH_REFRESH_TOKEN ?...

I have added contact form 7 plugin to add contact us page in the UI and tried hitting this CURL using POSTMAN in many different ways. Referring to this POST...