Add Icons in Genesis Header and Footer Post Meta Info

You can easily add icons just before the labels in Genesis Entry and Footer Meta content, including…

  • .entry-time
  • .entry-author
  • .entry-comments-link
  • .entry-categories
  • .entry-tags

genesis-icons-entry-meta

 

The five metas can be targetted with some CSS pseudo selectors by adding the below CSS to your style.css

So in the above the 5 regular metas are targetted, swap in your desired icon font, Dashicons used in the example and tweak your alignment and padding to suit.

Custom Taxonomy

If you use custom taxonomies, another meta is available – .entry-terms , this will list all the terms associated with the custom taxonomy, just create another CSS block with the CSS selector and choose a relevant icon.

Leave all Comment