headstartwp icon indicating copy to clipboard operation
headstartwp copied to clipboard

Build a headless website fast with WordPress, the world’s most popular CMS, and Next.js, the most popular React framework. A free and open source solution by the experts at 10up.

Results 62 headstartwp issues
Sort by recently updated
recently updated
newest added

### Description of the Change Removes the old TS projects and makes the default project (wp-nextjs) TypeScript based. ### How to test the Change Simply browse through the vercel preview...

### Describe your question During the implementation of the site, we might need to define string translations to be used in the template. How can we manage and GET the...

https://github.com/10up/headstartwp/blob/4744f560bbb914a163e2575997b787fbf71e58b8/wp/headless-wp/includes/classes/API/AppEndpoint.php#L210 The current implementation doesn't include the ACF fields to the menu items. When using ACF, here's a solution to add the fields. ```php $acf_fields = get_fields($menu_item->ID); $filtered_menu_item->acf = $acf_fields;...

### Describe the bug When using getServerSideProps with addHookData the page loses the usePost info ### Steps to Reproduce Context: - using `getServerSideProps` (full SSR site) - I have to...

https://github.com/10up/headstartwp/blob/77764a99717598373177dd6c98df0c9d050a17d9/packages/core/src/react/hooks/useFetchMenu.ts#L21 When using polylang, the menu item ID could contain the `id-LANG`, causing errors during the Number cast. In example:

Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 4 updates in the /docs directory: [got](https://github.com/sindresorhus/got), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) and [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local). Updates `next`...

dependencies

### Describe the bug Because `next start path-to-project` apparentlys makes process.cwd() be where the next command was executed from, it breaks config loading. I'm not sure if we can actually...

### Is your enhancement related to a problem? Please describe. Currently, most fetch calls are not mocked and instead are handled with msw. Due to how things are architected the...

### Is your enhancement related to a problem? Please describe. A HeadstartWP-based project I'm working on requires a way to authenticate WordPress users within the Next.js app. While an additional...

### Description of the Change Closes # ### How to test the Change ### Changelog Entry > Added - New feature > Changed - Existing functionality > Deprecated - Soon-to-be...