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

Refactor the codebase to support Typescript. This can be done gradually, since Typescript supports mixing `.js` with `.ts` and `.tsx`.

in progress

References #410 ### Description Expands attribute handling for Image block: ### Screenshot If possible, add some screenshots of your feature. ### Verification How will a stakeholder test this? 1. 2....

As we discussed earlier today, our current form implementation is the very definition of "over-engineered". I would like to rip it all out and start over. - Study up on...

enhancement
in progress
frontend

Hi, when I look in GraphiQL explorer to get an archive of a custom taxonomy for a custom post type, I cannot read the field 'archiveSeo' is that supposed to...

Closes #676 ### Description - Addresses bug in `wds-headless-blocks` causing block rendering to break. Splits hex color handling into separate filters for attrs and edit override. - Bumps requirement for...

**REPRODUCE**: When generating a form with gravityforms, add a file upload field and allow file formats like png and jpg ![image](https://user-images.githubusercontent.com/2418853/134132235-9259781b-3aa6-4708-919d-cc1d5a5bd2bb.png) **BUG**: when you submit a form with a valid...

bug
backend
frontend

Remove `wds-headless-acf` as it currently only adds a single custom ACF block, which we don't need in the starter. - [ ] Remove `wds-headless-acf` plugin repo and associated links from...

Closes # ### Description What does your Pull Request do? Give some context... ### Screenshot If possible, add some screenshots of your feature. ### Verification How will a stakeholder test...

Similar to the new monorepo plugin setup, break the NextJS frontend into packages, such as the following: - [ ] Core - next/auth, ACF custom settings (to be moved out...

enhancement
in progress
frontend

Add support for remaining WP Core block attributes (e.g., text/background color, font size): - [x] Button block: style, colors, border, width - @ravewebdev - [x] Pullquote block: style, colors -...

bug
enhancement
help wanted