Keyword

How to add specific title for tags pages?

  • Roman Lipatov
  • Roman  Lipatov's Avatar Topic Author
  • Offline
  • New Member
More
9 years 1 month ago - 9 years 1 month ago #146707 by Roman Lipatov
How to add specific title for tags pages? was created by Roman Lipatov
Hi!

All tags pages have same page meta titles, same meta descriptions.

How I can configure specific page titles, description and even to displays description on page (like for categories)?
Thanks.
Last edit: 9 years 1 month ago by Roman Lipatov.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 1 month ago #146709 by Krikor Boghossian
Replied by Krikor Boghossian on topic How to add specific title for tags pages?
You can map these tags into menu items in order to use custom meta titles.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago #146718 by Roman Lipatov
Replied by Roman Lipatov on topic How to add specific title for tags pages?
1. I have more than 150 tags...
Is it normal, if I will create 150 menu items? It will not be whether the site then run slowly?

2. I have created meta description for 1 item menu



Is it possible to display it as tag description on page using tag.php template?

I can explain:

My idea, is to make tags pages as well as the categories pages.
So, if tags pages will have own description and may be image users will think they are browsing category.

Or may be you can suggest other way?

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 1 month ago #146724 by Krikor Boghossian
Replied by Krikor Boghossian on topic How to add specific title for tags pages?
It is possible to add extra elements to the tag without a plugin if you add it to a menu item.

You can print in your template the menu item's image and notes which can serve as a brief text. However you will have to strip them from your mod_menu overrides.

An example code would be:
$app	 = JFactory::getApplication();
$menu = $app->getMenu();
$active = $menu->getActive();

if ($active) {
  $Heading = $active->params->get('page_heading');
  $Image = $active->params->get('menu_image');
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum