Joomla 1.6 – This is in continuation of my post about ‘How to Display Multiple SubCategories in Category Blog Layout’. Here I will show you how to hide the Subcategories heading that shows up after you include all categories in your blog layout. Basically you will edit your language file and remove the ‘Subcategories’ heading from there.
Steps are below:
1. Login to your Joomla 1.6 FTP manager or File Manager
2. Go to your language directory and edit your language.ini file. For example I’m using the English GB language – /language/en-GB/en-GB.ini
3. Find the code:
JGLOBAL_SUBCATEGORIES=”Subcategories”
Replace the code with:
JGLOBAL_SUBCATEGORIES=””
4. Save the your language ini file.
After you are done saving your language file you can refresh your website and you will not see the Subcategories heading anymore.
Thanks,
“After you are done saving your language file you can refresh your website and you will not see the Subcategories heading anymore.”
…Until a Joomla! update comes along that updates the language file. Changing anything in the main directories is problematic that way.
Hi NemoM,
That is true. Joomla updates might overwrite changes to files you make in the backend. Great reminder.
Thank for your visit,
elaine
This is a great tip, thanks a lot.
I just wanted to mention that while applying this, I noticed a folder called “overrides” inside the “language” folder. There I found a file called en-GB.override.ini and instead of changing the code in the ini file you mentioned above, I added this line JGLOBAL_SUBCATEGORIES=”” to the en-GB.override.ini (which was empty except for some comments) and it also worked. Then I copied that file and renamed it to el-GR.override.ini (for Greek language) and also added the same line.
Thanks again for the tip.
Hi Roula,
Thanks for the help, im sure this will help other people.
thanks for your visit,
elaine
I tried your suggestion Roula, but it didn’t work in Joomla 1.7.3.
Thanks..it worked like a charm
Hi Leyiaro,
That’s great! Glad it worked for you.
Thanks for your visit,
elaine
I think I luv u!
Thank you!! smart fix! it works!