Archived topic
Page Header - Include Icons with Metadata
3 replies · Started by Sean on October 14, 2017
I'll share some screenshots to make this easier to understand. What I'm trying to do, is take the metadata and put it in my Page Header. Which I sort of already have, which you will see in the second screenshot. However, it does not pull the icon per data entry. Is there a way to include their icons? For reference, I'll include the content I'm using currently below:
<h1>{{post_title}}</h1>
{{post_date}}
{{post_terms.category}}
{{post_terms.post_tag}}
Hi there,
You can add them in as HTML Fontawesome icons which is built into GP:
http://fontawesome.io/icon/calendar/
http://fontawesome.io/icon/folder/
http://fontawesome.io/icon/tags/
Let me know if you need more info :)
LOL Well that was a lot easier than I expected. Added the code, and good to go. Thank you again Leo :D
No problem!