<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Daily Gadgets, Computer, and Electronics News &#187; ca-title</title>
	<atom:link href="http://www.funponsel.com/blog/tag/ca-title/feed" rel="self" type="application/rss+xml" />
	<link>http://www.funponsel.com/blog</link>
	<description>Daily Gadgets, Computer, and Electronics News</description>
	<lastBuildDate>Tue, 24 Nov 2009 12:38:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[CA] Title &#8211; Create Custom Title For WP Page</title>
		<link>http://www.funponsel.com/blog/wordpress/ca-title-create-custom-title-for-wp-page-2.html</link>
		<comments>http://www.funponsel.com/blog/wordpress/ca-title-create-custom-title-for-wp-page-2.html#comments</comments>
		<pubDate>Sat, 01 Jul 2006 01:37:25 +0000</pubDate>
		<dc:creator>cosa</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ca-title]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://www.funponsel.com/blog/archives/2006/07/01/ca-title-create-custom-title-for-wp-page-2/</guid>
		<description><![CDATA[
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 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.imagecows.com/display.php?image=http://www.imagecows.com/uploads/995c-wordpress-logo.jpg" title="Wordpress Logo" target="_blank"><img class="alignright" alt="Wordpress Logo" src="http://www.imagecows.com/uploads/_995c-wordpress-logo.jpg" width="120" height="38" /></a></p>
<p>I’ve been using the <a href="http://elasticdog.com/2004/09/optimal-title/">Optimal Title plugin</a> 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.</p>
<h2>How It Works</h2>
<p>></p>
<p>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 &#8211; CA-Title page. I have also included the default format which is SEO-ready.</p>
<h2>Requirement</h2>
<p>Since this is a WordPress plugin, of course you need <a href="http://www.wordpress.org/">WordPress</a> <img src='http://www.funponsel.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Currently tested under version 2.0.3. However, the plugin <em>should</em> work with other version as well.</p>
<h2>Installation</h2>
<p><strong>1-Click Install:</strong> -<br />
<strong>Manual Install:</strong></p>
<ul>
<li><a href="http://www.filecows.com/download.php?id=nAjGd4FapItfQfc5B1by">Download the latest version.</a></li>
<li>Extract the file.</li>
<li>Upload <em>ca_title.php</em> into your Plugins directory</li>
<li>Activate the plugin from admin panel.</li>
</ul>
<p><a href="http://www.imagecows.com/display.php?image=http://www.imagecows.com/uploads/8a69-catitle-activate.jpg" title="CA-Title Activated" target="_blank"><img class="doBorder" alt="CA-Title Activated" src="http://www.imagecows.com/uploads/_8a69-catitle-activate.jpg" width="450" height="29" /></a></p>
<h2>Usage</h2>
<p>Once you activated the plugin, go to the Options page and continue to CA-Title setting page.</p>
<p><a href="http://www.imagecows.com/display.php?image=http://www.imagecows.com/uploads/8a69-catitle-activate.jpg" title="CA-Title Activated" target="_blank"><img class="doBorder" alt="CA-Title Activated" src="http://www.imagecows.com/uploads/_8a69-catitle-activate.jpg" width="450" height="29" /></a></p>
<p>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.</p>
<p>When you’re done, save the setting. Now modify your template and change the TITLE tag (usually found on Header template).</p>
<p><code></code></p>
<p>Save and see the result <img src='http://www.funponsel.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="notes">You might ignore Category Page setting as the Archive Page setting will automatically override it when the plugin called.</div>
<h2>Tips/Tricks</h2>
<ul>
<li><strong>Display UTW Tags.</strong><br />
      That’s right, the plugin fully supports <a href="http://www.neato.co.nz/ultimate-tag-warrior/">Ultimate Tag Warrior</a> (tested with v3.1) plugin. You can use <strong>%tag%</strong> 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 <em>ultimate-tag-warrior.php</em>, find <em>UTW_ShowCurrentTagSet</em> function and change it to the following:</p>
<p><code>      function UTW_ShowCurrentTagSet($formattype, $format="", $limit = 0, $display = true) {<br />
      global $utw;<br />
      $format = $utw->GetFormat($formattype, $format);<br />
      if ($display) echo $utw->FormatTags($utw->GetCurrentTagSet(), $format, $limit);<br />
      else return $utw->FormatTags($utw->GetCurrentTagSet(), $format, $limit);<br />
      }</code></p>
<p>      Save and you’re done <img src='http://www.funponsel.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
      For example, take a look at <a href="http://www.funponsel.com/blog/tag/hybrid+car">this page</a>.</li>
</ul>
<h2>To Do</h2>
<ul>
<li>More tag</li>
</ul>
<h2>Version History</h2>
<p><strong>v0.1 &#8211; July 2nd, 2006</strong></p>
<ul>
<li>Initial release</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.funponsel.com/blog/wordpress/ca-title-create-custom-title-for-wp-page-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
