I use this snippet pretty often building out sites from PSD. Many designers are going with the ol page title in the header look. So this is a simple
Read MoreWordPress Development
How to organize and output events by date in a loop
Web DevelopmentSo I had a summer festival website where the client requested that I output a title section for each new day of events. Basically, we were outputting
Read MoreHow to change the WooCommerce checkout page forms
Web DevelopmentI had a client recently request to change some of the default WooCommerce checkout page field labels and placeholders. Fortunately, WooCommerce
Read MoreHow to add a column with the User ID in WordPress
Web DevelopmentI do a lot of custom Gravity Forms work and on a recent site, I built I was trying to track down an issue a user was having and I only had their user
Read MoreHow to get ACF Repeater field values from another page
Web DevelopmentHere is a working example of retrieving the values from an Advanced Custom Fields (ACF) repeater field and outputting the data on another page. In
Read MoreHow to check if page is parent, child or ancestor of current page
Web DevelopmentFound these snippets on CSS Tricks while searching for a way to target both the parent and child page in order to pull data from the parent to output
Read MoreHow to fix Velocity is not defined error in Materialize
Materialize DevelopmentYou're probably here because you got the jQuery error "Uncaught ReferenceError: Velocity is not defined" after implementing Materialize into your
Read MoreHow to display only children of the current term
Web Developmenthttps://gist.github.com/hirejordansmith/fa85cb1af2698603679a
Read MoreHow to remove the WooCommerce results count
Web DevelopmentLooking for a way to remove the WooCommerce results count? This is the result text that shows up on the WooCommerce product archive pages that
Read MoreHow to remove the WooCommerce sorting dropdown
Web DevelopmentLooking for a way to remove the WooCommerce sorting dropdown? This is the dropdown that shows up on the WooCommerce product archive pages that allows
Read More