WordPress
Here is a quick video introduction to the WordPress Dashboard which includes Woocommerce on the Genesis Framework.
Here’s the problem: You have a custom taxonomy and you need to create a taxonomy dropdown list, similar to the WordPress category dropdown option. You need to have multiple taxonomy dropdowns for the child terms within the taxonomy. (get_term_children) These term lists should be sorted alphabetically. When selected the term should link to its archive … Read more
WP_User_Query doesn’t give direct access to the user avatar, so how to show the avatar? Regular profile fields are easy to reference from the codex. But what about custom meta fields? Displaying the avatar and other user meta with WP_User_Query isn’t quite straight forward. Some user profile data is returned by default, but user meta … Read more
When I set out to change the settings for the default WordPress activation email subject, message and sender, I thought it would be a pretty obvious thing to change. I was wrong. Here’s what happens and how to customize it: When a new user signs up a new WordPress account, they need to activate it … Read more
Picking a theme can be daunting and even overwhelming for a beginning WordPresser. This article is an attempt to clarify the process. Where Do I Find Themes? There are tons of options both within WordPress in the ‘Appearance -> Themes’ section and out in the wild of the web. I’d love to say there is … Read more