Is there a way to rename "Blog Tags" heading?

I like changing the name of the "blog" to things like "news" or "tips" but when you add "{{blog-tags:blog}}" it automatically creates a header of "Blog Tags" Is there a way to just have it say "Tags" and eliminate the word "Blog"?

This is a link to a Rapidweaver/Pulse 5.1 site with an example and pic attached

Hi Raimo,

you need to edit your language file:
admin/inc/lang/english.php

Around Line 146 edit:
$lang_blog_tags_short = 'Blog Tags';

In my case, I did not see the change immediately.
If that’s the case with you, go to:
pulsecore/storage/cache/84600 an delete the cache file (the file with many letters and numbers).

Refresh the page and you should see the change.

3 Likes

Thanks @Oliver!
It was the “cache” part that was messing me up. Wasn’t seeing the change.

2 Likes

Great assist @Oliver :slight_smile:

Also @Raimo you can switch the cache off also in settings if you no longer want to use it although it is pretty efficient for speed and resources :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.