Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: *seamless* wordpress integration


Vili
Participant

@vilimaunula

My header title tag reads like follows, I think you can modify it to fit your setup:

<title>
<?php if ($forumpage == TRUE) {
bb_title();
echo " :.: AKNI";
} else { ?>
<?php wp_title(' '); ?>
<?php if(wp_title(' ', false)) { echo ' :.: '; } else { echo "AKNI: "; } ?>
Akira Kurosawa News and Information
<?php if (is_utwtag()) { echo ': '; UTW_ShowCurrentTagSet('tagsettextonly'); } ?>
<? } ?>
</title>

The last condition with UTWTAG is for the Ultimate Tag Warrior plugin — remove it if you don’t use it.

To see how the title works across the site, I think it’s easiest if you just visit http://akirakurosawa.info/

Skip to toolbar