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
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
Hi Günter!
It works.
Thanks!
Bubarama