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

A headless starter for WordPress powered by Next.js.

Results 82 nextjs-wordpress-starter issues
Sort by recently updated
recently updated
newest added

error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Closes #931 ## Note This solves the routing problem of previews not being generated, but it does not solve the problem of the 'preview button' being broken. I have opened...

Using Yoast SEO’s [Redirect Manager](https://yoast.com/wordpress/plugins/seo/redirect-manager/), the client was able to import over 1,000 URLs and then manage every aspect of where they wanted them to point. Since Next.js [supports redirects](https://nextjs.org/docs/api-reference/next.config.js/redirects),...

Closes #945 ### Description Begins adding TS support OOB. Adds: - Typescript package - @types/react - @types/node - ESLint jsdoc mode set to typescript ### Note: Newest Typescript is 4.6.2;...

Thanks for taking the time to file a bug report! Please fill out this form as completely as possible. If you leave out sections there is a high likelihood it...

Closes #879 ### Description This PR was recreated from #925 off the new `main` branch. All credit to @ravewebdev - Adds the new Input wrapper component with some basic validation,...

Add support for displaying & creating nested comments on posts See #879 first

enhancement
in progress
frontend

Address various TODOs across project. ### Misc - [x] AcfBlockMediaText: TODO: Query the DB for the image ID and replace the attributes.data with the correct information - existing issue #378...

in progress

**Describe the bug** Preview doesn't seem to be working when posts use nested URIs, e.g. `/2022/02/22/hello-world/` **To Reproduce** 1. Select the `Day and name` structure for the permalinks 2. Edit...

**Describe the bug** Hey there, I am trying to enable previews to custom post types. If i add a new post in a custom post type --- it redirects me...