Get Array neighbors in PHP
I recently had an issue where I had a custom post type of Artist, and another of Artwork. When looking at a single piece of Artwork, I used posts2posts to …
I recently had an issue where I had a custom post type of Artist, and another of Artwork. When looking at a single piece of Artwork, I used posts2posts to …
For about a year now I’ve had a Google map on HeroPress.com showing pins of where my contributors are from. I’ve been using Maps Builder Pro from WordImpress. It’s an …
Have you ever opened the style.css file of a child theme and found something like this?
@import url("../make/style.css");
You don’t want that. @import has a negative impact on page load, …
This is a story of implementing things I knew I should be doing, but didn’t QUITE realize the significance. Last year I did a talk at WordCamp Grand Rapids on …