Switch order

Anna

Member
Wondering if there is a possibility to switch order of appereance of category, toplistname and member-site name? As it is today on google I will see:
*My topplistname* - *Categoryname* - *Name on blog/webpage*

I would like it to be:
*Name on blog/webpage*- *Categoryname* - *My topplistname*
This is as I can see the most common with larger more professional toplists like bloglovin etc
 

Basti

Administrator
Staff member
First off you would need to switch around order of this in wrapper.html
Code:
<title>{$list_name} - {$header}</title>
Then you would have join - toplistname
stats - toplist name
etc

Category view would now be

Rankings - Category name - toplist name
To have that change further this is rankings.php need to be changed
Code:
    $TMPL['header'] = "{$LNG['main_header']} - {$TMPL['category']}";
Then its
Category name - Rankings - toplist name

this is properbly best done using a plugin, see attached file.
Is that how you need it?
 

Attachments

Top