<?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"
	>

<channel>
	<title>Plugins for your sites &#187; &#187; sidebar</title>
	<atom:link href="http://plugins.net.ru/category/sidebar/feed" rel="self" type="application/rss+xml" />
	<link>http://plugins.net.ru</link>
	<description>WordPress,drupal,joomla...all the useful plugins.</description>
	<pubDate>Thu, 13 Mar 2008 04:00:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Twitter Tools README</title>
		<link>http://plugins.net.ru/sidebar/widget/twitter-tools-for-wordpress.html</link>
		<comments>http://plugins.net.ru/sidebar/widget/twitter-tools-for-wordpress.html#comments</comments>
		<pubDate>Wed, 04 Apr 2007 21:51:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[widget]]></category>

		<category><![CDATA[Twitter]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://plugins.net.ru/sidebar/widget/twitter-tools-for-wordpress/20070405</guid>
		<description><![CDATA[ Permalinks Migration Plugin for wordpress
Full Name:Dean’s Permalinks Migration
Plugin Version: 1.02
For WP:2.1.2+
Copyright: GPL
Introduction: Twitter Tools is a plugin that creates an integration between your WordPress blog and your Twitter account.
Author：Alex King
Plugin Page：Go to
Download：zip
Language：english, more or add your languages
visual：none
Note:this is a beta release. Please do not expect everything to work perfectly yet..
How to ：chick “read more”
 [...]]]></description>
			<content:encoded><![CDATA[<p>Permalinks Migration Plugin for wordpress<br />
Full Name:Dean’s Permalinks Migration<br />
Plugin Version: <a href="http://plugins.net.ru/about/plugins_version" target="_blank">1.02</a><br />
For WP:<a href="http://plugins.net.ru/about/plugins_version" target="_blank">2.1.2+<br />
</a>Copyright: <a href="http://plugins.net.ru/about/copyright" target="_blank">GPL</a><br />
Introduction: Twitter Tools is a plugin that creates an integration between your WordPress blog and your Twitter account.<br />
Author：<a href="http://alexking.org/" target="_blank">Alex King</a><br />
Plugin Page：<a href="http://alexking.org/projects/wordpress/readme?project=twitter-tools" target="_blank">Go to</a><br />
Download：<a href="http://alexking.org/projects/wordpress/plugins/twitter-tools.zip" target="_blank">zip</a><br />
Language：<a href="http://plugins.net.ru/forums/" target="_blank">english, more or add your languages</a><br />
visual：none<br />
<strong>Note:</strong>this is a <strong>beta</strong> release. Please do not expect everything to work perfectly yet.<strong>.</strong><br />
How to ：chick “read more”</p>
<h2 class="under"> Details</h2>
<p>Twitter Tools integrates with Twitter by giving you the following functionality:</p>
<p>* Archive your Twitter tweets (downloaded every 30 minutes)</p>
<p>* Create a blog post from each of your tweets</p>
<p>* Create a daily archive of Twitter tweets</p>
<p>* Create a tweet on Twitter whenever you post in your blog, with a link to the blog post</p>
<p>* Post a tweet from your sidebar</p>
<p>* Post a tweet from the WP Admin screens</p>
<p>* Pass your tweets along to another service (via API hook)</p>
<h2 class="under"> Installation</h2>
<p>1. Download the plugin archive and expand it (you&#8217;ve likely already done this).</p>
<p>2. Put the &#8216;twitter-tools.php&#8217; file into your wp-content/plugins/ directory.</p>
<p>3. Go to the Plugins page in your WordPress Administration area and click &#8216;Activate&#8217; for Twitter Tools.</p>
<p>4. Go to the Twitter Tools Options page (Options &gt; Twitter Tools) to set your Twitter account information and preferences.</p>
<h2 class="under"> Configuration</h2>
<p>There are a number of configuration options for Twitter Tools. You can find these in Options &gt; Twitter Tools.</p>
<p>Twitter Tools tries to automagically figure out your Twitter ID from your Twitter Username. If that doesn&#8217;t work, you can add it manually. To find your ID, go to your Twitter home page ( http://twitter.com/username ) and copy your RSS Feed url (link in the bottom right of your tweet list). For example, if your RSS URL is:</p>
<p>http://twitter.com/statuses/user_timeline/101143.rss</p>
<p>Your Twitter ID is: 101143</p>
<h2 class="under"> Showing Your Tweets</h2>
<h3> Widget Friendly</h3>
<p>If you are using widgets, you can drag Twitter Tools to your sidebar to display your latest tweets.</p>
<h3> Template Tags</h3>
<p>If you are not using widgest, you can use a template tag to add your latest tweets to your sidebar.</p>
<p><span class="code"><code>&lt;?php aktt_sidebar_tweets(); ?&gt;</code></span></p>
<h2 class="under"> Hooks/API</h2>
<p>Twitter Tools contains a hook that can be used to pass along your tweet data to another service (for example, some folks have wanted to be able to update their Facebook status). To use this hook, create a plugin and add an action to:</p>
<p><span class="code"><code>aktt_add_tweet</code></span></p>
<p>Your plugin function will receive an <span class="code"><code>aktt_tweet</code></span> object as the first parameter.</p>
<p>Example psuedo-code:</p>
<p><span class="code"><code>function my_status_update($tweet) { // do something here }</code></span></p>
<p><span class="code"><code>add_action('aktt_add_tweet', 'my_status_update')</code></span></p>
<h2 class="under"> Known Issues</h2>
<p>* Only one Twitter account is supported (not one account per author).</p>
<p>* The relative date function isn&#8217;t fully localized.</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://plugins.net.ru/cooltools/10-best-twitter-tools-for-wordpress-blogs.html" title="10 Best Twitter Tools for Wordpress Blogs">10 Best Twitter Tools for Wordpress Blogs</a></li><li><a href="http://plugins.net.ru/cooltools/twitter-updater.html" title="Twitter Updater (a WordPress plugin)">Twitter Updater (a WordPress plugin)</a></li><li><a href="http://plugins.net.ru/wordpress-themes/apple-theme-for-wordpress.html" title="Apple Theme For WordPress">Apple Theme For WordPress</a></li><li><a href="http://plugins.net.ru/wordpress-themes/wp-theme-u-box-release.html" title="WP theme U-Box release">WP theme U-Box release</a></li><li><a href="http://plugins.net.ru/post/related-posts-plugin-for-wordpress-23.html" title="Related Posts Plugin For WordPress 2.3">Related Posts Plugin For WordPress 2.3</a></li></ul>
	<p>评论数量(0) | <a href="http://plugins.net.ru/sidebar/widget/twitter-tools-for-wordpress.html#respond"><strong>Add Comments</strong></a><br/>本文地址：<a href="http://plugins.net.ru/sidebar/widget/twitter-tools-for-wordpress.html" title="Twitter Tools README">http://plugins.net.ru/sidebar/widget/twitter-tools-for-wordpress.html</a></p>
	<p style="border-top: 1px solid #ccc;padding:8px 20px 0 0;margin:20px 0 0 0;"><small>&copy; <strong>admin</strong> for <a href="http://plugins.net.ru">Plugins for your sites</a>, 2007. Add to <a href="http://del.icio.us/post?url=http://plugins.net.ru/sidebar/widget/twitter-tools-for-wordpress.html&amp;title=Twitter Tools README" target="_blank">del.icio.us</a> | Who's linking ? <a href="http://technorati.com/search/http://plugins.net.ru/sidebar/widget/twitter-tools-for-wordpress.html" title="Search on Technorati">Technorati</a> <a href="http://www.google.com/blogsearch?q=http://plugins.net.ru/sidebar/widget/twitter-tools-for-wordpress.html" title="Google Blog Search">Google</a> <a href="http://www.blogpulse.com/search?query=http://plugins.net.ru/sidebar/widget/twitter-tools-for-wordpress.html" title="BlogPulse">BlogPulse</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://plugins.net.ru/sidebar/widget/twitter-tools-for-wordpress.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Top Commenters Plugin  Widget</title>
		<link>http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html</link>
		<comments>http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html#comments</comments>
		<pubDate>Tue, 06 Mar 2007 09:21:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[comments]]></category>

		<category><![CDATA[widget]]></category>

		<category><![CDATA[admin]]></category>

		<category><![CDATA[comment]]></category>

		<category><![CDATA[widgets]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget/20070306</guid>
		<description><![CDATA[Full Name:WordPress Top Commenters Plugin / Widget
Plugin Version: 4.1
For WP:all
Copyright: GPL
Introduction: This plugin will add a list of the most frequent commenters (in descending order) to your blog. The list items will be links (if the commenters supplied a URL with their comments), and will indicate the number of comments they&#8217;ve posted to your blog. [...]]]></description>
			<content:encoded><![CDATA[<p>Full Name:WordPress Top Commenters Plugin / Widget<br />
Plugin Version: <a href="http://plugins.net.ru/about/plugins_version" target="_blank">4.1</a><br />
For WP:<a href="http://plugins.net.ru/about/software_version" target="_blank">all</a><br />
Copyright: <a href="http://plugins.net.ru/about/copyright" target="_blank">GPL</a><br />
Introduction: This plugin will add a list of the most frequent commenters (in descending order) to your blog. The list items will be links (if the commenters supplied a URL with their comments), and will indicate the number of comments they&#8217;ve posted to your blog. Derived from the &#8220;Top/Recent Commenters&#8221; plugin by Scott Reilly.<br />
Author：<a href="http://freepressblog.org/" target="_blank">Jared Bangs<br />
</a>Plugin Page：<a href="http://freepressblog.org/plugins/TopCommenters" target="_blank">Go to</a><br />
Download：<a href="http://freepressblog.org/wp-content/plugins/freepress/topCommentersWidget.php.tar.gz" target="_blank">tar.gz</a><br />
Language：<a href="http://plugins.net.ru/forums/" target="_blank">english, more or add your languages</a><br />
visual：none<br />
<strong>Note:I&#8217;v try it,by default,it could&#8217;t</strong> <strong>exclude <em>trackback</em> and <em>pingback</em> comments.</strong><br />
How to ：chick &#8220;read more&#8221;</p>
<p>This plugin will add a list of the most frequent commenters posting to your blog. They are gathered in descending order (highest number of comments at the top) The list items will be links to the comment author&#8217;s URL, if provided.The following parameters are configurable by the user, either from the widget admin interface or directly (if used as a standalone plugin):</p>
<p>* Number of people to show<br />
* List of names to exclude from the list: An array of names to be ignored from the counts.</p>
<p>Download FreePress Top Commenters Widget<br />
Installation:<br />
1. Extract all files in the archive into your plugins directory. The archive should contain a folder called &#8220;freepress&#8221;,<br />
which should be placed directly under the plugins directory, and all the files distributed with this plugin should be in the &#8220;freepress&#8221; folder. For example: /var/www/wordpress/wp-content/plugins/freepress/topCommentersWidget.php<br />
2. If you are using the <a href="http://automattic.com/code/widgets/" target="_blank">widgets plugin</a>, the tagboard will automatically appear as an available widget for your sidebar.<br />
3. If you prefer to manually add the tagboard to your theme, you can insert the following code wherever you&#8217;d like the</p>
<p>tagboard to show up:</p>
<p>&lt; ?php<br />
if(function_exists(&#8217;fp_get_topcommenters&#8217;)) {<br />
echo fp_get_topcommenters();<br />
}<br />
?&gt;</p>
<p>If you wish to manually specify the arguments listed above, add them in the order listed. The number of people to list will default to 10, and the names to exclude will default to an empty array (which will include all commenters).</p>
<p>*Note: This version of the plugin has been tested in WordPress 2.x as well as recent versions of WordPress MU. Please let me know by commenting here if you run into any issues.<br />
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.<br />
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty<br />
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://plugins.net.ru/cooltools/10-best-twitter-tools-for-wordpress-blogs.html" title="10 Best Twitter Tools for Wordpress Blogs">10 Best Twitter Tools for Wordpress Blogs</a></li><li><a href="http://plugins.net.ru/admin/permalinks-migration-plugin-for-wordpress.html" title="Permalinks Migration Plugin for wordpress">Permalinks Migration Plugin for wordpress</a></li><li><a href="http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html" title="Themes using WordPress Widgets">Themes using WordPress Widgets</a></li><li><a href="http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html" title="Widgets for WordPress 2.1x">Widgets for WordPress 2.1x</a></li><li><a href="http://plugins.net.ru/wordpress-themes/apple-theme-for-wordpress.html" title="Apple Theme For WordPress">Apple Theme For WordPress</a></li></ul>
	<p>评论数量(0) | <a href="http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html#respond"><strong>Add Comments</strong></a><br/>本文地址：<a href="http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html" title="WordPress Top Commenters Plugin  Widget">http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html</a></p>
	<p style="border-top: 1px solid #ccc;padding:8px 20px 0 0;margin:20px 0 0 0;"><small>&copy; <strong>admin</strong> for <a href="http://plugins.net.ru">Plugins for your sites</a>, 2007. Add to <a href="http://del.icio.us/post?url=http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html&amp;title=WordPress Top Commenters Plugin  Widget" target="_blank">del.icio.us</a> | Who's linking ? <a href="http://technorati.com/search/http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html" title="Search on Technorati">Technorati</a> <a href="http://www.google.com/blogsearch?q=http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html" title="Google Blog Search">Google</a> <a href="http://www.blogpulse.com/search?query=http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html" title="BlogPulse">BlogPulse</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Themes using WordPress Widgets</title>
		<link>http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html</link>
		<comments>http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html#comments</comments>
		<pubDate>Sun, 25 Feb 2007 22:24:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[sidebar]]></category>

		<category><![CDATA[style]]></category>

		<category><![CDATA[themes]]></category>

		<category><![CDATA[widget]]></category>

		<category><![CDATA[widgets]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://plugins.net.ru/sidebar/themes-using-wordpress-widgets12/</guid>
		<description><![CDATA[Themes using WordPress Widgets
3 column K2  (http://www.obharath.net/blog/3columnk2/)
Abstrakt3c  (http://www.kaushalsheth.com/abstrakt-3-column-wordpress-theme-with-sidebar-widget-support/)
Accidental  Greyscale  (http://www.wpdiva.com/themes/25/accidental-greyscale.html)
Almost Spring  (http://beccary.com/goodies/wordpress-themes/)
Anaconda  (http://anaconda.taragana.net/flexible-3-column-anaconda-theme-for-wordpress-released/)
Andreas01  (http://themes.wordpress.net/columns/3-columns/704/wp-andreas01-12/)
Anthosia2  (http://www.kaushalsheth.com/anthosia2-wordpress-theme-released/)
Anthosia3c  (http://www.kaushalsheth.com/anthosia3c-wordpress-theme-released/)
Around The  Block (http://www.wpdiva.com/themes/40/around-the-block.html)
Arial Reloaded  (http://www.wpdiva.com/themes/19/arial-reloaded.html)
Artistic  Relief  (http://www.davidonzo.com/dblog/articolo.asp?articolo=321)
Bare Minimum  (http://www.wpdiva.com/themes/21/bare-minimum.html)
Barthelme  (http://www.plaintxt.org/themes/barthelme/)
Basic 2 Column  (http://kzkw.net/wp/tags/basic-2-col-theme/)
Be Inspired  (http://www.wpdiva.com/themes/35/be-inspired.html)
Beta  (http://www.livingos.com/?p=43)
Binary Blue  (http://www.4null4.de/wordpress-binary-blue-theme/)
Black  Letterhead [...]]]></description>
			<content:encoded><![CDATA[<p>Themes using WordPress Widgets<br />
<a href="http://www.obharath.net/blog/3columnk2/" title="http://www.obharath.net/blog/3columnk2/">3 column K2</a>  (<em>http://www.obharath.net/blog/3columnk2/</em>)<br />
<a href="http://www.kaushalsheth.com/abstrakt-3-column-wordpress-theme-with-sidebar-widget-support/" title="http://www.kaushalsheth.com/abstrakt-3-column-wordpress-theme-with-sidebar-widget-support/">Abstrakt3c  </a>(<em>http://www.kaushalsheth.com/abstrakt-3-column-wordpress-theme-with-sidebar-widget-support/</em>)<br />
<a href="http://www.wpdiva.com/themes/25/accidental-greyscale.html" title="http://www.wpdiva.com/themes/25/accidental-greyscale.html">Accidental  Greyscale</a>  (<em>http://www.wpdiva.com/themes/25/accidental-greyscale.html</em>)<br />
<a href="http://beccary.com/goodies/wordpress-themes/" title="http://beccary.com/goodies/wordpress-themes/">Almost Spring</a>  (<em>http://beccary.com/goodies/wordpress-themes/</em>)</p>
<p><a href="http://anaconda.taragana.net/flexible-3-column-anaconda-theme-for-wordpress-released/" title="http://anaconda.taragana.net/flexible-3-column-anaconda-theme-for-wordpress-released/">Anaconda</a>  (<em>http://anaconda.taragana.net/flexible-3-column-anaconda-theme-for-wordpress-released/</em>)<br />
<a href="http://themes.wordpress.net/columns/3-columns/704/wp-andreas01-12/" title="http://themes.wordpress.net/columns/3-columns/704/wp-andreas01-12/">Andreas01</a>  (<em><a href="http://themes.wordpress.net/columns/3-columns/704/wp-andreas01-12/">http://themes.wordpress.net/columns/3-columns/704/wp-andreas01-12/</a></em>)<br />
<a href="http://www.kaushalsheth.com/anthosia2-wordpress-theme-released/" title="http://www.kaushalsheth.com/anthosia2-wordpress-theme-released/">Anthosia2</a>  (<em>http://www.kaushalsheth.com/anthosia2-wordpress-theme-released/</em>)<br />
<a href="http://www.kaushalsheth.com/anthosia3c-wordpress-theme-released/" title="http://www.kaushalsheth.com/anthosia3c-wordpress-theme-released/">Anthosia3c</a>  (<em>http://www.kaushalsheth.com/anthosia3c-wordpress-theme-released/</em>)<br />
<a href="http://www.wpdiva.com/themes/40/around-the-block.html" title="http://www.wpdiva.com/themes/40/around-the-block.html">Around The  Block</a> (<em>http://www.wpdiva.com/themes/40/around-the-block.html</em>)<br />
<a href="http://www.wpdiva.com/themes/19/arial-reloaded.html" title="http://www.wpdiva.com/themes/19/arial-reloaded.html">Arial Reloaded</a>  (<em>http://www.wpdiva.com/themes/19/arial-reloaded.html</em>)<br />
<a href="http://www.davidonzo.com/dblog/articolo.asp?articolo=321" title="http://www.davidonzo.com/dblog/articolo.asp?articolo=321">Artistic  Relief</a>  (<em>http://www.davidonzo.com/dblog/articolo.asp?articolo=321</em>)<br />
<a href="http://www.wpdiva.com/themes/21/bare-minimum.html" title="http://www.wpdiva.com/themes/21/bare-minimum.html">Bare Minimum</a>  (<em>http://www.wpdiva.com/themes/21/bare-minimum.html</em>)<br />
<a href="http://www.plaintxt.org/themes/barthelme/" title="http://www.plaintxt.org/themes/barthelme/">Barthelme</a>  (<em>http://www.plaintxt.org/themes/barthelme/</em>)<br />
<a href="http://kzkw.net/wp/tags/basic-2-col-theme/" title="http://kzkw.net/wp/tags/basic-2-col-theme/">Basic 2 Column</a>  (<em>http://kzkw.net/wp/tags/basic-2-col-theme/</em>)<br />
<a href="http://www.wpdiva.com/themes/35/be-inspired.html" title="http://www.wpdiva.com/themes/35/be-inspired.html">Be Inspired</a>  (<em>http://www.wpdiva.com/themes/35/be-inspired.html</em>)<br />
<a href="http://www.livingos.com/?p=43" title="http://www.livingos.com/?p=43">Beta</a>  (<em>http://www.livingos.com/?p=43</em>)<br />
<a href="http://www.4null4.de/wordpress-binary-blue-theme/" title="http://www.4null4.de/wordpress-binary-blue-theme/">Binary Blue</a>  (<em>http://www.4null4.de/wordpress-binary-blue-theme/</em>)<br />
<a href="http://ulyssesonline.com/blackletterhead/2006/03/30/black-letterhead-12/" title="http://ulyssesonline.com/blackletterhead/2006/03/30/black-letterhead-12/">Black  Letterhead 1.2</a>  (<em>http://ulyssesonline.com/blackletterhead/2006/03/30/black-letterhead-12/</em>)<br />
<a href="http://www.wpdiva.com/themes/22/black-white-red.html" title="http://www.wpdiva.com/themes/22/black-white-red.html">Black, White, and  Red</a> (<em>http://www.wpdiva.com/themes/22/black-white-red.html</em>)<br />
<a href="http://www.webbleyou.com/2006-04-17-blix-theme-for-wordpress-widgetized-version" title="http://www.webbleyou.com/2006-04-17-blix-theme-for-wordpress-widgetized-version">Blix</a>  (<em>http://www.webbleyou.com/2006-04-17-blix-theme-for-wordpress-widgetized-version</em>)<br />
<a href="http://www.plaintxt.org/themes/blogtxt/" title="http://www.plaintxt.org/themes/blogtxt/">blog.txt</a>  (<em>http://www.plaintxt.org/themes/blogtxt/</em>)<br />
<a href="http://www.kaushalsheth.com/blue-leaves-themes-released/" title="http://www.kaushalsheth.com/blue-leaves-themes-released/">Blue Leaves</a>  (<em>http://www.kaushalsheth.com/blue-leaves-themes-released/</em>)<br />
<a href="http://www.kaushalsheth.com/blue-horizon-wordpress-theme-with-sidebar-widget-support/" title="http://www.kaushalsheth.com/blue-horizon-wordpress-theme-with-sidebar-widget-support/">Blue  Horizon</a>  (<em>http://www.kaushalsheth.com/blue-horizon-wordpress-theme-with-sidebar-widget-support/</em>)<br />
<a href="http://vaguedream.com/wordpress-themes" title="http://vaguedream.com/wordpress-themes">Blue Moon</a>  (<em>http://vaguedream.com/wordpress-themes</em>)<br />
<a href="http://blog-themes.kalinawebdesigns.com/wordpress-themes/blue-tech/" title="http://blog-themes.kalinawebdesigns.com/wordpress-themes/blue-tech/">Blue  Tech v1.1</a>  (<em>http://blog-themes.kalinawebdesigns.com/wordpress-themes/blue-tech/</em>)<br />
<a href="http://www.wpdiva.com/themes/26/bringing-times-new-roman-back.html" title="http://www.wpdiva.com/themes/26/bringing-times-new-roman-back.html">BTNRB</a>  (<em>http://www.wpdiva.com/themes/26/bringing-times-new-roman-back.html</em>)<br />
<a href="http://rudd-o.com/projects/burninr/" title="http://rudd-o.com/projects/burninr/">Burnin&#8217;R</a>  (<em>http://rudd-o.com/projects/burninr/</em>)<br />
<a href="http://www.nikynik.com/2006/05/07/citrus-02/" title="http://www.nikynik.com/2006/05/07/citrus-02/">Citrus</a>  (<em>http://www.nikynik.com/2006/05/07/citrus-02/</em>)<br />
<a href="http://www.wpdiva.com/themes/39/clean-mint.html" title="http://www.wpdiva.com/themes/39/clean-mint.html">Clean Mint</a>  (<em>http://www.wpdiva.com/themes/39/clean-mint.html</em>)<br />
<a href="http://www.ajaydsouza.com/wordpress/wpthemes/connections-reloaded/" title="http://www.ajaydsouza.com/wordpress/wpthemes/connections-reloaded/">Connections  Reloaded v1.5</a>  (<em>http://www.ajaydsouza.com/wordpress/wpthemes/connections-reloaded/</em>)<br />
<a href="http://www.samdevol.com/wordpress-theme-corporate-slave/" title="http://www.samdevol.com/wordpress-theme-corporate-slave/">Corporate  Slave</a>  (<em>http://www.samdevol.com/wordpress-theme-corporate-slave/</em>)<br />
<a href="http://demo.negative99.com/2006/06/24/crimson-sunrise/" title="http://demo.negative99.com/2006/06/24/crimson-sunrise/">Crimson  Sunrise</a>  (<em>http://demo.negative99.com/2006/06/24/crimson-sunrise/</em>)<br />
<a href="http://www.supriyadisw.net/2006/10/dago-pakar-wordpress-theme" title="http://www.supriyadisw.net/2006/10/dago-pakar-wordpress-theme">Dago  Pakar</a>  (<em>http://www.supriyadisw.net/2006/10/dago-pakar-wordpress-theme</em>)<br />
<a href="http://dandyman.us/projects/dandy-r3c/" title="http://dandyman.us/projects/dandy-r3c/">Dandy R3C</a>  (<em>http://dandyman.us/projects/dandy-r3c/</em>)<br />
<a href="http://www.transycan.net/blogtest/download-themes/" title="http://www.transycan.net/blogtest/download-themes/">Dark Maple</a>  (<em>http://www.transycan.net/blogtest/download-themes/</em>)<br />
<a href="http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html" title="http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html">DarkPad</a>  (<em>http://www.gfxedit.com/themes/wordpress/darkpad-wordpress-theme.html</em>)<br />
<a href="http://www.fightingfriends.com/daydream/" title="http://www.fightingfriends.com/daydream/">Day Dream</a>  (<em>http://www.fightingfriends.com/daydream/</em>)<br />
<a href="http://www.wpdiva.com/themes/38/deep-blue-business.html" title="http://www.wpdiva.com/themes/38/deep-blue-business.html">Deep Blue  Business</a>  (<em>http://www.wpdiva.com/themes/38/deep-blue-business.html</em>)<br />
<a href="http://www.stageleftmedia.com/schmuck/?page_id=137" title="http://www.stageleftmedia.com/schmuck/?page id=137">Desert 2.0+</a>  (<em>http://www.stageleftmedia.com/schmuck/?page_id=137</em>)<br />
<a href="http://www.archgfx.net/blog/index.php/themes/disconnected/" title="http://www.archgfx.net/blog/index.php/themes/disconnected/">Disconnected</a>  (<em>http://www.archgfx.net/blog/index.php/themes/disconnected/</em>)<br />
<a href="http://beccary.com/goodies/wordpress-themes/" title="http://beccary.com/goodies/wordpress-themes/">Dusk</a>  (<em>http://beccary.com/goodies/wordpress-themes/</em>)<br />
<a href="http://www.wpdiva.com/themes/20/embellishment.html" title="http://www.wpdiva.com/themes/20/embellishment.html">Embellishment</a>  (<em>http://www.wpdiva.com/themes/20/embellishment.html</em>)<br />
<a href="http://www.versicherung-in.de/wordpress-202-theme-faith-sidebar-widgets/" title="http://www.versicherung-in.de/wordpress-202-theme-faith-sidebar-widgets/">Faith</a>  (<em>http://www.versicherung-in.de/wordpress-202-theme-faith-sidebar-widgets/</em>)<br />
<a href="http://www.jide.fr/francais/telechargements/template-freshy-pour-wordpress/" title="http://www.jide.fr/francais/telechargements/template-freshy-pour-wordpress/">Freshy</a>  (<em>http://www.jide.fr/francais/telechargements/template-freshy-pour-wordpress/</em>)<br />
<a href="http://www.fahlstad.se/themes/" title="http://www.fahlstad.se/themes/">fSpring</a>  (<em>http://www.fahlstad.se/themes/</em>)<br />
<a href="http://www.urbangiraffe.com/themes/giraffe2/" title="http://www.urbangiraffe.com/themes/giraffe2/">Giraffe2</a>  (<em>http://www.urbangiraffe.com/themes/giraffe2/</em>)<br />
<a href="http://wpram.com/files/zip/goldengrey.zip" title="http://wpram.com/files/zip/goldengrey.zip">Golden Grey</a>  (<em>http://wpram.com/files/zip/goldengrey.zip</em>)<br />
<a href="http://ilja.cryon.net/2006/06/12/gray-mantle-wordpress-theme-released/" title="http://ilja.cryon.net/2006/06/12/gray-mantle-wordpress-theme-released/">Gray  Mantle</a>  (<em>http://ilja.cryon.net/2006/06/12/gray-mantle-wordpress-theme-released/</em>)<br />
<a href="http://www.codescheme.com/greenbeen-p-31.html" title="http://www.codescheme.com/greenbeen-p-31.html">GreenBeen</a>  (<em>http://www.codescheme.com/greenbeen-p-31.html</em>)<br />
<a href="http://www.wpdiva.com/themes/15/green-tea.html" title="http://www.wpdiva.com/themes/15/green-tea.html">Green Tea</a>  (<em>http://www.wpdiva.com/themes/15/green-tea.html</em>)<br />
<a href="http://blog.mihalev.info/archives/49" title="http://blog.mihalev.info/archives/49">Greening</a>  (<em>http://blog.mihalev.info/archives/49</em>)<br />
<a href="http://www.wpdiva.com/themes/23/greyscale.html" title="http://www.wpdiva.com/themes/23/greyscale.html">Greyscale</a>  (<em>http://www.wpdiva.com/themes/23/greyscale.html</em>)<br />
<a href="http://blox.nfiniti.org/2006/03/25/hemmed/" title="http://blox.nfiniti.org/2006/03/25/hemmed/">Hemmed</a>  (<em>http://blox.nfiniti.org/2006/03/25/hemmed/</em>)<br />
<a href="http://www.junyent.org/blog/arxius/2006/05/13/i-haev-style-121/" title="http://www.junyent.org/blog/arxius/2006/05/13/i-haev-style-121/">I Haev  Style</a>  (<em>http://www.junyent.org/blog/arxius/2006/05/13/i-haev-style-121/</em>)<br />
<a href="http://www.wpdiva.com/themes/17/home-sweet-home.html" title="http://www.wpdiva.com/themes/17/home-sweet-home.html">Home Sweet Home</a>  (<em>http://www.wpdiva.com/themes/17/home-sweet-home.html</em>)<br />
<a href="http://www.tchakra.net/life/imhotep-with-widgets" title="http://www.tchakra.net/life/imhotep-with-widgets">Imhotep</a>  (<em>http://www.tchakra.net/life/imhotep-with-widgets</em>)<br />
<a href="http://www.indexnet.2yi.net/" title="http://www.indexnet.2yi.net/">Indexnet</a>  (<em>http://www.indexnet.2yi.net/</em>)<br />
<a href="http://www.kaushalsheth.com/in-business-wordpress-theme-updated-with-widget-support/" title="http://www.kaushalsheth.com/in-business-wordpress-theme-updated-with-widget-support/">InBusiness</a>  (<em>http://www.kaushalsheth.com/in-business-wordpress-theme-updated-with-widget-support/</em>)<br />
<a href="http://www.sr-ultimate.com/2006/05/16/internet-market-wordpress-theme/" title="http://www.sr-ultimate.com/2006/05/16/internet-market-wordpress-theme/">InternetMarket</a>  (<em>http://www.sr-ultimate.com/2006/05/16/internet-market-wordpress-theme/</em>)<br />
<a href="http://www.wpdiva.com/themes/27/jail-bird.html" title="http://www.wpdiva.com/themes/27/jail-bird.html">Jail Bird</a>  (<em>http://www.wpdiva.com/themes/27/jail-bird.html</em>)<br />
<a href="http://patrick.bloggles.info/2006/04/08/simple-theme-jill-whiteclear-10/" title="http://patrick.bloggles.info/2006/04/08/simple-theme-jill-whiteclear-10/">Jill  Whiteclear 1.0</a>  (<em>http://patrick.bloggles.info/2006/04/08/simple-theme-jill-whiteclear-10/</em>)<br />
<a href="http://getk2.com/" title="http://getk2.com/">K2</a>  (<em>http://getk2.com/</em>)<br />
<a href="http://www.kdolphin.com/kd03" title="http://www.kdolphin.com/kd03">KD03</a>  (<em>http://www.kdolphin.com/kd03</em>)<br />
<a href="http://kickasswebdesign.com/wordpress/2006/08/kickass-noir-a-2-column-widget-enabled-wordpress-theme-for-download/" title="http://kickasswebdesign.com/wordpress/2006/08/kickass-noir-a-2-column-widget-enabled-wordpress-theme-for-download/">Kickass-Noir</a>  (<em>http://kickasswebdesign.com/wordpress/2006/08/kickass-noir-a-2-column-widget-enabled-wordpress-theme-for-download/</em>)<br />
<a href="http://spencerp.net/" title="http://spencerp.net/">Kubrick</a>  (<em>http://spencerp.net/</em>)<br />
I had lost this version of Kubrick during a  site move, but I plan do up another version of it again soon! Please be  patient.. <img src='http://plugins.net.ru/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <a href="http://cinila.com/journal/2006/03/15/laila-butterfly-themes-for-wordpress/" title="http://cinila.com/journal/2006/03/15/laila-butterfly-themes-for-wordpress/">Laila  2.0</a>  (<em>http://cinila.com/journal/2006/03/15/laila-butterfly-themes-for-wordpress/</em>)<br />
<a href="http://www.daikos.net/2006/04/11/leavesrevamped/" title="http://www.daikos.net/2006/04/11/leavesrevamped/">Leaves Revamped</a>  (<em>http://www.daikos.net/2006/04/11/leavesrevamped/</em>)<br />
<a href="http://kzkw.net/wp/2006/05/01/less-is-purple-v1-ready-for-download/" title="http://kzkw.net/wp/2006/05/01/less-is-purple-v1-ready-for-download/">Less  is Purple</a>  (<em>http://kzkw.net/wp/2006/05/01/less-is-purple-v1-ready-for-download/</em>)<br />
<a href="http://misguidedthoughts.com/145/letoprime-wordpress-theme/" title="http://misguidedthoughts.com/145/letoprime-wordpress-theme/">LetoPrime</a>  (<em>http://misguidedthoughts.com/145/letoprime-wordpress-theme/</em>)<br />
<a href="http://vaguedream.com/wordpress-themes" title="http://vaguedream.com/wordpress-themes">Light</a>  (<em>http://vaguedream.com/wordpress-themes</em>)<br />
<a href="http://www.livingos.com/?page_id=30" title="http://www.livingos.com/?page id=30">LivingOS ALPHA</a>  (<em>http://www.livingos.com/?page_id=30</em>)<br />
<a href="http://www.livingos.com/?page_id=30" title="http://www.livingos.com/?page id=30">LivingOS BETA</a>  (<em>http://www.livingos.com/?page_id=30</em>)<br />
<a href="http://www.livingos.com/?page_id=30" title="http://www.livingos.com/?page id=30">LivingOS PSI</a>  (<em>http://www.livingos.com/?page_id=30</em>)<br />
<a href="http://www.livingos.com/?page_id=30" title="http://www.livingos.com/?page id=30">LivingOS OMEGA</a>  (<em>http://www.livingos.com/?page_id=30</em>)<br />
<a href="http://www.i-jeriko.de/2006/03/06/introducing-lush-for-wordpress/" title="http://www.i-jeriko.de/2006/03/06/introducing-lush-for-wordpress/">Lush</a>  (<em>http://www.i-jeriko.de/2006/03/06/introducing-lush-for-wordpress/</em>)<br />
<a href="http://www.onehertz.com/portfolio/wordpress/mandigo/" title="http://www.onehertz.com/portfolio/wordpress/mandigo/">Mandigo</a>  (<em>http://www.onehertz.com/portfolio/wordpress/mandigo/</em>)<br />
<a href="http://www.plaintxt.org/themes/minimalist-sandbox/" title="http://www.plaintxt.org/themes/minimalist-sandbox/">The Minimalist  Sandbox</a> (<em>http://www.plaintxt.org/themes/minimalist-sandbox/</em>)<br />
<a href="http://prdownloads.sourceforge.net/wp-themes-l10n/modern.zip?use_mirror=heanet" title="http://prdownloads.sourceforge.net/wp-themes-l10n/modern.zip?use mirror=heanet">Modern</a>  (<em>http://prdownloads.sourceforge.net/wp-themes-l10n/modern.zip?use_mirror=heanet</em>)<br />
<a href="http://www.wpdiva.com/themes/24/monochrome.html" title="http://www.wpdiva.com/themes/24/monochrome.html">Monochrome</a>  (<em>http://www.wpdiva.com/themes/24/monochrome.html</em>)<br />
<a href="http://www.blazenewmedia.com/articles/moonlight-a-wordpress-theme" title="http://www.blazenewmedia.com/articles/moonlight-a-wordpress-theme">Moonlight</a>  (<em>http://www.blazenewmedia.com/articles/moonlight-a-wordpress-theme</em>)<br />
<a href="http://stuart.amanzi.co.nz/2006/05/30/new-simpla-theme-with-widgets/" title="http://stuart.amanzi.co.nz/2006/05/30/new-simpla-theme-with-widgets/">New  Simpla</a>  (<em>http://stuart.amanzi.co.nz/2006/05/30/new-simpla-theme-with-widgets/</em>)<br />
<a href="http://beccary.com/goodies/wordpress-themes/" title="http://beccary.com/goodies/wordpress-themes/">Ocadia</a>  (<em>http://beccary.com/goodies/wordpress-themes/</em>)<br />
<a href="http://www.wpdiva.com/themes/31/off-center.html" title="http://www.wpdiva.com/themes/31/off-center.html">Off-center</a>  (<em>http://www.wpdiva.com/themes/31/off-center.html</em>)<br />
<a href="http://www.wpdiva.com/themes/33/omit-needless-elements.html" title="http://www.wpdiva.com/themes/33/omit-needless-elements.html">Omit Needless  Elements</a>  (<em>http://www.wpdiva.com/themes/33/omit-needless-elements.html</em>)<br />
<a href="http://www.sr-ultimate.com/2006/05/16/onlinebusiness-wordpress-theme/" title="http://www.sr-ultimate.com/2006/05/16/onlinebusiness-wordpress-theme/">OnLineBusiness</a>  (<em>http://www.sr-ultimate.com/2006/05/16/onlinebusiness-wordpress-theme/</em>)<br />
<a href="http://www.anekostudios.com/2006/06/24/first-wordpress-theme/" title="http://www.anekostudios.com/2006/06/24/first-wordpress-theme/">Orange  Crush</a>  (<em>http://www.anekostudios.com/2006/06/24/first-wordpress-theme/</em>)<br />
<a href="http://wp.berkano.net/downloads/" title="http://wp.berkano.net/downloads/">OutThere</a>  (<em>http://wp.berkano.net/downloads/</em>)<br />
<a href="http://blog.jazzle.co.uk/blog-dev/wp-theme-paper-cut/" title="http://blog.jazzle.co.uk/blog-dev/wp-theme-paper-cut/">Paper Cut</a>  (<em>http://blog.jazzle.co.uk/blog-dev/wp-theme-paper-cut/</em>)<br />
<a href="http://www.wpdiva.com/themes/32/pastel-paradise.html" title="http://www.wpdiva.com/themes/32/pastel-paradise.html">Pastel Paradise</a>  (<em>http://www.wpdiva.com/themes/32/pastel-paradise.html</em>)<br />
<a href="http://www.plaintxt.org/themes/plaintxtblog/" title="http://www.plaintxt.org/themes/plaintxtblog/">plaintxtBlog v2</a>  (<em>http://www.plaintxt.org/themes/plaintxtblog/</em>)<br />
<a href="http://www.wpdiva.com/themes/13/pretty-in-pink.html" title="http://www.wpdiva.com/themes/13/pretty-in-pink.html">Pretty In Pink</a>  (<em>http://www.wpdiva.com/themes/13/pretty-in-pink.html</em>)<br />
<a href="http://www.davidonzo.com/dblog/articolo.asp?articolo=321" title="http://www.davidonzo.com/dblog/articolo.asp?articolo=321">Pure Relief</a>  (<em>http://www.davidonzo.com/dblog/articolo.asp?articolo=321</em>)<br />
<a href="http://oriol.f2o.org/2006/04/11/nueva-version-de-qwilm-qwilm-03/" title="http://oriol.f2o.org/2006/04/11/nueva-version-de-qwilm-qwilm-03/">Qwilm</a>  (<em>http://oriol.f2o.org/2006/04/11/nueva-version-de-qwilm-qwilm-03/</em>)<br />
<a href="http://moho.optera.net/projects/wordpress/radix-wpg2/" title="http://moho.optera.net/projects/wordpress/radix-wpg2/">Radix WPG2</a>  (<em>http://moho.optera.net/projects/wordpress/radix-wpg2/</em>)<br />
<a href="http://dot-totally.co.uk/archives/2006/04/15/redbar-07/" title="http://dot-totally.co.uk/archives/2006/04/15/redbar-07/">Redbar</a>  (<em>http://dot-totally.co.uk/archives/2006/04/15/redbar-07/</em>)<br />
<a href="http://winnopeg.com/archives/131/red-is-nice-201-realeased/" title="http://winnopeg.com/archives/131/red-is-nice-201-realeased/">Red is  Nice</a>  (<em>http://winnopeg.com/archives/131/red-is-nice-201-realeased/</em>)<br />
<a href="http://www.binarymoon.co.uk/projects/regulus/" title="http://www.binarymoon.co.uk/projects/regulus/">Regulus 2.1</a>  (<em>http://www.binarymoon.co.uk/projects/regulus/</em>)<br />
<a href="http://beccary.com/blog/2006/04/13/wordpress-theme-remember/" title="http://beccary.com/blog/2006/04/13/wordpress-theme-remember/">Remember</a>  (<em>http://beccary.com/blog/2006/04/13/wordpress-theme-remember/</em>)<br />
<a href="http://sanctuary.naomh.net/?p=857" title="http://sanctuary.naomh.net/?p=857">retroflowers</a>  (<em>http://sanctuary.naomh.net/?p=857</em>)<br />
<a href="http://rudd-o.com/projects/revvedup/" title="http://rudd-o.com/projects/revvedup/">Revved-Up</a>  (<em>http://rudd-o.com/projects/revvedup/</em>)<br />
<a href="http://www.itcouldbethisone.com/?p=14" title="http://www.itcouldbethisone.com/?p=14">Rounded</a>  (<em>http://www.itcouldbethisone.com/?p=14</em>)<br />
<a href="http://theundersigned.net/2006/05/wp-theme-roundflow-10-released/" title="http://theundersigned.net/2006/05/wp-theme-roundflow-10-released/">Roundflow</a>  (<em>http://theundersigned.net/2006/05/wp-theme-roundflow-10-released/</em>)<br />
<a href="http://blog.mihalev.info/wordpress-themes/#Rusty_1" title="http://blog.mihalev.info/wordpress-themes/#Rusty 1">Rusty</a>  (<em>http://blog.mihalev.info/wordpress-themes/#Rusty_1</em>)<br />
<a href="http://www.plaintxt.org/themes/sandbox/" title="http://www.plaintxt.org/themes/sandbox/">Sandbox v0.5</a>  (<em>http://www.plaintxt.org/themes/sandbox/</em>)<br />
<a href="http://www.yukei.net/descargas/satori-english-documentation/" title="http://www.yukei.net/descargas/satori-english-documentation/">Satori</a>  (<em>http://www.yukei.net/descargas/satori-english-documentation/</em>)<br />
<a href="http://www.wpdiva.com/themes/28/sheer-elegance.html" title="http://www.wpdiva.com/themes/28/sheer-elegance.html">Sheer Elegance</a>  (<em>http://www.wpdiva.com/themes/28/sheer-elegance.html</em>)<br />
<a href="http://www.wpdiva.com/themes/16/simple-blue.html" title="http://www.wpdiva.com/themes/16/simple-blue.html">Simple Blue</a>  (<em>http://www.wpdiva.com/themes/16/simple-blue.html</em>)<br />
<a href="http://www.wpdiva.com/themes/42/simple-grey.html" title="http://www.wpdiva.com/themes/42/simple-grey.html">Simple Grey</a>  (<em>http://www.wpdiva.com/themes/42/simple-grey.html</em>)<br />
<a href="http://www.wpdiva.com/themes/43/simple-grey-lily.html" title="http://www.wpdiva.com/themes/43/simple-grey-lily.html">Simple Grey  Lily</a> (<em>http://www.wpdiva.com/themes/43/simple-grey-lily.html</em>)<br />
<a href="http://www.plaintxt.org/themes/simplr/" title="http://www.plaintxt.org/themes/simplr/">Simplr v1</a>  (<em>http://www.plaintxt.org/themes/simplr/</em>)<br />
<a href="http://www.wpdiva.com/themes/18/skewed-rainbow.html" title="http://www.wpdiva.com/themes/18/skewed-rainbow.html">Skewed Rainbow</a>  (<em>http://www.wpdiva.com/themes/18/skewed-rainbow.html</em>)<br />
<a href="http://www.wpdiva.com/themes/30/sleep-interrupted.html" title="http://www.wpdiva.com/themes/30/sleep-interrupted.html">Sleep,  Interrupted</a>  (<em>http://www.wpdiva.com/themes/30/sleep-interrupted.html</em>)<br />
<a href="http://www.kaushalsheth.com/sky-wordpress-theme-released/" title="http://www.kaushalsheth.com/sky-wordpress-theme-released/">Sky</a>  (<em>http://www.kaushalsheth.com/sky-wordpress-theme-released/</em>)<br />
<a href="http://www.kaushalsheth.com/sky3c-wordpress-theme-released/" title="http://www.kaushalsheth.com/sky3c-wordpress-theme-released/">Sky3c</a>  (<em>http://www.kaushalsheth.com/sky3c-wordpress-theme-released/</em>)<br />
<a href="http://blog-themes.kalinawebdesigns.com/wordpress-themes/solemn-orange/" title="http://blog-themes.kalinawebdesigns.com/wordpress-themes/solemn-orange/">Solemn  Orange</a>  (<em>http://blog-themes.kalinawebdesigns.com/wordpress-themes/solemn-orange/</em>)<br />
<a href="http://www.davilac.net/themes/" title="http://www.davilac.net/themes/">Solemnity2</a>  (<em>http://www.davilac.net/themes/</em>)<br />
<a href="http://www.sosuechtig.de/2006/04/03/sosuechtig-26-wordpress-theme-beta-release/" title="http://www.sosuechtig.de/2006/04/03/sosuechtig-26-wordpress-theme-beta-release/">SoSuechtig  2.6</a>  (<em>http://www.sosuechtig.de/2006/04/03/sosuechtig-26-wordpress-theme-beta-release/</em>)<br />
<a href="http://www.wpdiva.com/themes/41/split-personality.html" title="http://www.wpdiva.com/themes/41/split-personality.html">Split  Personality</a>  (<em>http://www.wpdiva.com/themes/41/split-personality.html</em>)<br />
<a href="http://theundersigned.net/2006/05/stripedplus-10-final-released/" title="http://theundersigned.net/2006/05/stripedplus-10-final-released/">Striped  Plus</a>  (<em>http://theundersigned.net/2006/05/stripedplus-10-final-released/</em>)<br />
<a href="http://rudd-o.com/archives/2006/05/29/supercharged-180-honey-i-enlarged-supercharged-is-out/" title="http://rudd-o.com/archives/2006/05/29/supercharged-180-honey-i-enlarged-supercharged-is-out/">Supercharged</a>  (<em>http://rudd-o.com/archives/2006/05/29/supercharged-180-honey-i-enlarged-supercharged-is-out/</em>)<br />
<a href="http://tarskitheme.com/" title="http://tarskitheme.com/">Tarski</a>  (<em>http://tarskitheme.com/</em>)<br />
<a href="http://blog.mihalev.info/wordpress-themes/#Terracotta_1" title="http://blog.mihalev.info/wordpress-themes/#Terracotta 1">Terracotta</a>  (<em>http://blog.mihalev.info/wordpress-themes/#Terracotta_1</em>)<br />
<a href="http://leflo.de/projekte/wordpress/musil/" title="http://leflo.de/projekte/wordpress/musil/">The Musil Theme</a>  (<em>http://leflo.de/projekte/wordpress/musil/</em>)<br />
<a href="http://obeattie.com/themes/theorem/" title="http://obeattie.com/themes/theorem/">Theorem</a>  (<em>http://obeattie.com/themes/theorem/</em>)<br />
<a href="http://beccary.com/goodies/wordpress-themes/" title="http://beccary.com/goodies/wordpress-themes/">Thirteen</a>  (<em>http://beccary.com/goodies/wordpress-themes/</em>)<br />
<a href="http://aydin.net/blog/2006/02/13/wordpress-theme-three-column-black-letterhead/" title="http://aydin.net/blog/2006/02/13/wordpress-theme-three-column-black-letterhead/">Three  Column Black Letterhead</a>  (<em>http://aydin.net/blog/2006/02/13/wordpress-theme-three-column-black-letterhead/</em>)<br />
<a href="http://aydin.net/blog/2006/03/23/three-column-k2-theme-for-wordpress-3k2/" title="http://aydin.net/blog/2006/03/23/three-column-k2-theme-for-wordpress-3k2/">Three  Column K2</a>  (<em>http://aydin.net/blog/2006/03/23/three-column-k2-theme-for-wordpress-3k2/</em>)<br />
<a href="http://www.wpdiva.com/themes/37/three-square.html" title="http://www.wpdiva.com/themes/37/three-square.html">Three Square</a>  (<em>http://www.wpdiva.com/themes/37/three-square.html</em>)<br />
<a href="http://www.shamsulazhar.com/wp/archives/31" title="http://www.shamsulazhar.com/wp/archives/31">Tiga</a>  (<em>http://www.shamsulazhar.com/wp/archives/31</em>)<br />
<a href="http://blog-themes.kalinawebdesigns.com/wordpress-themes/tranquil-rose/" title="http://blog-themes.kalinawebdesigns.com/wordpress-themes/tranquil-rose/">Tranquil  Rose</a>  (<em>http://blog-themes.kalinawebdesigns.com/wordpress-themes/tranquil-rose/</em>)<br />
<a href="http://www.wpdiva.com/themes/29/twinkle-twinkle.html" title="http://www.wpdiva.com/themes/29/twinkle-twinkle.html">Twinkle, Twinkle</a>  (<em>http://www.wpdiva.com/themes/29/twinkle-twinkle.html</em>)<br />
<a href="http://www.yukei.net/2006/05/unsleepable-en-espanol-widgets/" title="http://www.yukei.net/2006/05/unsleepable-en-espanol-widgets/">Unsleepable</a>  (<em>http://www.yukei.net/2006/05/unsleepable-en-espanol-widgets/</em>)<br />
<a href="http://www.plaintxt.org/themes/veryplaintxt/" title="http://www.plaintxt.org/themes/veryplaintxt/">veryplaintxt v2</a>  (<em>http://www.plaintxt.org/themes/veryplaintxt/</em>)<br />
<a href="http://s1n.dyndns.org/index.php/2006/12/20/widget-gets-green/" title="http://s1n.dyndns.org/index.php/2006/12/20/widget-gets-green/">Widget Gets  Green</a>  (<em>http://s1n.dyndns.org/index.php/2006/12/20/widget-gets-green/</em>)<br />
<a href="http://patrick.bloggles.info/wpthemes/" title="http://patrick.bloggles.info/wpthemes/">Wordpress II Silver</a>  (<em>http://patrick.bloggles.info/wpthemes/</em>)<br />
<a href="http://patrick.bloggles.info/wpthemes/" title="http://patrick.bloggles.info/wpthemes/">WPress Theme</a>  (<em>http://patrick.bloggles.info/wpthemes/</em>)<br />
<a href="http://patrick.bloggles.info/wpthemes/" title="http://patrick.bloggles.info/wpthemes/">WP MegaPress</a>  (<em>http://patrick.bloggles.info/wpthemes/</em>)<br />
<a href="http://blogates.com/patrick/2006/04/28/modified-toni-theme/" title="http://blogates.com/patrick/2006/04/28/modified-toni-theme/">WP2 Toni</a>  (<em>http://blogates.com/patrick/2006/04/28/modified-toni-theme/</em>)<br />
<a href="http://webgazette.co.uk/wordpress-themes/wp-andreas09/" title="http://webgazette.co.uk/wordpress-themes/wp-andreas09/">WP-Andreas09</a>  (<em>http://webgazette.co.uk/wordpress-themes/wp-andreas09/</em>)<br />
<a href="http://maryndor.theicy.com/2006/04/29/wpglass-theme-v10-public-release/" title="http://maryndor.theicy.com/2006/04/29/wpglass-theme-v10-public-release/">WP  Glass</a>  (<em>http://maryndor.theicy.com/2006/04/29/wpglass-theme-v10-public-release/</em>)<br />
<a href="http://www.i-jeriko.de/2006/05/07/wordpress-theme-wpjeriko01/" title="http://www.i-jeriko.de/2006/05/07/wordpress-theme-wpjeriko01/">wpjeriko01</a>  (<em>http://www.i-jeriko.de/2006/05/07/wordpress-theme-wpjeriko01/</em>)<br />
<a href="http://www.tchakra.net/wordpress/themes/wuhan-with-widgets/" title="http://www.tchakra.net/wordpress/themes/wuhan-with-widgets/">Wuhan</a>  (<em>http://www.tchakra.net/wordpress/themes/wuhan-with-widgets/</em>)<br />
<a href="http://xoros.org/blog/index.php/wordpress/" title="http://xoros.org/blog/index.php/wordpress/">Xoros Dark</a>  (<em>http://xoros.org/blog/index.php/wordpress/</em>)<br />
<a href="http://www.shupe.ca/articles/wordpress/themes/yaletown/" title="http://www.shupe.ca/articles/wordpress/themes/yaletown/">Yaletown</a>  (<em>http://www.shupe.ca/articles/wordpress/themes/yaletown/</em>)<br />
<a href="http://www.wpdiva.com/themes/36/zero-cool.html" title="http://www.wpdiva.com/themes/36/zero-cool.html">Zero Cool</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://plugins.net.ru/wordpress-themes/wp-theme-u-box-release.html" title="WP theme U-Box release">WP theme U-Box release</a></li><li><a href="http://plugins.net.ru/seo/alexarank-plugin-for-wordpress.html" title="AlexaRank Plugin for wordpress">AlexaRank Plugin for wordpress</a></li><li><a href="http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html" title="WordPress Top Commenters Plugin  Widget">WordPress Top Commenters Plugin  Widget</a></li><li><a href="http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html" title="Widgets for WordPress 2.1x">Widgets for WordPress 2.1x</a></li><li><a href="http://plugins.net.ru/wordpress-themes/apple-theme-for-wordpress.html" title="Apple Theme For WordPress">Apple Theme For WordPress</a></li></ul>
	<p>评论数量(0) | <a href="http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html#respond"><strong>Add Comments</strong></a><br/>本文地址：<a href="http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html" title="Themes using WordPress Widgets">http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html</a></p>
	<p style="border-top: 1px solid #ccc;padding:8px 20px 0 0;margin:20px 0 0 0;"><small>&copy; <strong>admin</strong> for <a href="http://plugins.net.ru">Plugins for your sites</a>, 2007. Add to <a href="http://del.icio.us/post?url=http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html&amp;title=Themes using WordPress Widgets" target="_blank">del.icio.us</a> | Who's linking ? <a href="http://technorati.com/search/http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html" title="Search on Technorati">Technorati</a> <a href="http://www.google.com/blogsearch?q=http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html" title="Google Blog Search">Google</a> <a href="http://www.blogpulse.com/search?query=http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html" title="BlogPulse">BlogPulse</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Widgets for WordPress 2.1x</title>
		<link>http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html</link>
		<comments>http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html#comments</comments>
		<pubDate>Sat, 24 Feb 2007 15:54:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[sidebar]]></category>

		<category><![CDATA[widget]]></category>

		<category><![CDATA[sidebar-Widgets]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[wordpress-2.1x]]></category>

		<guid isPermaLink="false">http://plugins.net.ru/sidebar/widgets-for-wordpress-21x9/</guid>
		<description><![CDATA[Full Name:Sidebar Widgets
Version: 1.2
For WP:2.1x
License: GPL
Description: Adds &#8220;Sidebar Widgets&#8221; panel under Presentation menu.More……
Author: Automattic
Plugin Page：Go to
Download：zip for WordPress 2.0.x zip for WordPress 2.1.x Subversion Repository
Language: english, more or add your languages
How to：Go to
Related Posts10 Best Twitter Tools for Wordpress BlogsAlexaRank Plugin for wordpressWordPress Top Commenters Plugin  WidgetThemes using WordPress WidgetsApple Theme For WordPress
	评论数量(0) &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>Full Name:Sidebar Widgets<br />
Version: 1.2<br />
For WP:<a href="wordpress-2.1x" target="_blank">2.1x</a><br />
<span class="label">License</span>: <a href="http://plugins.net.ru/about/copyright" target="_blank">GPL</a><br />
Description: Adds &#8220;Sidebar Widgets&#8221; panel under Presentation menu.<a href="http://plugins.net.ru/forums/topic/2" target="_blank">More……</a><br />
Author: <a href="http://automattic.com/code/widgets/" target="_blank">Automattic</a><br />
Plugin Page：<a href="http://svn.wp-plugins.org/widgets/trunk" target="_blank">Go to</a><br />
Download：<a href="http://downloads.wordpress.org/plugin/widgets.1.0.zip" class="download" target="_blank">zip for WordPress 2.0.x</a> <a href="http://downloads.wordpress.org/plugin/widgets.zip" class="download" target="_blank">zip for WordPress 2.1.x</a> <a href="http://svn.wp-plugins.org/widgets/trunk" target="_blank">Subversion Repository</a><br />
Language: <a href="http://plugins.net.ru/forums/topic/2" target="_blank">english, more or add your languages<br />
</a>How to：<a href="http://plugins.net.ru/forums/topic/2" target="_blank">Go to</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://plugins.net.ru/cooltools/10-best-twitter-tools-for-wordpress-blogs.html" title="10 Best Twitter Tools for Wordpress Blogs">10 Best Twitter Tools for Wordpress Blogs</a></li><li><a href="http://plugins.net.ru/seo/alexarank-plugin-for-wordpress.html" title="AlexaRank Plugin for wordpress">AlexaRank Plugin for wordpress</a></li><li><a href="http://plugins.net.ru/sidebar/widget/wordpress-top-commenters-plugin-widget.html" title="WordPress Top Commenters Plugin  Widget">WordPress Top Commenters Plugin  Widget</a></li><li><a href="http://plugins.net.ru/sidebar/themes-using-wordpress-widgets.html" title="Themes using WordPress Widgets">Themes using WordPress Widgets</a></li><li><a href="http://plugins.net.ru/wordpress-themes/apple-theme-for-wordpress.html" title="Apple Theme For WordPress">Apple Theme For WordPress</a></li></ul>
	<p>评论数量(0) | <a href="http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html#respond"><strong>Add Comments</strong></a><br/>本文地址：<a href="http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html" title="Widgets for WordPress 2.1x">http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html</a></p>
	<p style="border-top: 1px solid #ccc;padding:8px 20px 0 0;margin:20px 0 0 0;"><small>&copy; <strong>admin</strong> for <a href="http://plugins.net.ru">Plugins for your sites</a>, 2007. Add to <a href="http://del.icio.us/post?url=http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html&amp;title=Widgets for WordPress 2.1x" target="_blank">del.icio.us</a> | Who's linking ? <a href="http://technorati.com/search/http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html" title="Search on Technorati">Technorati</a> <a href="http://www.google.com/blogsearch?q=http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html" title="Google Blog Search">Google</a> <a href="http://www.blogpulse.com/search?query=http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html" title="BlogPulse">BlogPulse</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://plugins.net.ru/sidebar/widgets-for-wordpress-21x.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
