<?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> &#187; tag</title>
	<atom:link href="http://wparena.com/tag/tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://wparena.com</link>
	<description>A Blog for WordPress Developers, Designers and Bloggers</description>
	<lastBuildDate>Mon, 10 Jun 2013 09:07:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to add Custom Fields [metadata] for categories and tags [terms]</title>
		<link>http://wparena.com/how-to/how-to-add-custom-fields-metadata-for-categories-and-tags-terms/</link>
		<comments>http://wparena.com/how-to/how-to-add-custom-fields-metadata-for-categories-and-tags-terms/#comments</comments>
		<pubDate>Sat, 21 May 2011 19:01:06 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[custom field]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[post meta]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[term]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=8442</guid>
		<description><![CDATA[WordPress custom fields give great flexibility to customize posts and pages, which let users create variables and add custom values to them. See detail on: The Power of WordPress Custom Fields.  If you want to use Custom Field out of loop, than you must read this small article &#8220;WordPress: How to get custom fields outside [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-use-categories-and-tags-as-keywords/' rel='bookmark' title='How to Use Categories and Tags as Keywords'>How to Use Categories and Tags as Keywords</a></li>
<li><a href='http://wparena.com/how-to/the-power-of-wordpress-custom-fields/' rel='bookmark' title='The Power of WordPress Custom Fields'>The Power of WordPress Custom Fields</a></li>
<li><a href='http://wparena.com/how-to/how-to-hide-show-widgets-on-certain-wordpress-pages-posts-categories/' rel='bookmark' title='How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories'>How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories</a></li>
<li><a href='http://wparena.com/inspiration/wordpress-custom-fields-usage-for-customers-website-and-multisite-users/' rel='bookmark' title='WordPress Custom Fields usage for Customers website and Multisite users'>WordPress Custom Fields usage for Customers website and Multisite users</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-multiple-product-categories-into-wp-e-commerce-plugin/' rel='bookmark' title='How to add Multiple Product Categories to WP e-Commerce Plugin'>How to add Multiple Product Categories to WP e-Commerce Plugin</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>WordPress custom fields give great  flexibility to customize posts and pages, which let users create variables and add custom values to them. See detail on: <a href="http://wparena.com/how-to/the-power-of-wordpress-custom-fields/">The Power of WordPress Custom Fields</a>.  If you want to use Custom Field out of loop, than you must read this small article &#8220;<a href="http://www.wprecipes.com/wordpress-how-to-get-custom-fields-outside-the-loop">WordPress: How to get custom fields outside the loop</a>&#8221; which help you to do that.<br />
This excellent WordPress feature must help a lot to bloggers, if they use for Categories and Tags (terms) and that can be achieable by using  <a href="http://wordpress.org/extend/plugins/wp-category-meta/">Category Meta plugin</a>, so following are the useful features you can get from this plugin.</p>
<h2>Insert Images to Category or Tag:</h2>
<p><img class="alignnone size-full wp-image-8444" title="251px-Html-tag-italicized" src="http://wparena.com/wp-content/uploads/2011/05/251px-Html-tag-italicized.jpg" alt="" width="251" height="359" /></p>
<p>Whenever a category or tag are archived, an image will be appeared, because that image could be attached through custom field with that particular category or tag.</p>
<h2>To Display Banners ads with Category or tag:</h2>
<p><img class="alignnone size-full wp-image-8445" title="banner-advertising" src="http://wparena.com/wp-content/uploads/2011/05/banner-advertising.jpg" alt="" width="409" height="262" /></p>
<p>Bloggers can associate banner ads with category or tag by using custom field, because banner ad code could be stored in a custom field.</p>
<h2>To View Stats of Category or tag:</h2>
<p><img class="alignnone size-full wp-image-8446" title="page3_blog_entry106-web_counter_stats" src="http://wparena.com/wp-content/uploads/2011/05/page3_blog_entry106-web_counter_stats.jpg" alt="" width="400" height="313" /></p>
<p>You can track the number of visitors of category or tag pages, this feature is also available for pages and post by using plugins like <a href="http://wordpress.org/extend/plugins/wp-postviews/">WP-PostViews</a>.</p>
<p>Right now  a plugin &#8220;<a href="http://wordpress.org/extend/plugins/wp-category-meta/">WP Category Meta</a>&#8221; is not compatible  with WordPress 3.2. This plugin adds an additional table &#8220;wp-termsmeta&#8221;  in your database to add terms meta, As well you have to add PHP functions to update and access the terms meta as follow:</p>
<h2>Installation Instruction:</h2>
<h2><img class="alignnone size-full wp-image-8447" title="sculture_wolf" src="http://wparena.com/wp-content/uploads/2011/05/sculture_wolf.jpg" alt="" width="500" height="270" /></h2>
<blockquote>
<ol>
<li>Unzip into your <code>/wp-content/plugins/</code> directory. If you&#8217;re uploading it make sure to upload the top-level folder. Don&#8217;t just upload all the php files and put them in <code>/wp-content/plugins/</code>.</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
<li>Go to your Administration interface in the &#8220;Settings&#8221; menu a new &#8220;Category Meta&#8221; page is created. Configure the meta you want to use.</li>
<li>go to your Administration interface, in the &#8220;Category&#8221; menu -&gt; new fields are displayed in the category creation/modification form with the meta you configured.</li>
<li>That&#8217;s it!</li>
<li>you can use the folowing functions into your <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">templates</a> to retreive 1 meta:</li>
</ol>
<pre><code>if (function_exists('get_terms_meta'))
{
    $metaValue = get_terms_meta($category_id, $meta_key);
}</code></pre>
<ol>
<li>you can use the folowing functions into your <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">templates</a> to retreive all meta:</li>
</ol>
<pre><code>if (function_exists('get_all_terms_meta'))
{
    $metaList = get_all_terms_meta($category_id);
}</code></pre>
</blockquote>
<p><a href="http://downloads.wordpress.org/plugin/wp-category-meta.1.2.4.zip">Download</a> | <a href="http://wordpress.org/extend/plugins/wp-category-meta/">Detail</a></p>
<p><strong><a href="http://marketplace.tutsplus.com/category/web-development/wordpress?ref=wparena">WordPress Development Tutorial</a></strong></p>
<p>References:[Images] <a href="http://www.caiguoqiang.com/project_detail.php?id=196&amp;iid=962">installation-art</a> | <a href="http://www.wikihow.com/Insert-Images-with-HTML">Insert-Images-with-HTML</a> | <a href="http://www.questhousekennels.co.uk/blog/files/8f7b839a2ed68f932f49401f0062de55-106.html">New Open Race Stats Page</a> | <a href="http://surajatreyadigital.wordpress.com/2011/05/12/display-advertising-impact-of-banner-blindness/">Display advertising</a><br />
<a href="http://dre.im/how-to-use-wordpress-custom-fields-with-jquery-post-carousel/">Use WordPress Custom Fields with jQuery Post Carousel</a><br />
<a href="http://wparena.com/how-to/the-power-of-wordpress-custom-fields/">The Power of WordPress Custom Fields</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-use-categories-and-tags-as-keywords/' rel='bookmark' title='How to Use Categories and Tags as Keywords'>How to Use Categories and Tags as Keywords</a></li>
<li><a href='http://wparena.com/how-to/the-power-of-wordpress-custom-fields/' rel='bookmark' title='The Power of WordPress Custom Fields'>The Power of WordPress Custom Fields</a></li>
<li><a href='http://wparena.com/how-to/how-to-hide-show-widgets-on-certain-wordpress-pages-posts-categories/' rel='bookmark' title='How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories'>How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories</a></li>
<li><a href='http://wparena.com/inspiration/wordpress-custom-fields-usage-for-customers-website-and-multisite-users/' rel='bookmark' title='WordPress Custom Fields usage for Customers website and Multisite users'>WordPress Custom Fields usage for Customers website and Multisite users</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-multiple-product-categories-into-wp-e-commerce-plugin/' rel='bookmark' title='How to add Multiple Product Categories to WP e-Commerce Plugin'>How to add Multiple Product Categories to WP e-Commerce Plugin</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-add-custom-fields-metadata-for-categories-and-tags-terms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best WordPress Plugins for Bloggers of the Future</title>
		<link>http://wparena.com/tools/the-best-wordpress-plugins-for-bloggers-of-the-future/</link>
		<comments>http://wparena.com/tools/the-best-wordpress-plugins-for-bloggers-of-the-future/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 02:37:53 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[dopplr]]></category>
		<category><![CDATA[dotMobi]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[google sitemaps]]></category>
		<category><![CDATA[hashtags]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[infopirate]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[multilingual]]></category>
		<category><![CDATA[multiple authors]]></category>
		<category><![CDATA[multiple widgets]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[postratings]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[profiles]]></category>
		<category><![CDATA[qr-code]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[qype]]></category>
		<category><![CDATA[rating]]></category>
		<category><![CDATA[ratings]]></category>
		<category><![CDATA[Reddit]]></category>
		<category><![CDATA[referrer]]></category>
		<category><![CDATA[related]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[scheduling]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[sidenotes]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[sitemaps]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[slideshare]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[spy]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[Stats]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[switcher]]></category>
		<category><![CDATA[t3n]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[tag cloud]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Theme Development]]></category>
		<category><![CDATA[theme preview]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[thesixtyone]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[viddler]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vimeo]]></category>
		<category><![CDATA[virb]]></category>
		<category><![CDATA[visitors]]></category>
		<category><![CDATA[visits]]></category>
		<category><![CDATA[vote]]></category>
		<category><![CDATA[wap]]></category>
		<category><![CDATA[webkit]]></category>
		<category><![CDATA[webnews]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wikio]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress mp3 player]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=4771</guid>
		<description><![CDATA[Thanks to the WordPress for modification through thousand of the Plugins available. It doesn’t matter what you want to accomplish on your blog, here is the fuel for excellence that will give you an edge over other blogging platform, these WordPress Plugins are the key for the birth and success of blogs. Every Blogger from [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-add-a-contact-form-into-wordpress-powered-website/' rel='bookmark' title='How to Add a Contact Form into WordPress Powered Website'>How to Add a Contact Form into WordPress Powered Website</a></li>
<li><a href='http://wparena.com/how-to/how-to-exclude-a-category-from-the-home-page/' rel='bookmark' title='How to Exclude a Category from the Home Page'>How to Exclude a Category from the Home Page</a></li>
<li><a href='http://wparena.com/tools/plugins-for-implementing-a-private-messaging-system/' rel='bookmark' title='Plugins for Implementing a private messaging system'>Plugins for Implementing a private messaging system</a></li>
<li><a href='http://wparena.com/tools/how-to-monitor-wordpress-3-0-security-problems-through-plugins/' rel='bookmark' title='How to Monitor WordPress 3.0 Security Problems through Plugins'>How to Monitor WordPress 3.0 Security Problems through Plugins</a></li>
<li><a href='http://wparena.com/tools/document-sharing-plugins-for-wordpress-3-0/' rel='bookmark' title='Document Sharing Plugins for WordPress 3.0'>Document Sharing Plugins for WordPress 3.0</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Thanks to the WordPress for modification through thousand of the Plugins available. It doesn’t matter what you want to accomplish on your blog, here is the fuel for excellence that will give you an edge over other blogging platform, these WordPress Plugins are the key for the birth and success of blogs. Every Blogger from beginners to more experienced webmaster can modify blog and can get access through highly sophisticated and powerful publishing tool and by implementing these WordPress Plugins you blog will get more success and power.</p>
<p><img class="alignnone size-full wp-image-4752" title="Best-WordPress-Plugins" src="http://wparena.com/wp-content/uploads/2010/08/Best-WordPress-Plugins.jpg" alt="" width="600" height="503" /></p>
<h2>1. Tweet Blender</h2>
<p>Author: <a href="http://kirill-novitchenko.com/" target="_blank">Kirill Novitchenko</a></p>
<p><img class="alignnone size-full wp-image-4751" title="Tweet-Blender" src="http://wparena.com/wp-content/uploads/2010/08/Tweet-Blender.jpg" alt="" width="600" height="446" /></p>
<p>Better than Twitter&#8217;s own widgets &#8211; Tweet Blender is tag-aware and has support for multiple authors, lists, hashtags, and keywords all blended together. The plugin can show tweets from just one user or a list of users (as all other Twitter plugins do); however, it can also show tweets for a topic which you can define via Twitter hashtag or keyword. But there is more! It can also show tweets for multiple authors AND multiple lists AND multiple keywords AND multiple hashtags all blended together into a single stream.</p>
<p><a href="http://downloads.wordpress.org/plugin/tweet-blender.3.1.10.zip" target="_blank">Download</a> | <a href="http://www.tweet-blender.com/" target="_blank">Plugin Homepage</a></p>
<h2>2. Facebook Dashboard Widget – a plugin for WordPress</h2>
<p>Author: <a href="http://mou.me.uk/" target="_blank">Chris Chrisostomou</a></p>
<p>If you’re like me, you’ll like to keep up with what your friends are up to but don’t always have time to check Facebook. Or maybe you’re just somewhere where access to the Facebook site is blocked. Work, school, etc.<br />
This is a simple solution to bring the Facebook data to you. Using the dashboard widgets available in WordPress 2.5, this plugin will process your Friends status updates, posted items and/or your Facebook notifications RSS feed, and add a widget for each to your WordPress admin dashboard. So now you can keep up with whats going on in your friends lives from anywhere without needing to access Facebook!</p>
<p><a href="http://mou.me.uk/downloads/facebook-dashboard-widget.zip" target="_blank">Download</a> | <a href="http://mou.me.uk/projects/wordpress/plugins/facebook-dashboard-widget/" target="_blank">Plugin Homepage</a></p>
<h2>3. uQuery iPhone App Widget</h2>
<p>Author: RADSense Software</p>
<p>Tired of copying and pasting iPhone application details in your blog?<br />
Just simply click the new button that this plugin adds to the write screen (rich editor included) and then paste the application ID or url to uQuery application into the prompt box; easy as that. You can configure the widget to display a uQuery search bar and you can use your own referral ID from Apple for the &#8216;buy from Apple Store link&#8217;.</p>
<p><a href="http://downloads.wordpress.org/plugin/uquery-widget.zip" target="_blank">Download </a></p>
<h2>4. WordPress Mobile Pack project</h2>
<p>Author: <a href="http://blog.trasatti.it/" target="_blank">James Pearce</a>, <a href="http://blog.trasatti.it/" target="_blank">andreatrasatti</a></p>
<p><img title="WordPress-Mobile-Pack" src="http://wparena.com/wp-content/uploads/2010/08/WordPress-Mobile-Pack.jpg" alt="" width="600" height="432" /></p>
<p>The dotMobi WordPress Mobile Pack is a complete toolkit to help mobilize your WordPress site and blog.<br />
It includes a mobile switcher to select <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?%3D" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?%3D';return true;" onmouseout="self.status=''">themes</a> based on the type of user that is visiting the site, a selection of mobile <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?=style%3Drel%3Dnofollow" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?=style%3Drel%3Dnofollow';return true;" onmouseout="self.status=''">themes</a>, extra widgets, device adaptation and a mobile administration panel to allow users to edit the site or write new posts when out and about.</p>
<p><a href="http://downloads.wordpress.org/plugin/wordpress-mobile-pack.1.2.3.zip" target="_blank">Download </a>| <a href="http://mobiforge.com/running/story/the-dotmobi-wordpress-mobile-pack" target="_blank">Plugin Homepage</a></p>
<h2>5. Google Analytics for WordPress</h2>
<p>Author: <a href="http://yoast.com/" target="_blank">Joost de Valk</a></p>
<p><img class="alignnone size-full wp-image-4749" title="Google-Analytics-for-WordPress" src="http://wparena.com/wp-content/uploads/2010/08/Google-Analytics-for-WordPress.jpg" alt="" width="600" height="583" /></p>
<p>The Google Analytics for WordPress plugin allows you to track your blog easily and with lots of metadata. It adds the asynchronous tracking code for Google Analytics and automatically tracks and segments all outbound links from within posts, comment author links, links within comments, blogroll links and downloads. It&#8217;ll add custom variables while tracking to show you pageviews per author, post type, category or publication year. It&#8217;ll also allow you to track AdSense clicks, add extra search engines, ignore certain user levels, and much much more: this is simply the Ultimate Google Analytic solution for WP!<br />
<a href="http://downloads.wordpress.org/plugin/google-analytics-for-wordpress.4.0.8.zip" target="_blank">Download</a> | <a href="http://yoast.com/wordpress/analytics/#utm_source=wordpress&amp;utm_medium=plugin&amp;utm_campaign=google-analytics-for-wordpress&amp;utm_content=v407" target="_blank">Plugin Homepage</a></p>
<h2>6. Smart Youtube</h2>
<p>Author: <a href="http://www.prelovac.com/vladimir/" target="_blank">Vladimir Prelovac</a></p>
<p><img class="alignnone size-full wp-image-4748" title="Smart-YouTube" src="http://wparena.com/wp-content/uploads/2010/08/Smart-YouTube.jpg" alt="" width="600" height="597" /></p>
<p>Smart Youtube is a WordPress Youtube plugin that allows you to easily insert Youtube videos/playlists into your post, comments and in your RSS feed. The plugin is designed to be small and fast and not use any external resources.</p>
<p><a href="http://downloads.wordpress.org/plugin/smart-youtube.zip" target="_blank">Download </a>| <a href="http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube" target="_blank">Plugin Homepage</a></p>
<h2>7. A Better Tag Cloud</h2>
<p>Author: <a href="http://www.nkuttler.de/" target="_blank">Nicolas Kuttler</a></p>
<p><img class="alignnone size-full wp-image-4747" title="Better-Tag-Cloud" src="http://wparena.com/wp-content/uploads/2010/08/Better-Tag-Cloud.jpg" alt="" width="600" height="181" /></p>
<p>I was pretty annoyed with the default tag cloud widget. It does a lot of things wrong, like inconsistent <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">HTML</a> markup and hardcoded font sizes. So I wanted to write my own. Digging through the code I found out that the wordpress wp_tag_cloud() function is pretty powerful. In fact, it could do almost everyhing I want. So I abandoned my plan to rewrite everything from scratch and added a nice admin interface to my tag cloud widget.</p>
<p><a href="http://downloads.wordpress.org/plugin/nktagcloud.0.99.3.zip" target="_blank">Download</a> | <a href="http://www.nkuttler.de/wordpress/nktagcloud/" target="_blank">Plugin Homepage</a></p>
<h2>8. WP-PostRatings</h2>
<p>Author:  <a href="http://lesterchan.net/" target="_blank">Lester &#8216;GaMerZ&#8217; Chan</a></p>
<p>All the information (general, changelog, installation, upgrade, usage) you need about this plugin can be found here: WP-PostRatings Readme. It is the exact same readme.<a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a> is included in the zip package.</p>
<p><a href="http://downloads.wordpress.org/plugin/wp-postratings.1.50.zip" target="_blank">Download </a>| <a href="http://lesterchan.net/wordpress/readme/wp-postratings.html" target="_blank">Plugin Homepage</a></p>
<h2>9. Flickr + Highslide</h2>
<p>Author: <a href="http://www.pimlinders.com/" target="_blank">Pim Linders</a></p>
<p>This plugin displays flickr photos using highslide.</p>
<p><strong>Features</strong><br />
13 unique ways of displaying your photos<br />
8 different gallery styles<br />
Displays photos from a photoset<br />
Displays all of a user&#8217;s photos<br />
Displays photos in latest or random order<br />
Ability to change the size of images and thumbnails<br />
Ability to seperate photos into pages<br />
Displays photo titles</p>
<p><a href="http://downloads.wordpress.org/plugin/flickr-highslide.1.3.1.zip" target="_blank">Download</a> | <a href="http://flickrhighslide.com/download/" target="_blank">Plugin Homepage</a></p>
<h2>10. Yet Another Related Posts Plugin</h2>
<p>Author: <a href="http://mitcho.com/" target="_blank">mitcho</a> (Michael Yoshitaka Erlewine)</p>
<p>Yet Another Related Posts Plugin (YARPP) gives you a list of posts and/or pages related to the current entry, introducing the reader to other relevant content on your site.</p>
<p><a href="http://downloads.wordpress.org/plugin/yet-another-related-posts-plugin.3.1.9.zip" target="_blank">Download </a>| <a href="http://mitcho.com/code/yarpp/" target="_blank">Plugin Homepage</a></p>
<h2>11. MP3 Player Plugin for wordpress</h2>
<p>Author: <a href="http://www.thomasnorberg.com/contact-me/" target="_blank">Thomas Norberg</a>, <a href="http://www.premiumbeat.com/" target="_blank">Premiumbeat.com</a></p>
<p><img title="MP3-Player-Plugin" src="http://wparena.com/wp-content/uploads/2010/08/MP3-Player-Plugin.jpg" alt="" width="600" height="312" /></p>
<p>This is a great way to get your music out there either through just listening or having some music on your site. Check the screenshots for more examples of usage. Check this page for usage for embedding into posts/pages Test MP3 Player.</p>
<p><a href="http://downloads.wordpress.org/plugin/mp3-player-plugin-for-wordpress.zip" target="_blank">Download </a>| <a href="http://www.thomasnorberg.com/sitemap/mp3-player-plugin-for-wordpress/" target="_blank">Plugin Homepage</a></p>
<h2>12. WP-DBManager</h2>
<p>Author: <a href="http://lesterchan.net/" target="_blank">Lester &#8216;GaMerZ&#8217; Chan</a></p>
<p><a href="http://lesterchan.net/" target="_blank"></a><br />
Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up and optimizing of database.</p>
<p>All the information (general, changelog, installation, upgrade, usage) you need about this plugin can be found here: WP-DBManager Readme. It is the exact same readme.<a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a> is included in the zip package.</p>
<p><a href="http://downloads.wordpress.org/plugin/wp-dbmanager.2.50.zip" target="_blank">Download</a> | <a href="http://lesterchan.net/portfolio/programming/php/" target="_blank">Plugin Homepage</a></p>
<h2>13. <a href="http://wparena.com/scribeseo" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/scribeseo';return true;" onmouseout="self.status=''">SEO</a> Friendly Images</h2>
<p>Author:  <a href="http://www.prelovac.com/vladimir" target="_blank">Vladimir Prelovac</a></p>
<p><a href="http://wparena.com/scribeseo" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/scribeseo';return true;" onmouseout="self.status=''">SEO</a> Friendly Images is a WordPress optimization plugin which automatically updates all images with proper ALT and TITLE attributes. If your images do not have ALT and TITLE already set, <a href="http://wparena.com/scribeseo" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/scribeseo';return true;" onmouseout="self.status=''">SEO</a> Friendly Images will add them according the options you set. Additionally this makes the post W3C/xHTML valid as well.</p>
<p>ALT attribute is important part of search engine optimization. It describes your image to search engine and when a user searches for a certain image this is a key determining factor for a match.<br />
TITLE attribute play lesser role but is important for visitors as this text will automatically appear in the tooltip when mouse is over the image.</p>
<p><a href="http://downloads.wordpress.org/plugin/seo-image.zip" target="_blank">Download</a> | <a href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images" target="_blank">Plugin Homepage</a></p>
<h2>14. Google (XML) Sitemaps Generator for WordPress</h2>
<p>Author: <a href="http://www.arnebrachhold.de/" target="_blank">Arne Brachhold</a></p>
<p>This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it&#8217;s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.</p>
<p><a href="http://downloads.wordpress.org/plugin/google-sitemap-generator.3.2.4.zip" target="_blank">Download</a> | <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">Plugin Homepage</a></p>
<h2>15. Sidenotes</h2>
<p>Author:  <a href="http://www.uidesign.at/" target="_blank">Stephan Lenhart</a></p>
<p><img title="Sidenotes" src="http://wparena.com/wp-content/uploads/2010/08/Sidenotes.jpg" alt="" width="600" height="253" /></p>
<p>This plugin provides the possibility to simply add short side notes to your WordPress blog, showing the date of publication, a title and a description. In addition the plugin provides a link to the site the side notes refers to. Simply activate it and add new side notes within the &#8220;Tools&#8221; admin panel. To show off your side notes just put  in your template. For easy syndication this plugin provides an additional RSS feed too. Enjoy!</p>
<p><a href="http://downloads.wordpress.org/plugin/sidenotes.zip" target="_blank">Download</a> | <a href="http://www.uidesign.at/journal/2009/09/14/sidenotes-wordpress-plugin-side-notes-for-your-blog/" target="_blank">Plugin Homepage</a></p>
<h2>16. Theme switch and preview plugin</h2>
<p>Author: <a href="http://www.nkuttler.de/" target="_blank">Nicolas Kuttler</a></p>
<p><img class="alignnone size-full wp-image-4744" title="Theme-Switch-and-Preview" src="http://wparena.com/wp-content/uploads/2010/08/Theme-Switch-and-Preview.jpg" alt="" width="600" height="346" /></p>
<p>The plugin is great for theme development as you can tweak the template online without breaking stuff for visitors. You can also use it for presentations, to show off various <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">templates</a>. There is a widget and a theme cloud shortcode to make this easier.</p>
<p>This plugin has three basic configurations:<br />
Only admin: This is useful for theme developers and to preview <a href="http://wparena.com/themeforest-AmplifyBusinessTheme/?style=rel%3Dnofollow"+and+5=5" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme/?style=rel%3Dnofollow"+and+5=5';return true;" onmouseout="self.status=''">themes</a> on live sites.<br />
Only with passkey: Send your clients preview links. They won&#8217;t need an account on your blog for this to work.<br />
Everybody: Theme switching for everybody.</p>
<p><a href="http://downloads.wordpress.org/plugin/nkthemeswitch.0.9.0.3.zip" target="_blank">Download</a> | <a href="http://www.nkuttler.de/2008/10/07/theme-switch-and-preview-plugin/" target="_blank">Plugin Homepage</a></p>
<h2>17. Resize on Upload</h2>
<p>Author: <a href="http://blog.yeticode.co.uk/" target="_blank">John Tindell</a></p>
<p><img class="alignnone size-full wp-image-4743" title="Resize-on-Upload" src="http://wparena.com/wp-content/uploads/2010/08/Resize-on-Upload.jpg" alt="" width="600" height="242" /></p>
<p>Provides the ability to set a maximum width or height an uploaded image can be, if the image is larger than the specified values then it resized. Ideal for users who wish to upload multiple files without having to resize them via Photoshop or GIMP first.</p>
<p><a href="http://downloads.wordpress.org/plugin/resize-on-upload.zip" target="_blank">Download</a> | <a href="http://blog.yeticode.co.uk/resize-on-upload-plugin/" target="_blank">Plugin Homepage</a></p>
<h2>18. Cute Profiles</h2>
<p>Author: <a href="http://www.clickonf5.org/" target="_blank">Tejaswini Deshpande, Sanjeev Mishra</a></p>
<p><img class="alignnone size-full wp-image-4742" title="Cute-Profiles" src="http://wparena.com/wp-content/uploads/2010/08/Cute-Profiles.jpg" alt="" width="600" height="360" /></p>
<p>Cute Profiles is a free WordPress Plugin which will bring all your Social Profiles at one location i.e. either left or right side of your blog pages in a well decent floating manner, saving your sidebar or footer space for ads or other important data and widgets.</p>
<p><a href="http://downloads.wordpress.org/plugin/cute-profiles.1.0.1.zip">Download</a> | <a href="http://www.clickonf5.org/cute-profiles">Plugin Homepage</a></p>
<h2>19. Contact Form 7</h2>
<p>Author: <a href="http://ideasilo.wordpress.com/" target="_blank">Takayuki Miyoshi</a></p>
<p><img class="alignnone size-full wp-image-4741" title="Contact-Form-7" src="http://wparena.com/wp-content/uploads/2010/08/Contact-Form-71.jpg" alt="" width="600" height="481" /></p>
<p>Just another contact form plugin. Simple but flexible.<br />
Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>
<p><a href="http://downloads.wordpress.org/plugin/contact-form-7.2.3.1.zip" target="_blank">Download</a> | <a href="http://contactform7.com/" target="_blank">Plugin Homepage</a></p>
<h2>20. StatPress Reloaded</h2>
<p>Author: Manuel Grabowski</p>
<p>This plugin (a highly improved fork of StatPress) shows you real time statistics about your blog. It collects information about visitors, spiders, search keywords, feeds, browsers, OS etc.</p>
<p>Once the plugin StatPress has been activated it immediately starts to collect information. Using StatPress Reloaded you can see your visitors actions while they are surfing your blog or check which are the preferred pages, posts and categories. In the Dashboard menu you will find the StatPress Reloaded page where you could look up the statistics (overview or detailed). StatPress Reloaded also includes a widget you can add to a sidebar (or easy PHP code if you can&#8217;t use widgets!).</p>
<p><a href="http://downloads.wordpress.org/plugin/statpress-reloaded.1.5.21.zip" target="_blank">Download</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-add-a-contact-form-into-wordpress-powered-website/' rel='bookmark' title='How to Add a Contact Form into WordPress Powered Website'>How to Add a Contact Form into WordPress Powered Website</a></li>
<li><a href='http://wparena.com/how-to/how-to-exclude-a-category-from-the-home-page/' rel='bookmark' title='How to Exclude a Category from the Home Page'>How to Exclude a Category from the Home Page</a></li>
<li><a href='http://wparena.com/tools/plugins-for-implementing-a-private-messaging-system/' rel='bookmark' title='Plugins for Implementing a private messaging system'>Plugins for Implementing a private messaging system</a></li>
<li><a href='http://wparena.com/tools/how-to-monitor-wordpress-3-0-security-problems-through-plugins/' rel='bookmark' title='How to Monitor WordPress 3.0 Security Problems through Plugins'>How to Monitor WordPress 3.0 Security Problems through Plugins</a></li>
<li><a href='http://wparena.com/tools/document-sharing-plugins-for-wordpress-3-0/' rel='bookmark' title='Document Sharing Plugins for WordPress 3.0'>Document Sharing Plugins for WordPress 3.0</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wparena.com/tools/the-best-wordpress-plugins-for-bloggers-of-the-future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
