Blog Posts
WordPress ACF Menu Picker
Thursday, October 26, 2023
Read PostI needed the ability for a CMS user to choose a standard WordPress menu via an ACF field. Here’s the solution. And voila. Your select should automatically be populated with all the menus you’ve already got in WordPress. If you’d prefer to only offer the menus that aren’t already assigned to a menu “location,” here’s […]
Headless WordPress REST / JSON API + React / NextJS (with App Router) Part 3
Thursday, June 22, 2023
Read PostThis time we’ll be adding routing and services for our custom post type (Projects) and Pages, and handling ACF custom fields for both Posts and Projects.
Headless WordPress REST / JSON API + React / NextJS (with App Router) Part 2
Saturday, June 17, 2023
Read PostThis time we’ll implement TypeScript and figured out a good CSS strategy for a site built in Next but also needing to export the CSS for the WP editor.
Headless WordPress REST / JSON API + React / NextJS (with App Router) Part 1
Wednesday, June 14, 2023
Read PostThe back end is Wordpress as a Headless CMS using the built in REST/JSON API, and the front end is a React / NextJS app (using the new App Router). I’ll also be using SCSS for styling, and Typescript for making the data transfer more safe and predictable, and some other goodies.