Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #394937

    Hi!
    On the blog page of my site, I show the category of the article under the title. Automatically the prefix “in” is placed before the name of my category.
    How can I remove or change it ?
    Best regards,
    Bubarama

    #394996

    Hey Bubarama!

    Thank you for coming back.

    You have to alter the following core file: enfold\includes\loop-index.php.

    Goto line 169 and look for:

    
    echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
    

    You can replace ‘in’ with the value you like.

    Do not forget to do this replacement on every update.

    Best regards,
    Günter

    #405816

    Hi Günter!
    It works.
    Thanks!

    Bubarama

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog meta elements’ is closed to new replies.