Page Title Help – K2 – Filosofo Home-Page Plugin
-
Hi there,
I’m trying to get my page titles to display properly… just having a bit of trouble.
I’m using K2 and Filosofo’s Home-Page Plugin.
Everything works fine until you goto an archieve or catergory or search page.
Here’s a link to my site: https://furydesigns.com.au
And here’s the code I have so far.
<title>
<?php if (is_home()): ?><?php bloginfo('name'); ?>
<?php else : ?>
<?php wp_title(''); if (function_exists('is_tag') and is_tag()) { ?>Tag Archive for <?php echo $tag; } if (is_archive()) { ?> archive<?php } elseif (is_search()) { ?> Search for <?php echo $s; } if (!is_single() && !is_page() ) { ?>Blog at <?php } if ( !(is_404()) and (is_search()) or (is_single()) or (is_page()) or (function_exists('is_tag') and is_tag()) or (is_archive()) ) { ?> at <?php } ?> <?php bloginfo('name'); ?>
<?php endif; ?>
</title>Thanks
- The topic ‘Page Title Help – K2 – Filosofo Home-Page Plugin’ is closed to new replies.