Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #966499

    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?

    View post on imgur.com

    Thank you.

    #967657

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.