Change Site Title Separator
Type: Filter
Name: td_title_separator
Location: wp-trade/inc/TD_Theme_Setup.class.php
Name: td_title_separator
Location: wp-trade/inc/TD_Theme_Setup.class.php
Example of changing the site title separator:
1 2 3 4 5 | function my_title_seprator() { return '»'; } add_filter('td_title_separator', 'my_title_seprator'); |
The above code will output something like:
Page Name » Site Title
Do you need help with a project? or have a new project in mind that you need help with?
Contact Me