Themes

Exclude Custom Taxonomy Terms from Genesis [post_info] shortcode in WordPress

By ajdesigns / June 30, 2016 / 2 Comments

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 More

Change the Default Schema.org Microdata in Genesis

By ajdesigns / June 11, 2015 / 2 Comments

Since 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 More

Choosing a WordPress Theme: a Beginner’s Guide

By ajdesigns / October 31, 2013 / 0 Comments

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

Read More