I decided to write this article after reading a post today from CSS-Tricks called Two Images and an API: Everything We Need for Recoloring Products. I thought I’d share this technique for recoloring a product with only 1 image!
Inevitably, we’re going to need to add some custom fields to custom post types. Recently, we ran into a situation where we needed to add content from a custom field into the page title of a post type. We wanted to add location information (city and state) in the page title for a post type that has locations for each post.
One of the best (and easiest to set up) payment gateways is called Stripe. Stripe is a payment processing service that doesn’t have any monthly fees, acts as a payment gateway AND merchant account, and only charges a small percentage per transaction.
You don’t want to send emails from your site to users twice – once from the live version and once from the development version. What you need to do is stop your local site from sending emails!