WordPress Page Builders have a controversial history. Early visual design tools for WordPress were clunky and, behind the scenes, outputted code that was slow-loading and poor in quality. Not only that, Page Builders were often bundled together with WordPress themes, which made...
Read More How Page Builders Can Help Your Team Create Better WebsitesCategory: WordPress
Debugging WordPress Core: Actions and Filters
Most WordPress developers are familiar with the concept of actions and filters. At the very heart of WordPress, these hooks allow developers to extend the functionality of WordPress in numerous ways. Whether you want to run a process when a post is...
Read More Debugging WordPress Core: Actions and FiltersCompile JavaScript with Webpack in a WordPress Plugin
The goal of this article is to show you how to configure webpack to watch and compile the JavaScript files in a WordPress plugin. What this article will not cover is how to configure webpack to work with every file type known...
Read More Compile JavaScript with Webpack in a WordPress PluginHeadless WordPress with React and NextJS (Part 1)
Editor’s Note: The following is Part 1 in a two-part series titled, “Headless WordPress with React and NextJS.” You can read Part 2 here. Keep in mind that this article was published in 2019. Code samples are now outdated. If you’re interested...
Read More Headless WordPress with React and NextJS (Part 1)The Future of WordPress: Where We Started and Where We’re Going
I haven’t always been a WordPress developer, but anytime I get excited about a new framework, CMS, or platform I always end up coming back to WordPress both out of general principle and because it offers a more well-rounded package. Many others...
Read More The Future of WordPress: Where We Started and Where We’re GoingAdvanced Custom Fields and Gutenberg
WordPress 5.0 ships with a new editor called Gutenberg. Here at WebDevStudios, we’re excited to build custom editorial solutions using Gutenberg and to see how the experience evolves from the classic editor. With that said, we’re huge fans of Advanced Custom Fields (ACF)....
Read More Advanced Custom Fields and GutenbergPaths to Learning Web Development
Computer programming is a vast and complex field. For those interested in the ins and outs of engineering, determining a path to learning relevant information can seem incredibly daunting. Even once you narrow your focus to a particular area of the field,...
Read More Paths to Learning Web DevelopmentModern Theme Development with Storefront
Storefront is a robust and flexible free WordPress theme developed by the team behind WooCommerce. Out of the box, Storefront supports deep integration with WooCommerce, which makes it a perfect starting point for developers to launch their projects. Storefront’s codebase relies on...
Read More Modern Theme Development with StorefrontIntroduction to End-to-End Testing with Cypress.io
The topic of testing comes up often at WebDevStudios—whether we’re on-boarding a new project, or we’re digging out bugs on existing work, and even when we talk about our own internal tools. Testing is a common part of software development that often...
Read More Introduction to End-to-End Testing with Cypress.io