I talk about WordPress tips, code, and lessons I have learnt
Solution to using WordPress shortcodes in Gatsby. Replace WordPress shortcode with React Component in Gatsby simply. No MDX needed.
Tutorial for headless WordPress Gravity Forms with Gatsby Frontend. Step by step guide to rendering forms as React Components and handling submissions.
Connect WordPress Gravity Forms with Gatsby when using a headless CMS. Simply render forms as React Components and pass form data back securely.
Fix for WordPress CORs errors with Wordpress Rest API. content-type is not allowed by Access-Control-Allow-Headers, x-wp-nonce is not allowed by Access-Control-Allow-Headers, doesn't pass access control check: It does...
Access all files (not just images) from WordPress media library in Gatsby using custom resolvers and createremotefilenode. Uses gatsby-source-filesystem to add to query.
My rundown of a clean development install for WordPress and JS development. I have got it perfect after many mistakes. This is a guide for me (and hopefully it can help you) for setting up a new system, quickly. On...
Plugin for Gravity Forms ReCaptcha. Invisible ReCaptcha v3 plugin, without the need for pictures. Simple install for WordPress.
After over three years of having the same WordPress theme, it was time for a change! This came about for a few reasons. There was nothing overwhelmingly wrong with the theme, but the font wasn’t the best on mobile. It’s...
Need to include functionality/services from multiple platforms? A content mesh type approach with React or Gatsby could be the solution!
A walk-though of WordPress development tools Trellis and Bedrock. A step by step approach to installation, configuration and spinning the site up.