Hello, Coding Reflections Nice video also overal playlist , I have a question about single page post every single post page different Scheemas I want to fetch also scheema. So How to do that can you suggest proper solution
@gindaka-xbox-ch Жыл бұрын
There is no need to surround the SiteHeader component with section tags. It must be a div. This is because the section component does not have the required heading.
@JRDC12 Жыл бұрын
I'm a dev, and just used code tools, and never used a No-Code Tool ever in my life. I wanted to ask if I can develop a headless CMS for a friend who wants to use wordpress for content management system. Is he able to edit pages and add new pages using wordpress alone?
@CodingReflections Жыл бұрын
I think part 18 of this video series is what you are asking for. It shows how posts/pages can be edited from the WordPress dashboard and the change is picked up automatically by the Next.js frontend. The WordPress user does not need to do any manual work on the frontend for the edits to take effect. However, a developer needs to properly setup the on-demand revalidation between the WordPress and the frontend beforehand for this to work, as shown in the video. Also, note that by default, WordPress is a monolithic CMS, not headless. So you might also want to disable the default WordPress frontend.