How To Customize The Post Meta In Astra

Astra is a popular WordPress theme, that I use on many of my sites. It’s lightweight and looks great, but sometimes you just want to customize it more than it normally allows. Thankfully it has plenty of hooks. By default, the post meta in Astra looks like this: How to customize the post meta in

How To Create A PayPal Coupon Code By Switching Buttons

I was building a WordPress site where people would buy the one item using a simple PayPal button. There was no need for an eCommerce shopping cart or anything fancy. But the client wanted the option for their customers to use different coupon codes to get different discounts. PayPal doesn’t support discount codes directly. The

How To Change The WordPress Author Meta Link

I needed to change the author link in WordPress post meta. Most of the sites I work on are single author websites, so the Author page is just a copy of the blog page. I used to just use Yoast SEO to redirect the Author page to home. That’s ok, but it seems a bit

How To Add A Custom Filter To WordPress Users List

I was working on a membership site which had grown to a few thousand users. We had two sets of users, the individual type of which were set in the user meta. Basically, we wanted to add this… So how do you add a custom filter to the WordPress users list? Create the filter dropdown

How To Edit The New User Email Template In WordPress

I was working on building out a theme for a WordPress site that is essentially a marketplace for services. We had two types of people signing up: hirers and job seekers. The default initial email was fine for hirers, but we found a lot of the job seekers were signing up and not completing their

How To Show WooCommerce Categories On Product Pages

I was recently working on building a little eCommerce store for a client and they wanted to have the categories show up on the product category pages. This design didn’t have a sidebar, so the usual option was out. I had to dig into the WooCommerce template code to figure it out. So how do