Customization is an important aspect of a modern website. It gives you the power to change a site to fit your needs and to ultimately deliver the best version of the site to your customers. And with the introduction of full site editing in WordPress, people are beginning to realize the power of changing a…
Author: Ryan Brooks
Filtering Custom Post Types with Advanced Custom Fields and JavaScript
A common requirement in many WordPress sites that have large amounts of content is the ability to filter that content. Whether it be blog posts, products, or custom post types—filtering allows users to further specify what they want and receive the best information possible for their unique experience. While there are many great plugins out…
How to Define Functions in JavaScript
JavaScript is a programming language that the vast majority of websites use to perform client-side tasks. It is utilized in combination with HTML and CSS to create the layouts and functionality that we see on sites every day. A fundamental aspect of the functionality of JavaScript is defining functions, so let’s go over a few…
Building a Simple WordPress Plugin to Customize Your Website
Plugins are an essential part of any WordPress site. They add new functionality beyond the core WordPress features and allow you to customize your site to be exactly what you need. The WordPress plugin library is vast and contains plugins for most general needs, but it is sometimes necessary to build your own plugin. Plugins…