Tagged: category
Hi,
I have changed the post-meta-infos in loop-index.php from
echo '<span class="blog-categories minor-meta">'.__('in ','avia_framework')." ";
to
echo '<span class="blog-categories minor-meta">'.__('Kategorie ','avia_framework')." ";
for that reason, because I want the category prefix (here: “Kategorie”) linked like the category itself (here: “Kreativität”).
Currently only the category is linked, but not the prefix “Kategorie”.
How can I do this within this snippet please?
Thank you.
Hey Gitte,
Thank you for using Enfold.
Look for the get_the_term_list function within that same file. Adjust the “$before” parameter. More info about that function can be found here.
// https://codex.wordpress.org/Function_Reference/get_the_term_list
Best regards,
Ismael