nextjs-headless-wordpress
nextjs-headless-wordpress copied to clipboard
🔥 Nextjs Headless WordPress
**Here's my docker-compose.yml file:** `version: '3.9' services: composer: image: composer command: update volumes: - ./wordpress:/app mysql: image: mysql:8.0 volumes: - mysql_data:/var/lib/mysql restart: always environment: MYSQL_ROOT_PASSWORD: root MYSQL_DATABASE: wordpress MYSQL_USER: wordpress...
When I am fetching the data for footer, it comes withh the backend WP URL:  But when I visit the menu links, they have the frontend URL: 
I was trying to use an https:// URL for my WP backend and I kept getting that "URL Is not valid" error. Modified the regex to make the `s` in...
This is my header component -- ` import { isEmpty } from "lodash"; import Nav from "./Nav"; const Header = ({ headerMenus }) => { // console.log(headerMenus); { // console.log(headerMenus);
Hello Imranhsayed, thank you for the repo and lessons. https://github.com/imranhsayed/nextjs-headless-wordpress/blob/main/frontend/src/components/seo/index.js The fields have the following values: metaRobotsNoindex, // index | noindex metaRobotsNofollow, // follow | nofollow So in the component,...
**Is your feature request related to a problem? Please describe.** During compose up Docker i got issue related with processor M1 When Docker working with mysql container i got an...
Hello, I've been using this as a small boilerplate to build a website and I have noticed that some of the default settings on the Gutenberg stylesheets imported into the...
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 - 1) page/[slug]...
Is there a complete index with links for all videos in this course? I have only found partial indexes so far. It would really help if the README had a...
I tried building this project today but npm install fails with a dependency issue: Could not resolve dependency: peer react@"^0.14 || ^15.0.0 || ^16.0.0-alpha" from [email protected] node_modules/react-outside-click-handler/node_modules/airbnb-prop-types This appears to...