Categories / Subcategories page titles

Discuss Search Engine Optimization in relation to Joomla! 2.5. This forum will also have discussions on SEF/SEO Joomla! 2.5 extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
rouvio
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed May 25, 2011 2:57 am

Categories / Subcategories page titles

Post by rouvio » Wed May 25, 2011 3:10 am

Hello,

I recently installed Joomla 1.6.3 on a clean server installation.
I run into a problem that never happened to me before, and I need your expert advice on it :)

This is what I did:
1) full clean install, with no sample data added
2) created a category named "example",
3) added 2nd level, and 3rd levels subcategories.

something like: example > sub cat2 > sub cat3

----

for some reason, the page title remains "example" even if I'm currently under "sub cat2" or "sub cat3".

How can I fix this?

Thank you,
rouvio.

OCG-Jonathan
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Thu Nov 10, 2011 12:57 pm

Re: Categories / Subcategories page titles

Post by OCG-Jonathan » Fri Nov 18, 2011 10:27 pm

I would love to know the answer to this as well, if anybody has an idea...

Thanks!

sright
Joomla! Apprentice
Joomla! Apprentice
Posts: 25
Joined: Sun Apr 17, 2011 1:30 pm

Re: Categories / Subcategories page titles

Post by sright » Mon Feb 20, 2012 9:20 am

It is still the same problem in joomla 2.5.

anyway here is a fast fix for this problem (bug)
go to
components\com_content\views\category\view.html.php line:220

change this line

Code: Select all

		$title = $this->params->get('page_title', '');
to

Code: Select all

		$title = $this->category->title;


Locked

Return to “Search Engine Optimization (Joomla! SEO) in Joomla! 2.5”