2019 08 28 word mods

This commit is contained in:
infeeeee
2019-09-03 00:08:51 +02:00
parent 74a33168d7
commit cd3124784f
18 changed files with 681 additions and 401 deletions

View File

@@ -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 = "";