Hello,
Using plugin Custom Field Template is there a way to display text in custom fields as a tag? I know about pluging called Custom Field Taxonomies which does convert selected custom fields into tags and remove original custom field from post.
But what I would like to have in the post is, for example:
Artist: Kandinsky
where 'Kandinsky' is an actual clickable tag link (domain.com/tag/kandinsky/)
Option insertTag does add the tag to the post, but it's not what I am looking for at all, it doesn't replace original text with tag link.
Also, is this possible to make Custom Field Template to treat comma (or any other symbol) as separator for tags?
When using 'insertTag = true' and entering bunch of objects separated by comma, it does create one long tag instead of using wordpress'es tag logic and split them by comma.
I spent hours googling, but still very far from solving these two issues. Any help would be really appreciated.
Thank you for reading this wall of text:)