Themes
I needed to exclude specific custom taxonomy terms from the Genesis [post_info] shortcode which by default lists all the terms in the taxonomy in the post meta. I achieved this by modifying the get_the_terms_list() function, which is used in the Genesis post_info shortcode. Then create a new shortcode [filtered_post_info] to use instead of [post_info]. The … Read more
Read MoreSince there are already so many great articles out there about the usefulness of adding Schema.org Microdata to your HTML5 markup, I’ll let Google help you out on that. I encountered a situation where I needed to change all microdata for single blog posts, archive pages, home page and any other place a blog post … Read more
Read MorePicking 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
Read More