Categories Plugin

astralmu00

New Member
I'm also looking for a plugin for Categories so you can add whatever name you want to the title page Categories
an added button with the name you want to put on the page, very useful for seo
 

Attachments

  • rrr.png
    rrr.png
    207.2 KB · Views: 13
I think you just need to edit your wrapper.html template and shuffle your tags around

for example, the default title tag:

<title>{$list_name} - {$header}</title>

might be better as:

<title>{$header} | {$list_name}</title>
 
Back
Top