2006
[CA] Title - Create Custom Title For WP Page
Sponsored Links
I’ve been using the Optimal Title plugin for a while now, and I’m quite satified with it. However, on one of my blog, I need to customize the title of the page, and that’s why I decided to develop my own page title plugin for Wordpress. I call this baby [CA] Title.
How It Works
>
First of all, the plugin works by taking the pre-defined format of each page type (like frontpage, single, archive, etc), replace the tag, and finally print the result. You can change the format from the Options - CA-Title page. I have also included the default format which is SEO-ready.
Requirement
Since this is a WordPress plugin, of course you need WordPress
Currently tested under version 2.0.3. However, the plugin should work with other version as well.
Installation
1-Click Install: -
Manual Install:
- Download the latest version.
- Extract the file.
- Upload ca_title.php into your Plugins directory
- Activate the plugin from admin panel.
Usage
Once you activated the plugin, go to the Options page and continue to CA-Title setting page.
As you can see, you can customize the format of each page type. Modify if necessary and don’t forget that you can also add the tag on the right if needed.
When you’re done, save the setting. Now modify your template and change the TITLE tag (usually found on Header template).
Save and see the result
Tips/Tricks
- Display UTW Tags.
That’s right, the plugin fully supports Ultimate Tag Warrior (tested with v3.1) plugin. You can use %tag% tag to display the current tag set on the Title which is useful when you have created Tag archive template. But before that, you have to do a little modification to UTW. Open ultimate-tag-warrior.php, find UTW_ShowCurrentTagSet function and change it to the following:function UTW_ShowCurrentTagSet($formattype, $format="", $limit = 0, $display = true) {
global $utw;
$format = $utw->GetFormat($formattype, $format);
if ($display) echo $utw->FormatTags($utw->GetCurrentTagSet(), $format, $limit);
else return $utw->FormatTags($utw->GetCurrentTagSet(), $format, $limit);
}Save and you’re done

For example, take a look at this page.
To Do
- More tag
Version History
v0.1 - July 2nd, 2006
- Initial release
And while you're here, why don't you check out our other articles:
Pssst! Most people are coming to this page searching for:
We are pleased to offer you this exciting, new, and entirely free professional resource. Visit our 


