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

🔥 Nextjs Headless WordPress

Results 25 nextjs-headless-wordpress issues
Sort by recently updated
recently updated
newest added
trafficstars

**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: ![image](https://user-images.githubusercontent.com/81577619/156916207-3e5a35c1-b4ec-43ef-b399-51bbed5861c7.png) But when I visit the menu links, they have the frontend URL: ![image](https://user-images.githubusercontent.com/81577619/156916814-2eae46d3-3a90-4f03-a8ae-0993b3cd6124.png)

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);

answered

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...

answered

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...

answered