XF 1.5 Metateg "Description" on Tag page

Houzer

Member
Hi!
I'm looking for advise, I'd like to include a unique Description metateg to each TAGs page. Do you have any ideas how can I do this (Version: 1.5.9), ane haks, plugins, addons? Thank you in advance!
 
You can edit the tag_view template.

You just need to add the following:
Code:
<xen:description>All results for {$tag.tag}</xen:description>

{$tag.tag} will give you the name of the tag. Just edit the text accordingly.
 
Great, It works! Thank you Chris for promt reply!
Last question, Is it possible to add new Description field to this form (attached) to fill it manually to each tag?
 

Attachments

  • foto.webp
    foto.webp
    15.4 KB · Views: 10
Top Bottom