A astralmu00 New Member Apr 30, 2023 #1 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 207.2 KB Views: 10
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
Mark Administrator Staff member May 6, 2023 #2 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>
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>