I’ve tried to add font awesome icons to post field.
For instance: <i class="fas fa-folder" /> {post_terms_category}
as shown below.
Is adding icons currently possible or is this just a bug?
I would be glad to find a solution here.
Thank you!
I’ve tried to add font awesome icons to post field.
For instance: <i class="fas fa-folder" /> {post_terms_category}
as shown below.
Is adding icons currently possible or is this just a bug?
I would be glad to find a solution here.
Thank you!
I would like to produce the following output:
Try this code instead:
<i class="fas fa-folder"></i>
Awesome, that fixed it! Thank you!