2019 08 28 word mods
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
} elseif (is_tag()) {
|
||||
$ttl = single_tag_title("", false);
|
||||
$cl = "tag";
|
||||
} elseif (is_tax()) {
|
||||
// $ttl = wp_title('»', false);
|
||||
$ttl = preg_replace('/^.*»(.*)$/','\1',wp_title('»', false) );
|
||||
$cl = "tax";
|
||||
} else {
|
||||
$ttl = the_archive_title();
|
||||
$cl = "";
|
||||
|
||||
Reference in New Issue
Block a user