You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @imranhsayed ,
I created a Next JS project with wpgraqhl. I follow all your tutorials steps. I have faced one issues here details are given below -
page/[slug] -
These files are created for dynamic WordPress pages. But I noticed that it creates single post for every posts aswell.
So please look into this and provide better solution that how can we stop creating single post page from these files.
Hi @imranhsayed ,
I created a Next JS project with wpgraqhl. I follow all your tutorials steps. I have faced one issues here details are given below -
These files are created for dynamic WordPress pages. But I noticed that it creates single post for every posts aswell.
So please look into this and provide better solution that how can we stop creating single post page from these files.
URL - https://raw.githubusercontent.com/imranhsayed/nextjs-headless-wordpress/main/frontend/pages/%5B...slug%5D.js
And same thing happen here, This files creating for dynamic posts single page. But it also created the dynamic pages as well.
URL - https://raw.githubusercontent.com/imranhsayed/nextjs-headless-wordpress/main/frontend/pages/blog/%5Bslug%5D.js
The text was updated successfully, but these errors were encountered: