<?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>Wordpress Arena &#187; Plugins</title>
	<atom:link href="http://wparena.com/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://wparena.com</link>
	<description>A Blog for WordPress Developers, Designers and Bloggers</description>
	<lastBuildDate>Mon, 14 May 2012 19:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to add a Notification Bar Strip on WordPress Powered Website</title>
		<link>http://wparena.com/how-to/how-to-add-a-notification-bar-strip-on-wordpress-powered-website/</link>
		<comments>http://wparena.com/how-to/how-to-add-a-notification-bar-strip-on-wordpress-powered-website/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 14:45:17 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[ad strip]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Notification bar]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[top bar]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=13489</guid>
		<description><![CDATA[Most of of the Website owners display ads or run a promotional campaign on the top or at the bottom of the Website. Such kind of notification must be stick on top of the content without disturbing them but if you are using WordPress, its very easy to manage Notification bar by using WordPress plugins, [...]
Related posts:<ol>
<li><a href='http://wparena.com/tools/wordpress-error-notification-in-your-e-mail-box/' rel='bookmark' title='WordPress Error Notification in your E-mail Box'>WordPress Error Notification in your E-mail Box</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-and-create-a-new-login-page-for-wordpress-powered-website/' rel='bookmark' title='How to Customize and Create a new Login Page for WordPress Powered WebSite'>How to Customize and Create a new Login Page for WordPress Powered WebSite</a></li>
<li><a href='http://wparena.com/how-to/create-project-management-website-on-wordpress/' rel='bookmark' title='Create Project Management WebSite on WordPress'>Create Project Management WebSite on WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-troubleshoot-wordpress-powered-website/' rel='bookmark' title='How to Troubleshoot WordPress powered Website'>How to Troubleshoot WordPress powered Website</a></li>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Most of of the Website owners display ads or run a promotional campaign on the top or at the bottom of the Website. Such kind of notification must be stick on top of the content without disturbing them but if you are using WordPress, its very easy to manage Notification bar by using WordPress plugins, I will provide the best WordPress plugins for Ad bar, as well If you don&#8217;t like WordPress plugin to distract your site, you can still run a Ad or Notification bar by using the following piece of code and instruction from &#8220;<a href="http://wpmu.org/how-to-put-a-floating-ad-bar-strip-on-your-wordpress-site/">Put a Floating Ad Bar Strip on Your WordPress Site</a>&#8220;. Although with <a href="http://www.hellobar.com/">Hello Bar</a> you can drive more attention to your most important website content with the cost of Hello Bar promotion same as with other WordPress Plugins. But with premium Plugin like <strong><a href="http://codecanyon.net/item/fading-menu-with-notification-bar-and-social-icons/1290726?ref=wparena">Fading Menu with Notification Bar and Social Icons</a>,</strong> You can set the text manually (with a simple text editor that will allow you to add links and change color on the fly), or set it to always show your latest tweet, facebook notification and important content. This will allow you to always have an up to date notification bar with your latest news.</p>
<p><img class="alignnone size-full wp-image-13501" title="WordPress-Notification-bar-ad-strip" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/WordPress-Notification-bar-ad-strip1.png" alt="" width="600" height="240" /></p>
<h2><strong>Adding a Floating Notification Bar </strong></h2>
<p>In case, if you don&#8217;t like WordPress Plugin, you can add the following snippet after the &lt;/head&gt; tag. Go to Appearance &gt; Edit and select your header.php file and add the following piece of code above the &lt;body&gt; tag:</p>
<pre>&lt;div id="notification-bar"&gt;
&lt;a href="http://www.wparena.com/"&gt;Drive more attention to your most important website content &lt;/a&gt;
&lt;/div&gt;</pre>
<h2><strong>Style Your Notification Bar</strong></h2>
<p>&lt; /hr&gt;<br />
You must give some style to your ad strip, otherwise  it will not float properly when the site visitors scroll down the page and it will display as a text link, so it is very important to give a style to it as follow, open your theme style sheet file(style.css) and add the div class into it and save the file:</p>
<pre>#notification-bar {
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  margin-bottom:15px;
  background-color: ##FFF9B8;
  color: #333;
  border-bottom: solid #000000;
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 12px;
  font-family: Georgia, "Times New Roman;
  font-weight: bold;
}</pre>
<p>If you have activated admin bar for yourself and user, better to disable it, so it will not disturb your important content on ad strip. If you have different user roles on your site and want to manage their layout for Admin bar, than you can use <a href="http://wordpress.org/extend/plugins/wp-custom-admin-bar/">WP Custom Admin Bar</a>: This gives you options to change who sees the Admin Bar based on their user role, change or override the default styling or remove the Admin Bar altogether.</p>
<h2> WordPress Header / Footer Notification Bar Plugins</h2>
<h2><a href="http://codecanyon.net/item/fading-menu-with-notification-bar-and-social-icons/1290726?ref=wparena">Fading Menu with Notification Bar and Social Icons</a></h2>
<p><a href="http://codecanyon.net/item/fading-menu-with-notification-bar-and-social-icons/1290726?ref=wparena" target="_blank"><img class="alignnone size-full wp-image-13491" title="wordpress-fading-css3-menu-plugin" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/wordpress-fading-css3-menu-plugin.jpg" alt="" width="590" height="300" /></a></p>
<p><strong>Fading Menu with notification Bar</strong> is a WordPress Plugin that will allow you to add your <strong>navigational menu</strong> (main menu or custom menu defined by you) along with notification bar at the top of your browser. Simply scroll down your browser a bit to see it in live action!</p>
<p><a href="http://codecanyon.net/item/fading-menu-with-notification-bar-and-social-icons/full_screen_preview/1290726?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/fading-menu-with-notification-bar-and-social-icons/1290726?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/uannounce-premium-announcements-for-wordpress/1032330?ref=wparena" target="_blank">uAnnounce &#8211; Premium Announcements for WordPress</a></h2>
<p><a href="http://codecanyon.net/item/uannounce-premium-announcements-for-wordpress/1032330?ref=wparena"><img class="alignnone size-full wp-image-13492" title="uAnnounce-WordPress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/uAnnounce-WordPress.jpg" alt="" width="590" height="300" /></a></p>
<p>uAnnounce is a Premium Announcement plugin for WordPress. The announcements are thin colored stripes that contain a message and appear at the top of the page. uAnnounce allows you to schedule announcements to appear on your blog, you can use this to draw your visitors’ attention to an important message you may have. It supports a wide range of conditions that influence on which pages, blog posts and/or to users with which particular browsers the announcement should be displayed. It also features multiple skins to cover the basic announcement types, such as Alert, Error, Warning, Info.</p>
<p><a href="http://codecanyon.net/item/uannounce-premium-announcements-for-wordpress/full_screen_preview/1032330?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/uannounce-premium-announcements-for-wordpress/1032330?ref=wparena" target="_blank">Detail</a></p>
<h2><a href="http://codecanyon.net/item/foobar-wordpress-notification-bars/411466?ref=wparena" target="_blank">Foobar &#8211; WordPress Notification Bars</a></h2>
<p><a href="http://codecanyon.net/item/foobar-wordpress-notification-bars/411466?ref=wparena"><img class="alignnone size-full wp-image-13493" title="Foobar-WordPress-Notification-Bars" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/Foobar-WordPress-Notification-Bars.png" alt="" width="590" height="300" /></a></p>
<p>The Foobar is a plugin for WordPress that allows you to add a highly customizable bar to the top of your blog or website. You can display different notifications on different pages and define a default bar that will display on all your pages.</p>
<p><a href="http://codecanyon.net/item/foobar-wordpress-notification-bars/full_screen_preview/411466?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/foobar-wordpress-notification-bars/411466?ref=wparena" target="_blank">Detail</a></p>
<h2><a href="http://codecanyon.net/item/attentiongrabber-add-a-notification-to-your-site/242027?ref=wparena" target="_blank">attentionGrabber: WordPress Notification Bar</a></h2>
<p><a href="http://codecanyon.net/item/attentiongrabber-add-a-notification-to-your-site/242027?ref=wparena"><img class="alignnone size-full wp-image-13494" title="attentionGrabber-Wordpress Notification Bar" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/attentionGrabber-Wordpress-Notification-Bar.png" alt="" width="590" height="300" /></a></p>
<p>attentionGrabber is a plugin for WordPress that allows you to add a notification bar to your website.<br />
With this plugin you can easily display custom texts, Twitter posts and Feeds RSS . Also, the huge list of features lets you fully customize the notifications look.</p>
<p><a href="http://codecanyon.net/item/attentiongrabber-wordpress-notification-bar/full_screen_preview/242027?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/attentiongrabber-add-a-notification-to-your-site/242027?ref=wparena" target="_blank">Detail</a></p>
<h2><a href="http://codecanyon.net/item/widgetized-stickybar/2032941?ref=wparena" target="_blank">Widgetized Stickybar</a></h2>
<p><a href="http://codecanyon.net/item/widgetized-stickybar/2032941?ref=wparena"><img class="alignnone size-full wp-image-13495" title="Widgetized Stickybar" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/Widgetized-Stickybar.jpg" alt="" width="590" height="300" /></a></p>
<p>Widgetized Stickybar is a plugin for WordPress that allows you to add a highly customizable widget bar to your blog or website. As it is said in the title, bar contains widget areas, where you can place any widgets available in your WordPress dashboard. As an administrator you decide where to stick the bar: top, bottom, right or left edge. You also can customize size, colors, opacity, number of columns and other parameters of the bar. Widgetized Stickybar is a perfect way to extend functionality of your website.</p>
<p><a href="http://codecanyon.net/item/widgetized-stickybar/full_screen_preview/2032941?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/widgetized-stickybar/2032941?ref=wparena" target="_blank">Detail</a></p>
<h2>Free WordPress Header / Footer Notification Bar Plugins</h2>
<h2><a href="http://wordpress.org/extend/plugins/easy-heads-up-bar/" target="_blank">Easy Heads Up Bar</a></h2>
<p><a href="http://wordpress.org/extend/plugins/easy-heads-up-bar/"><img class="alignnone size-medium wp-image-13496" title="Easy Heads Up Bar" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/Easy-Heads-Up-Bar-620x200.jpg" alt="" width="620" height="200" /></a></p>
<p>This plugin adds an easy to use notification bar to the top of your WordPress website with a linked call to action</p>
<h4>General Display Options</h4>
<ul>
<li>Your Heads Up Bar appears on the top of the websites page</li>
<li><strong>No Limit!</strong> You can create as many Heads Up Bars as you need</li>
<li>If you have multiple Bars they will show randomly</li>
<li>The Bar can be limited to just the Home Page, Interior Pages <strong>OR</strong> the can be displayed on all pages</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/easy-heads-up-bar/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/wp-topbar/" target="_blank">WP-TopBar</a></h2>
<p><img class="alignnone size-full wp-image-13498" title="wordpress-top-bar" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/wordpress-top-bar.jpg" alt="http://wordpress.org/extend/plugins/wp-topbar/" width="600" height="240" /></p>
<p>Creates a TopBar that will be shown at the top (or bottom) of your website. Customizable and easy to change the color, text, image, and link. Live preview to see your TopBar from the Options page.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-topbar/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/quick-notice/" target="_blank">Quick Notice Bar</a></h2>
<p><a href="http://wordpress.org/extend/plugins/quick-notice/"><img class="alignnone size-full wp-image-13497" title="Quick-Notice-Bar" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/Quick-Notice-Bar.jpg" alt="" width="600" height="240" /></a></p>
<p>This plugin will help the admin to publish highlighted notice on WordPress site header. Any message like offline notice, update notice, tweets, special offers, latest post can be set to attract visitors in 1st sight.</p>
<p><a href="http://wordpress.org/extend/plugins/quick-notice/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/viperbar/" target="_blank">ViperBar</a></h2>
<p>ViperBar adds an attractive bar to your site header, which you can use to increase blog or newsletter subscribers. It includes built in styling, Aweber &amp; Feedburner integration, conversion rate tracking, split-testing, <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?=" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?=';return true;" onmouseout="self.status=''">themes</a>, and much more. ViperChill, a blog on Viral Marketing, is the creator of this plugin. If you want to take your blog to the next level, you should read this post on <a href="http://www.viperchill.com/wordpress-seo/" rel="nofollow">WordPress SEO</a>.</p>
<p><a href="http://wordpress.org/extend/plugins/viperbar/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/notification-toolbar/" target="_blank">Notification Toolbar</a></h2>
<p>This is a toolbar placed on the footer of your blog and it will show your custom notifications on it. This plugin is developed based on the Static Toolbar plugin.</p>
<p><a href="http://wordpress.org/extend/plugins/notification-toolbar/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/wp-attention-boxes/" target="_blank">WP Attention Boxes</a></h2>
<p>Sometimes you just want to call out attention to a particular important message, or quote, or a collection of links, in a bright yellow box, or similar, in a Blog post. And you might do this a lot in your blog entries.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-attention-boxes/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/foobar-notifications-lite/" target="_blank">Foobar Lite Notification Bars</a></h2>
<p>The Foobar is a cool notification / alert bar that sits at the top of the page and draws in the visitor&#8217;s attention.</p>
<p><strong>features</strong></p>
<ul>
<li>A cool notification bar at the top of your site that draws the attention of the visitor</li>
<li>Options to set the message text, height and speed of the Foobar</li>
<li>Options to customize the background,text and link colors to match your theme</li>
<li>See a preview of the Foobar within the admin</li>
<li>Advanced options to help troubleshoot issues</li>
</ul>
<p><a href="http://themergency.com/foobar-wordpress-plugin/" rel="nofollow">Live preview</a> | <a href="http://wordpress.org/extend/plugins/foobar-notifications-lite/" target="_blank">Detail</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/tools/wordpress-error-notification-in-your-e-mail-box/' rel='bookmark' title='WordPress Error Notification in your E-mail Box'>WordPress Error Notification in your E-mail Box</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-and-create-a-new-login-page-for-wordpress-powered-website/' rel='bookmark' title='How to Customize and Create a new Login Page for WordPress Powered WebSite'>How to Customize and Create a new Login Page for WordPress Powered WebSite</a></li>
<li><a href='http://wparena.com/how-to/create-project-management-website-on-wordpress/' rel='bookmark' title='Create Project Management WebSite on WordPress'>Create Project Management WebSite on WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-troubleshoot-wordpress-powered-website/' rel='bookmark' title='How to Troubleshoot WordPress powered Website'>How to Troubleshoot WordPress powered Website</a></li>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-add-a-notification-bar-strip-on-wordpress-powered-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to embed media to WordPress Responsive Themes</title>
		<link>http://wparena.com/how-to/how-to-embed-media-to-wordpress-responsive-themes/</link>
		<comments>http://wparena.com/how-to/how-to-embed-media-to-wordpress-responsive-themes/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 17:02:04 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Responsive Design]]></category>
		<category><![CDATA[Responsive Themes]]></category>
		<category><![CDATA[Responsive WordPress Themes]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video Blogging]]></category>
		<category><![CDATA[WordPress Media Library]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[WordPress Responsive Themes]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=13473</guid>
		<description><![CDATA[There are lots of Free and Premium Responsive WordPress themes, but  with some responsive themes, it is very important to make sure   that the embedded media properly display on all devices,  And you don&#8217;t want that your responsive theme on your client site show unresponsive result for media files.  There are excellent Responsive Themes like Awesome WordPress [...]
Related posts:<ol>
<li><a href='http://wparena.com/inspiration/best-responsive-wordpress-themes-for-all-devices-and-screen-resolutions/' rel='bookmark' title='Best Responsive WordPress Themes for All Devices and Screen Resolutions'>Best Responsive WordPress Themes for All Devices and Screen Resolutions</a></li>
<li><a href='http://wparena.com/how-to/how-to-embed-an-iframe-in-wordpress-blog/' rel='bookmark' title='How to Embed an iFrame in WordPress Blog'>How to Embed an iFrame in WordPress Blog</a></li>
<li><a href='http://wparena.com/how-to/how-to-localize-wordpress-themes-plugins-and-front-end/' rel='bookmark' title='How to Localize WordPress Themes, Plugins and Front-end'>How to Localize WordPress Themes, Plugins and Front-end</a></li>
<li><a href='http://wparena.com/freebies/free-download-plugins-and-themes-from-wordpress-multi-site-user-wpmu/' rel='bookmark' title='Free Download Plugins and Themes From WordPress Multi Site User (WPMU)'>Free Download Plugins and Themes From WordPress Multi Site User (WPMU)</a></li>
<li><a href='http://wparena.com/how-to/how-to-enable-multi-site-feature-in-wordpress-3-0/' rel='bookmark' title='How to enable Multi Site feature in WordPress 3.0?'>How to enable Multi Site feature in WordPress 3.0?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are lots of Free and Premium Responsive WordPress <a href="http://wparena.com/themeforest-sensation" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-sensation';return true;" onmouseout="self.status=''">themes</a>, but  with some responsive <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?';return true;" onmouseout="self.status=''">themes</a>, it is very important to make sure   that the embedded media properly display on all devices,  And you don&#8217;t want that your responsive theme on your client site show unresponsive result for media files.  There are excellent Responsive <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?=" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?=';return true;" onmouseout="self.status=''">Themes</a> like <a href="http://themify.me/member/go.php?r=808&amp;i=l0">Awesome WordPress Responsive themes</a> from <a href="http://themify.me/member/go.php?r=808&amp;i=l1">Themify</a> (buy any theme, get any second theme for FREE!), <a href="http://themeforest.net/item/alyeska-responsive-wordpress-theme/164366?ref=wparena">Alyeska Responsive WordPress Theme</a> and <a href="http://www.mojo-themes.com/item/qualeb-responsive-wordpress-theme-for-agencies/?r=wparena">Qualeb: Responsive Premium WordPress Theme</a>, although you can find more excellent Responsive <a href="http://wparena.com/themeforest-AmplifyBusinp" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinp';return true;" onmouseout="self.status=''">themes</a> on <a href="http://wparena.com/inspiration/best-responsive-wordpress-themes-for-all-devices-and-screen-resolutions/">Best Responsive WordPress Themes for All Devices and Screen Resolutions</a>.</p>
<p>If you still not satisfied with your Responsive Theme, there is a new WordPress Plugin &#8220;Responsive Video Embeds&#8221;  it will automatically resize your media file and has auto-embed features.</p>
<h2><a href="http://wordpress.org/extend/plugins/responsive-video-embeds/">Responsive Video Embeds</a></h2>
<p><img class="alignnone size-medium wp-image-13474" title="responsive-video-embeds" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/responsive-video-embeds-620x201.jpg" alt="" width="620" height="201" /></p>
<p>This plugin will automatically resize your WordPress auto-embeds, including video and other iframes, in a responsive fashion. It currently supports the following providers:</p>
<ul>
<li>YouTube</li>
<li>Vimeo</li>
<li>DailyMotion</li>
<li>Blip.tv</li>
<li>Viddler</li>
<li>hulu.com</li>
<li>Revision 3</li>
<li>Funny or Die</li>
<li>WordPress.tv</li>
<li>Scribd</li>
</ul>
<h4>Live Example</h4>
<p><a href="http://www.kevinleary.net/responsive-video-embeds-plugin-example/" rel="nofollow">Visit the test page</a> where you can resize the browser and watch the videos automatically scale to fit the resolution.</p>
<h4>About WordPress Auto-embeds</h4>
<p>WordPress has a nifty auto-embed feature, allowing authors to automatically turn a link to a video embed into a video player when a post is viewed. To turn this feature on check the<strong>Auto-embeds</strong> check box in <strong>Administration &gt; Settings &gt; Media SubPanel</strong>.</p>
<h4>Under the hood</h4>
<p>Please note that this plugins modifies the output of <code>modify_embed_output</code> filter, adding <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">HTML</a> &amp; CSS to make the magic happen.</p>
<p>Credit for the method used in this plugin goes to <a href="http://amobil.se/2011/11/responsive-embeds/" rel="nofollow">Anders M. Andersen</a> for crafting the method used to gracefully resize the embeds.</p>
<h4>Multisite Compatibility</h4>
<p>The <em>Responsive Video Embeds</em> plugin is compatibly with WordPress Multisite, just use the<a href="http://codex.wordpress.org/Create_A_Network#WordPress_Plugins" rel="nofollow">Network Activate</a> feature to enable responsive video resizing embed on every site. If you only want responsive video resizing to happen on a specific site, activate the plugin for that site only.</p>
<h2><a href="http://wordpress.org/extend/plugins/responsive-video-embeds/">Detail</a></h2>
<p><a href="http://wparena.com/how-to/how-to-managing-your-wordpress-multi-sites/">How to Managing Your WordPress Multi Sites</a><br />
<a href="http://wparena.com/how-to/how-to-enable-multi-site-feature-in-wordpress-3-0/">How to enable Multi Site feature in WordPress 3.0?</a><br />
<a href="http://wparena.com/how-to/how-to-do-domain-mapping-in-wordpress-multiste-network/">How to do Domain Mapping in WordPress Multiste Network</a><br />
<a href="http://wparena.com/tools/wordpress-plugins-for-multisite-network-management/">WordPress plugins for multisite network management</a><br />
<a href="http://wparena.com/how-to/how-to-do-domain-mapping-without-a-plugin-in-multisite-network/">How to do Domain Mapping Without a Plugin in MultiSite Network</a><br />
<a href="http://wparena.com/freebies/free-download-plugins-and-themes-from-wordpress-multi-site-user-wpmu/">Free Download Plugins and Themes From WordPress Multi Site User (WPMU)</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/inspiration/best-responsive-wordpress-themes-for-all-devices-and-screen-resolutions/' rel='bookmark' title='Best Responsive WordPress Themes for All Devices and Screen Resolutions'>Best Responsive WordPress Themes for All Devices and Screen Resolutions</a></li>
<li><a href='http://wparena.com/how-to/how-to-embed-an-iframe-in-wordpress-blog/' rel='bookmark' title='How to Embed an iFrame in WordPress Blog'>How to Embed an iFrame in WordPress Blog</a></li>
<li><a href='http://wparena.com/how-to/how-to-localize-wordpress-themes-plugins-and-front-end/' rel='bookmark' title='How to Localize WordPress Themes, Plugins and Front-end'>How to Localize WordPress Themes, Plugins and Front-end</a></li>
<li><a href='http://wparena.com/freebies/free-download-plugins-and-themes-from-wordpress-multi-site-user-wpmu/' rel='bookmark' title='Free Download Plugins and Themes From WordPress Multi Site User (WPMU)'>Free Download Plugins and Themes From WordPress Multi Site User (WPMU)</a></li>
<li><a href='http://wparena.com/how-to/how-to-enable-multi-site-feature-in-wordpress-3-0/' rel='bookmark' title='How to enable Multi Site feature in WordPress 3.0?'>How to enable Multi Site feature in WordPress 3.0?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-embed-media-to-wordpress-responsive-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Free WordPress Resources: Themes, Hosting, Graphics, Icons, Tools and Plugins</title>
		<link>http://wparena.com/freebies/best-free-wordpress-resources-themes-hosting-graphics-icons-tools-and-plugins/</link>
		<comments>http://wparena.com/freebies/best-free-wordpress-resources-themes-hosting-graphics-icons-tools-and-plugins/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 00:39:09 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=13308</guid>
		<description><![CDATA[WordPress has become the most feature rich and user friendly publishing platform. I have listed the best WordPress resources for WordPress beginners that help them to get into this amazing world of WordPress. Free WordPress hosting These hosting provide only to run your WordPress blog if you don&#8217;t have much data, better host on blogger.com or [...]
Related posts:<ol>
<li><a href='http://wparena.com/freebies/free-download-plugins-and-themes-from-wordpress-multi-site-user-wpmu/' rel='bookmark' title='Free Download Plugins and Themes From WordPress Multi Site User (WPMU)'>Free Download Plugins and Themes From WordPress Multi Site User (WPMU)</a></li>
<li><a href='http://wparena.com/freebies/best-and-free-twitter-icons-and-themes/' rel='bookmark' title='Best and FREE Twitter icons and Themes'>Best and FREE Twitter icons and Themes</a></li>
<li><a href='http://wparena.com/freebies/1000-wordpress-themes-on-themeforest-and-download-free-incredible-wordpress-icons/' rel='bookmark' title='1000 WordPress Themes on ThemeForest! On Celebration Free Download incredible WordPress icons'>1000 WordPress Themes on ThemeForest! On Celebration Free Download incredible WordPress icons</a></li>
<li><a href='http://wparena.com/showcase/wordpress-plugins-and-themes-with-html5-fallback/' rel='bookmark' title='WordPress Plugins and Themes with HTML5 fallback'>WordPress Plugins and Themes with HTML5 fallback</a></li>
<li><a href='http://wparena.com/showcase/best-premium-wordpress-plugins-and-themes/' rel='bookmark' title='Best Premium WordPress Plugins and Themes'>Best Premium WordPress Plugins and Themes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>WordPress has become the most feature rich and user friendly publishing platform. I have listed the best WordPress resources for WordPress beginners that help them to get into this amazing world of WordPress.</p>
<h2>Free WordPress hosting</h2>
<hr />
<p>These hosting provide only to run your WordPress blog if you don&#8217;t have much data, better host on <a href="http://www.blogger.com/">blogger.com</a> or on <a href="http://wordpress.com/">WordPress.com</a> which is quick, painless, reliable and free as well. But with hosting there are lot of limitations as Most free hosting providers will incorporate advertising into their services in one way or another. The best Hosting for WordPress are: <a href="http://wparena.com/HostGator" target="_blank">HostGator</a>, <a href="http://wparena.com/hostmonster" target="_blank">hostmonster</a> and <a href="http://wparena.com/WPWebHost" target="_blank">WPWebHost</a>.</p>
<h2><a href="http://byethost.com/index.php/free-hosting" target="_blank">BYET Host</a></h2>
<p>Byet provides you with an ad-free load balanced free hosting service including PHP, MySQL, FTP, Vistapanel &amp; more!.</p>
<h2><a href="http://www.freehostia.com/free-chocolate.html" target="_blank">Freehostia</a></h2>
<p>Need a free bite? The Chocolate free web hosting flavor offered by Freehostia allows you to easily create a professional looking site for FREE. Try our Elefante Installer and install <a title="Free Joomla Installation" href="http://www.freehostia.com/blog/webhosting/joomla-a-powerful-cms.html">Joomla</a>,<a title="Free WordPress Installation" href="http://www.freehostia.com/blog/webhosting/free-wordpress-install.html">WordPress</a>, <a title="Free phpBB3 Installation" href="http://www.freehostia.com/blog/elefante-installer/phpbb3.html">phpBB</a> and many more <a title="Elefante Installer" href="http://www.freehostia.com/free-automatic-installer-of-popular-php-scripts.html">free PHP scripts</a> with just one click.</p>
<h2><a href="http://www.zymic.com/free-web-hosting/" target="_blank">Zymic</a></h2>
<p>At Zymic we offer <strong>free web hosting</strong>, with a level of professionalism any paid web hosting company offers, along with a full range of free hosting features.</p>
<h2><a href="http://www.000webhost.com/" target="_blank">000 Web Host</a></h2>
<p>000webhost.com (<em>$0.00 webhost</em>), is an industry leader in providing top class free web hosting services without advertising! There are no hidden costs, no adverts, and no restrictive terms. Lightning fast speeds, maximum reliability and fanatical user support are just a few of the features you&#8217;ll receive with our service.</p>
<h2>Best Free WordPress Theme</h2>
<hr />
<h2><a href="https://www.e-junkie.com/ecom/gb.php?cl=192052&amp;c=ib&amp;aff=107974" target="_blank">Free Minimalist, Responsive WordPress Theme</a></h2>
<p><a href="https://www.e-junkie.com/ecom/gb.php?cl=192052&amp;c=ib&amp;aff=107974"><img class="alignnone size-full wp-image-13309" title="respo" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/respo.png" alt="" width="590" height="560" /></a> Respo is amazing WordPress theme with clean, sleek and customizable design. The theme is suitable for presonal blogs and/or online magazines. This is a responsive theme, able to adapt its layout to the screen size of your visitors. (try resizing the screen and see for yourself) The sliders for this theme is responsive too, which means it works super sleek on mobile device like ipad or iphone. <strong>Features of the Respo Theme:</strong></p>
<ul>
<li>Responsive grid layout</li>
<li>Flexslider – jQuery slider with turn on/off possibility</li>
<li>Unlimited dynamic featured sections</li>
<li>Sidebar tabs (latest, popular, random posts + list of tags)</li>
<li>5 widget ready sections (1 in sidebar, 4 in footer)</li>
<li>Full Width template</li>
<li>Font styles (font family, size, style and color) for typographic elements like headings, body text, links, header, footer or navigation text and links and much more</li>
<li>300px dynamic ad widget</li>
<li>Custom “About Us Info” widget</li>
<li>Custom Search form widget</li>
<li>Easy Logo and favicon upload</li>
</ul>
<p><a href="http://themnific.com/respo-theme/" target="_blank">Respo</a> looks great out of the box but would also make an excellent base for customization. <a href="http://themnific.com/wp-content/plugins/download-monitor/download.php?id=5" target="_blank">Download</a> it today for from from <a href="https://www.e-junkie.com/ecom/gb.php?cl=192052&amp;c=ib&amp;aff=107974" target="_blank">Themnific</a>. If you like how the theme works, make sure to check out the <a href="https://www.e-junkie.com/ecom/gb.php?cl=192052&amp;c=ib&amp;aff=107974" target="_blank">Themnific PRO Framework</a>.</p>
<p><a href="http://wpdemo.themnific.com/pre/02/" target="_blank">Demo</a> | <a href="http://themnific.com/wp-content/plugins/download-monitor/download.php?id=5" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/themes/sundance">Free Responsive Sundance Video Theme</a></h2>
<p><a href="http://wordpress.org/extend/themes/sundance"><img class="alignnone size-full wp-image-13352" title="sundance" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/sundance.jpg" alt="" width="595" height="660" /></a></p>
<p>A free video theme brought to you by the folks at Automattic. Despite its minimalist design, Sundance was crafted with clean, elegant typography and close attention to detail. The home page offers a featured video carousel. It supports the video post format, widgets, custom background, custom header, custom menus, and a custom link feature for your social media pages.</p>
<p><a href="http://wordpress.org/extend/themes/sundance">Detail</a></p>
<h2><a href="http://www.themeskingdom.com/ref/05b86cd5ada48868bf7a7c693756847a" target="_blank">Free Danko WordPress Theme for Charities</a></h2>
<p><img class="alignnone  wp-image-13310" title="danko" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/danko.png" alt="" width="609" height="467" /> Danko WordPress Theme is ideal for charity organizations. It’s focused on raising funds for your charity. Use our free theme to do as much good as possible. <a href="http://www.themeskingdom.com/demo/danko/ref/05b86cd5ada48868bf7a7c693756847a" target="_blank">Demo</a> | <a href="http://www.themeskingdom.com/demo/danko/ref/05b86cd5ada48868bf7a7c693756847a" target="_blank">Detail</a></p>
<h2><a href="http://nordicthemepark.com/" target="_blank">Nordic Themepark Free WordPress Theme</a></h2>
<p><a href="http://nordicthemepark.com/themes/swedish-greys/"><img class="alignnone size-full wp-image-13311" title="swedish_greys_site" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/swedish_greys_site.jpg" alt="" width="550" height="350" /></a> A WordPress theme inspired by the Swedish design era Swedish Grace, a nordic design period from 1910-1930. With emphasis on typography and the subtle nuances of the grey scale. <a href="http://swedishgreys.nordicthemepark.com/" target="_blank">Demo</a> | <a href="http://nordicthemepark.com/themes/swedish-greys/" target="_blank">Detail</a></p>
<h2><a href="http://graphpaperpress.com/2012/02/01/is-it-time-to-retouch-your-site/" target="_blank">Retouch: A Free, Responsive Photo Theme for WordPress</a></h2>
<h3><img class="alignnone  wp-image-13312" title="retouch" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/retouch.jpg" alt="" width="552" height="527" /></h3>
<h3>Main Features</h3>
<ul>
<li><strong>Responsive Design</strong> – <em>Retouch</em> adapts to different screen sizes so that your website will work (and be optimized for) iPhones, iPads and other mobile devices.</li>
<li><strong>Galleries</strong> – Swipe or click through galleries. <a href="http://demo.graphpaperpress.com/retouch/2011/01/16/fashion/">View an example</a> gallery post for the full effect.</li>
<li><strong>Post Formats</strong> – <em>Retouch</em> supports the Image, Gallery and Standard post formats.</li>
<li><strong>Custom Background</strong> - Change the background from wood to a custom background of your choice.</li>
<li><strong>Custom Header</strong> - Add a custom header image to bring some personality to your site.</li>
<li><strong>HTML5</strong> – Why? Because it’s 2012 folks!</li>
</ul>
<p>To download <em>Retouch</em>, just <a title="Pricing" href="http://graphpaperpress.com/pricing/">sign up</a> for an account. If you need access to our support forum or video tutorials, you’ll need to have a paid account.</p>
<h2><a href="http://theme4press.com/befree/" target="_blank">Theme4Press Releases Free Tumblr Style WordPress Theme</a></h2>
<p><a href="http://demo.theme4press.com/befree/?iframe=true&amp;width=100%&amp;height=100%"><img class="alignnone  wp-image-13313" title="befree-wpthemes" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/befree-wpthemes.jpg" alt="" width="502" height="461" /></a> BeFree theme is for everyone who prefer simple, minimal, yet stylish WordPress theme. The theme supports automatic thumbnail resizing, custom colors of header and background, and offers numerous of Google Fonts selection. BeFree also offers one column or right sidebar layout, author bio widget, 5 subscribe buttons and up to 5 widget areas. To display your navigation items you can use 2 custom menu areas – header and footer. Intuitive and easy changing of your own logo, favicon or custom css. Pre-installed ads spaces are ready to monetize your blog for your requirements. <a href="http://demo.theme4press.com/befree/?iframe=true&amp;width=100%&amp;height=100%" target="_blank">Demo</a> | <a href="http://theme4press.com/befree/" target="_blank">Detail</a></p>
<h2><a href="http://www.wpexplorer.com/workz-wordpress-theme" target="_blank">WP Explorer Workz: A Free Business and Portfolio WordPress Theme</a></h2>
<p><img class="alignnone size-full wp-image-13314" title="workz" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/workz.png" alt="" width="450" height="450" /> Workz is a WordPress theme I’ve created exclusively for release at <a title="Premium WordPress Themes" href="http://www.wpexplorer.com/" target="_blank">WPExplorer.com</a>. It features a design/function specifically for business and portfolio style websites so you can showcase your work and what your business is all about. The homepage has a custom layout driven by custom post types with a tagline, nivo image slider, homepage highlights and recent works section. The portfolio allows you to easily add unlimited items and categories via custom post types. You can create a “filterable portfolio” as well as have paginated portfolio category pages. And of course there is a full blog section so you can post news/articles in a minimal fashion. <a href="http://wpexplorer.com/premium/demo.php?theme=office" target="_blank">Demo</a> | <a href="http://themeforest.net/item/office-responsive-business-theme/1718861?ref=wparena" target="_blank">Office Theme</a> | <a href="http://www.wpexplorer.com/workz-wordpress-theme" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/themes/zeebizzcard" target="_blank">Online Resume with Free zeeBizzCard WordPress Theme</a></h2>
<p><a href="http://wordpress.org/extend/themes/zeebizzcard"><img class="alignnone size-medium wp-image-13315" title="bizcard" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/bizcard-542x500.png" alt="" width="542" height="500" /></a> zeeBizzCard is a clean and elegant styled Business Card Theme for WordPress that fits perfectly for a sleek homepage for personalities, freelancers, entrepreneurs or small business owners. It comes with a Featured Posts Slider, a custom post types based Portfolio and Shortcodes for Resume, AboutMe Box and Skills. The theme also has an extensive theme options panel where you can change colors, fonts, layouts etc. <a href="http://preview.themezee.com/zeebizzcard/" target="_blank">Demo</a> | <a href="http://wordpress.org/extend/themes/zeebizzcard" target="_blank">Detail</a></p>
<h2><a href="http://graphpaperpress.com/2011/11/22/responsive-wordpress-themes-have-arrived/" target="_blank">Free Responsive WordPress Theme</a></h2>
<p><a href="http://graphpaperpress.com/2011/11/22/responsive-wordpress-themes-have-arrived/"><img class="alignnone size-full wp-image-13316" title="responsive-themes-6" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/responsive-themes-6.png" alt="" width="605" height="666" /></a> Do you care how your website performs on mobile devices? Did you know that mobile browsing now accounts for an estimated 10% of all web traffic in the U.S. and is predicted to quickly approach 15%? Mobile browsing is gobbling up market share faster than knife fight in a phone booth. How people engage with your online portfolio and business is changing. How you respond to those changes is critical to your site’s success. <a href="http://graphpaperpress.com/2011/11/22/responsive-wordpress-themes-have-arrived/" target="_blank">Detail</a> | <a title="Permanent Link to Best Responsive WordPress Themes for All Devices and Screen Resolutions" href="http://wparena.com/inspiration/best-responsive-wordpress-themes-for-all-devices-and-screen-resolutions/" rel="bookmark">Best Responsive WordPress Themes for All Devices and Screen Resolutions</a></p>
<h2>Free Easy Docs WordPress Theme</h2>
<p><a href="http://shakenandstirredweb.com/theme/easy-docs"><img class="alignnone size-full wp-image-13317" title="table-contents" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/table-contents.jpg" alt="" width="572" height="450" /></a></p>
<p>This one is targeted at a very niche audience — the people who have to write documentation for products. I came across the need for a documentation template awhile ago when I released my first two products (<a href="http://www.themegarden.com/sawyer-hollenshead/shaken-grid/">Shaken Grid</a> and<a href="http://www.themegarden.com/sawyer-hollenshead/shaken-tumble/">Shaken Tumble</a>). I decided to create this WordPress theme to streamline the process and make the task of writing documentation a little less painful.</p>
<h3>Features</h3>
<p>View the <a href="http://support.shakenandstirredweb.com/shaken-grid/" target="_blank">live demo</a> to get a feel for what the theme is capable of. I built the theme to fulfill my requirements, which were very basic; a page for documentation with a simple way to navigate between sections, and a basic page template for simple pages like a Changelog.</p>
<h2>8 Free Twenty Eleven Child <a href="http://wparena.com/themeforest-sensation" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-sensation';return true;" onmouseout="self.status=''">Themes</a></h2>
<p><a href="http://wpcharity.com/2011/08/17/free-wordpress-child-theme-for-twenty-eleven-paper/">FREE WordPress Child Theme For Twenty Eleven: Paper</a><br />
<a href="http://wpcharity.com/2011/08/17/free-wordpress-child-theme-for-twenty-eleven-silver/">FREE WordPress Child Theme For Twenty Eleven: Silver</a><br />
<a href="http://designerfied.com/2719/nomnom-twenty-eleven-child-theme-by-zeaks.html">NomNom Twenty Eleven Child Theme By Zeaks</a><br />
<a href="http://digitalraindrops.net/2011/07/wordpress-2011-color-fun/">WordPress 2011 Color Fun</a><br />
<a href="http://designerfied.com/2682/blue-splatter-theme.html">Blue Splatter Theme</a><br />
<a href="http://futurewebblog.com/add-sidebar-support-posts-twenty-eleven-theme/">Twenty Eleven with Sidebar in Posts</a></p>
<h2><a href="http://wordpress.org/extend/themes/pink-touch-2">Pink Touch 2: A Free WordPress Theme with 9 Beautiful Post Formats</a></h2>
<p><img class="alignnone size-full wp-image-13345" title="Pink-Touch-2" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/Pink-Touch-2.png" alt="" width="600" height="395" /></p>
<p>&nbsp;</p>
<p>A theme that has a stellar mix of color, texture and typography. Designed by Kcmr. It features a custom header, custom background, and maximum three widget areas in the footer. It comes with supports for several post formats including aside, gallery, image, quote, link, chat, and audio.</p>
<p><a href="http://wordpress.org/extend/themes/pink-touch-2">Detail</a></p>
<h2>10 Free BuddyPress <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?=" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?=';return true;" onmouseout="self.status=''">Themes</a> Compatible with BuddyPress 1.5</h2>
<p><a href="http://friscotheme.com/">FRISCO A BuddyPress child theme</a><br />
<a href="http://wordpress.org/extend/themes/bp-columns">BP Columns: A 3 Column Buddypress theme.</a><br />
<a href="http://wordpress.org/extend/themes/buddypress-widget-theme">BuddyPress Widget Theme</a><br />
<a href="http://themekraft.com/custom-community/">Custom Community</a><br />
Free Theme Framework for WordPress, WPMU and BuddyPress<br />
<a href="http://premium.wpmudev.org/project/business-services-theme">Business Services</a><br />
Business Services is all about showing off whatever you want &#8211; from services to products this theme fits the bill everytime.<br />
<a href="http://3oneseven.com/buddypress-themes/">Oceans11</a><br />
Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress. BuddyPress allows you to stay in control of your site and create a totally customized, unique experience.<br />
<a href="http://3oneseven.com/buddypress-themes/">BlogTimes</a><br />
BlogTimes is another one from Milo with a 5-column magazine/newspaper style fluid layout. It sports a grid design, sliders and a white color scheme.</p>
<h2><a href="http://wordpress.org/extend/themes/thetalkingfowl">thetalkingfowl: A Free Minimalist HTML5 WordPress Theme</a></h2>
<p><img class="alignnone size-full wp-image-13346" title="thetalkingfowl-wordpress-theme" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/thetalkingfowl-wordpress-theme.png" alt="" width="620" height="547" /></p>
<p>A semantic, HTML5 minimal template with plugin-free flickr and twitter feed.</p>
<p><a href="http://wordpress.org/extend/themes/thetalkingfowl">Detail</a></p>
<h2><a href="http://www.launcheffectapp.com/">Launch Effect: A Free WordPress Theme for Viral Campaign</a></h2>
<p>Launch Effect is a free one-page theme that lets you create a viral campaign in minutes. Here&#8217;s how it works:</p>
<ul>
<li>Visitors to your website sign up using their email.</li>
<li>Upon signing up, the page generates a special URL for them to share with their friends.</li>
<li>Use the URL to track your most active referrers and reward them for spreading the word.</li>
</ul>
<p><a href="http://www.launcheffectapp.com/">Detail</a></p>
<h2><a href="http://wplift.com/busby-free-wordpress-personal-blog-theme">Busby: WP Lift Free Market Theme</a></h2>
<p><img class="alignnone size-full wp-image-13347" title="WP Lift Enters the Free Theme Market with Busby" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/WP-Lift-Enters-the-Free-Theme-Market-with-Busby.png" alt="" width="603" height="408" /></p>
<p>Busby is a clean personal blogging theme with it’s own options panel built with the <a href="http://wplift.com/upthemes">UpThemes</a>framework. I’ve been working on this for a while now, it’s quite a different experience building a theme which will be released publicly rather than one for my own or client’s use. There are a lot more things to take into account and lots more testing to do.</p>
<p><a href="http://wplift.com/busby-free-wordpress-personal-blog-theme">Detail</a></p>
<h2><a title="250 Free WordPress Themes: 2012 Edition" href="http://www.wordpressthemeshock.com/wordpress-themes/" rel="bookmark">250 Free WordPress Themes: 2012 Edition</a></h2>
<p><img class="alignnone size-full wp-image-13348" title="wordpress-themes" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/wordpress-themes.jpg" alt="" width="630" height="490" /></p>
<p>As far as WordPress freebies go, this is a big one. ThemeShock is offering a download that they’ve dubbed “<a href="http://www.wordpressthemeshock.com/" target="_blank">The Best Free Bundle Ever</a>” and wow is it packed full of useful goodies for your websites.</p>
<p><a href="http://www.wordpressthemeshock.com/freebies/">Detail</a></p>
<h2><a href="http://presswork.me/">PressWork Free Drag-and-Drop WordPress Framework</a></h2>
<p><img class="alignnone size-medium wp-image-13349" title="presswork-post" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/presswork-post-620x341.png" alt="" width="620" height="341" /></p>
<p>The PressWork Toolbox lets you style any theme in a live preview environment without any code, drag &amp; drop to set your layout in seconds, add Google fonts, and <a href="http://presswork.me/features">much more</a>.</p>
<p><a href="http://presswork.me/">Detail</a></p>
<h2><a href="http://www.obox-design.com/view_item.cfm/title/obox-turns-2-and-has-a-gift-for-you">Casual: A Free WordPress Theme from Obox</a></h2>
<p><a href="http://www.obox-design.com/premium-wordpress-themes.cfm?afId=771EB1ED&amp;bannerId=70"><img src="http://obox-design.com/images/affiliates/468x60/creators-premium.jpg" alt="Creative Theme Design" width="468" height="60" /></a></p>
<p>Hard to believe that Obox <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?';return true;" onmouseout="self.status=''">Themes</a> turns two today, it&#8217;s been a roller coaster ride since the beginning and we&#8217;ve enjoyed every bit of it. The team has grown from a two man machine to four strong. The results have been awesome to see and we are incredibly proud to have gotten this far.</p>
<p><a href="http://www.obox-design.com/view_item.cfm/title/obox-turns-2-and-has-a-gift-for-you">Detail</a></p>
<h2><a href="http://themehybrid.com/hybrid-core">Trending: A New Free WordPress Theme</a></h2>
<p>Hybrid Core is a WordPress theme development framework for creating solid parent <a href="http://wparena.com/themeforest-AmplifyBusinp" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinp';return true;" onmouseout="self.status=''">themes</a>. It allows theme developers to forget about all the complex functionality and dive straight into coding their theme’s <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">HTML</a>, CSS, and JavaScript.</p>
<p><a href="http://themehybrid.com/hybrid-core">Detail</a></p>
<h2><a href="http://wpshower.com/themes/expositio/">Expositio: New Free Portfolio Theme</a></h2>
<p><img class="alignnone size-medium wp-image-13350" title="exposito" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/exposito-620x392.png" alt="" width="620" height="392" /></p>
<p>&nbsp;</p>
<p>Expositio is a very simple &amp; free portfolio WordPress theme for photographers, designers &amp; artists. Expositio theme allows you in several clicks to showcase your works to the whole world. Adjustable main page lets you to provide any information. Integrated options panel helps to customize the template from font used to color theme.</p>
<p><a href="http://wpshower.com/themes/expositio/">Detail</a></p>
<h2>17 Free WordPress <a href="http://wparena.com/themeforest-AmplifyBusinessTheme/?=" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme/?=';return true;" onmouseout="self.status=''">Themes</a></h2>
<p><a href="http://www.wpdiarytheme.com/">WordPress Diary Theme</a><br />
Enjoy this free WordPress diary theme and write down everything that pops into your mind.</p>
<p><a href="http://themehybrid.com/themes/news">News Free Theme</a><br />
An extremely powerful theme made for use by news websites that includes an optional magazine layout for the home page and custom <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">templates</a>. It’s the best way to make your news-oriented Web site shine.</p>
<p><a href="http://wpcorner.com/copyright-theme/">Copyright Theme</a><br />
Copyright Theme is a Modern and Clean WordPress Theme. It has a management console, is widget ready, advertisement ready and is an easily customizable theme to use.</p>
<p><a href="http://wpshower.com/themes/imbalance-2/">Imbalance 2</a><br />
Imbalance 2 turns you WordPress-based website to an attractive blog, portfolio or even online magazine. This free template designed in strict modern style with a minimalistic touch. Imbalance 2 can easily fresh up your web-magazine or blog.</p>
<p><a href="http://beatheme.com/grid-theme/">gRID! Theme</a><br />
Very elegant, clean and fast loading WordPress theme with minimalistic approach. Super design with premium functions for free from <a href="https://www.e-junkie.com/ecom/gb.php?cl=102019&amp;c=ib&amp;aff=107974">BeatTheme</a></p>
<p><a href="http://madebyraygun.com/wordpress/themes/melville/">Melville Free Theme</a><br />
Melville was our first WordPress theme, and it’s available for free. Inspired by classic literature, we wanted to create a theme with no widgets, no distractions—just a clean, beautiful design that focuses the attention on your writing.</p>
<p><a href="http://beatheme.com/lysa-theme/">Lysa is new free WordPress theme</a><br />
Lysa is new free WordPress theme, that is rich and fully widgetized. Two columns layout, amazing look, eight colour schemes and other great features. You can use the default “blog name” or you can use your own logo like in sisterly theme Sucha.</p>
<p><a href="http://fthrwght.com/autofocus/">AutoFocus 2.0 Free Theme</a><br />
AutoFocus 2.0 is a clean and simple WordPress theme developed for photographers looking to showcase their work.</p>
<p><a href="http://beatheme.com/abtely-theme/">Abtely Theme</a><br />
Very elegant, clean and fast loading WordPress theme with minimalistic approach.<br />
Super design with premium functions for free! <a href="https://www.e-junkie.com/ecom/gb.php?cl=102019&amp;c=ib&amp;aff=107974">BeatTheme</a>.</p>
<p><a href="http://wpcorner.com/grading-theme/">Grading Theme </a><br />
Grading Theme is a Modern and Clean WordPress Theme. It has a management console, is widget ready, advertisement ready and is an easily customizable theme to use.</p>
<p><a href="http://www.smashingmagazine.com/2011/06/07/free-html5-css3-wordpress-3-1-theme-with-responsive-layout-yoko/">Yoko: Theme With Responsive Layout</a><br />
In this post we are glad to present to you yet another freebie: a responsive WordPress theme<strong>Yoko</strong> which was designed by talented designers Ellen and Manuel from <a href="http://www.elmastudio.de/wordpress-themes/yoko/">Elmastudio</a> and released for the Web design community.</p>
<h2><a href="http://templatic.com/freethemes/video/">Video Free Theme</a></h2>
<p><a href="http://templatic.com/members/go.php?r=15004&amp;i=l0"><img class="alignnone size-medium wp-image-13351" title="videotheme" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/videotheme-595x500.jpg" alt="" width="595" height="500" /></a></p>
<p>Create a website to showcase your Videos by using WordPress.Create unlimited video categories, show popular videos, rate videos and share them on social network. This theme is just perfect for Video Blogging from <a href="http://templatic.com/members/go.php?r=15004&amp;i=l0">Templatic</a>.</p>
<p><a href="http://www.smashingmagazine.com/2011/05/30/free-wordpress-3-1-theme-splendio-with-psd-sources/">Free WordPress 3.1 Theme: Splendio (With PSD Sources)</a></p>
<p>a new freebie: a beautiful theme, designed by <a href="http://www.designdisease.com/">Vlad and Elena Scanteie</a> which was developed exclusively for Smashing Magazine and its readers.</p>
<h2>Free HTML5 and CSS3 <a href="http://wparena.com/themeforest" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest';return true;" onmouseout="self.status=''">Themes</a> for WordPress</h2>
<p><a href="http://www.longren.org/wordpress/html5press/">HTML5Press: A New Free HTML5 Theme</a><br />
<a href="http://www.twentytenfive.com/">TWENTYTEN FIVE: Bringing HTML5 to WordPress</a><br />
<a href="http://randyjensenonline.com/thoughts/html5-ified-twenty-ten/">HTML5-ified Twenty Ten</a><br />
<a href="http://wordpress.org/extend/themes/toolbox">Toolbox Free Theme</a><br />
<a href="http://www.cssigniter.com/ignite/themes/euclides/">Euclides</a><br />
Euclides is the perfect theme from <a href="http://www.cssigniter.com/members/go.php?r=203&amp;i=l0">CSSigniter Themes</a> for those who write tutorials online. While we concentrate on web workers, anyone can use this theme. Euclides is a free WordPress theme.<br />
<a href="http://www.smashingmagazine.com/2011/01/10/free-html-4-01-html5-wordpress-theme-spectacular/">Free HTML 4.01/HTML5 WordPress Theme: Spectacular</a><br />
<a href="http://digwp.com/2009/07/free-html-5-wordpress-theme/">Free HTML 5 WordPress Theme</a><br />
<a href="http://nathanstaines.com/articles/starkers-html5/">Starkers HTML5 Theme</a><br />
<a href="http://thetraveltheme.com/">The Travel Theme</a><br />
<a href="http://wordpress.org/extend/themes/freedream">Free Dream</a><br />
<a href="http://www.rootstheme.com/">Roots Theme</a><br />
<a href="http://randyjensenonline.com/thoughts/handcrafted-wp-starter-theme/">Handcrafted WP is a starter theme</a><br />
<a href="http://constellationtheme.com/">Constellation Theme</a><br />
<a href="http://multicelldesign.com/2009/04/brave-new-world-wordpress-theme/">Brave New World WordPress Theme</a><br />
<a href="http://html5.mimoymima.com/">HTML5 WordPress Shell</a><br />
<a href="https://github.com/sams/Thematic-html5boilerplate">Thematic HTML5 Boilerplate</a><br />
<a href="http://wordpress.org/extend/themes/orange-flower">Orange Flower</a><br />
<a href="http://wordpress.org/extend/themes/justcss">JustCSS</a><br />
<a href="http://wordpress.org/extend/themes/platform">Platform Free Theme</a><br />
<a href="http://webexpedition18.com/work/grey-a-new-free-html5css3-wordpress-theme/">Grey: A New Free HTML5/CSS3 WordPress Theme</a><br />
<a href="http://www.lotusseedsdesign.com/blog/temple-gate-an-accessible-html5-wordpress-theme">Temple Gate: An Accessible HTML5 WordPress Theme</a><br />
<a href="http://wpbasis.de/readme-en_US.php">WordPress Basis Theme</a></p>
<h2>Free Coming Soon <a href="http://wparena.com/themeforest-wordpress" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-wordpress';return true;" onmouseout="self.status=''">Themes</a></h2>
<p><a href="http://wordpress.org/extend/themes/my-blue-construction">my blue construction</a><br />
Free under construction blue wordpress theme.</p>
<p><a href="http://www.woothemes.com/2011/01/placeholder/">Placeholder</a><br />
This theme is perfect if you have a website in development and you simply need to let your visitors know how to get in touch and how long until the site will launch.</p>
<p><a href="http://wordpress.org/extend/themes/launchpad">LaunchPad</a><br />
Park your domain in style with WordPress and Google FeedBurner.</p>
<p><a href="http://wordpress.org/extend/themes/ready2launch">Ready2Launch!</a><br />
Fast&amp;Easy way to prepare &#8220;Under Construction&#8221; page &#8211; <a href="http://ready2launch.jedenbod.cz">http://ready2launch.jedenbod.cz</a></p>
<p><a href="http://wparchive.com/wplauncher-wordpress-theme/">WpLauncher WordPress Theme</a><br />
WpLauncher is a free premium wordpress theme, that is simple with a single purpose: to provide an attractive, customizable domain parking theme for WordPress users.</p>
<p><a href="http://www.deliciousthemes.com/under-construction/">Site Under Construction</a><br />
This site is under construction</p>
<p><a href="http://upthemes.com/themes/holding-pattern/">Holding Pattern</a><br />
A highly customizable <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">landing page</a> theme featuring the amazing UpThemes Framework.</p>
<p><a href="http://eliseos.net/bye.html">WP Blueprint</a><br />
Like I mentioned at the beginning, in this section you will find the most popular files, so to speak. Unfortunately I have no time to continue to provide support, but each file has its documentation.</p>
<p><a href="http://wordspop.com/themes/beback-theme/">Beback Theme</a><br />
What will you do if your site needs a rest?<br />
Wordspop presents you a WordPress theme that can be used while your site is down, undergoing a redesign, or still under construction. Easy to use, easy to manage, as simple as a click.</p>
<p><a href="http://templatic.com/members/go.php?r=15004&amp;i=l0">Coming Soon</a><br />
Use as a Coming soon page for your website / Application / Software<br />
Showcase your product in one single page with featured image and description on the right. Lots of iPhone App websites are built this way. You can use this theme to create a website just like that.<br />
<a href="http://templatic.com/freethemes/coming-soon/">Detail</a></p>
<p><a href="http://upthemes.com/themes/timelaph/">TIMELAPH</a><br />
A sleek, dark, spaced-out <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">landing page</a> or email newsletter subscription page featuring the amazing UpThemes Framework. <a href="http://upthemes.com/amember/go.php?r=11411&amp;i=l0">Find the Perfect WordPress Theme at UpThemes.com</a></p>
<p><a href="http://www.wpanniversarytheme.com/">WordPress Anniversary Theme</a><br />
That idea has helped millions of people easily create websites! That idea became WordPress!</p>
<h2>WordPress Plugins</h2>
<hr />
<h2><a href="http://wordpress.org/extend/plugins/google/">Free Google+ Plugin</a></h2>
<p>Google+ is Google&#8217;s foray into the world of social media. Over the past six months we&#8217;ve seen it expand rapidly and the WPMU DEV Google+ Plugin has expanded with it.</p>
<p>The WPMU DEV Google+ Plugin lets you add a +1 button to your website so that people can tell the world how awesome they think you are. It integrates with Google+ Posts and Pages so that people can easily add you to their G+ Circles.</p>
<p><a href="http://wordpress.org/extend/plugins/google/">Download</a></p>
<h2><a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a></h2>
<p>This plugin generates static <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a> files from your dynamic WordPress blog. After a <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a> file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-super-cache/">Detail</a></p>
<h2><a href="http://akismet.com/">Comment Spam Protection</a></h2>
<p>Akismet filters out your comment and track-back spam for you, so you can focus on more important things.</p>
<p><a href="http://akismet.com/">Detail</a></p>
<h2><a href="http://www.growmap.com/growmap-anti-spambot-plugin/">GrowMap Anti-Spambot Plugin</a></h2>
<p>With the custom GrowMap anti-spambot plugin Andy Bailey from <a title="What CommentLuv is, where to get it, how to use and why you should" href="http://comluv.com/news/how-commentluv-works/">CommentLuv</a>wrote based on an idea from Phil Hollows of <a title="Super alternative to FeedBurner that integrates Social Media and Email Marketing too" href="http://feedblitz.com/">FeedBlitz</a> and improved by a suggestion from <a title="eBusiness Coach and Generous Blogging Collaborator" href="http://www.dazzlindonna.com/">Dazzlin Donna Fontenot</a> you can too!</p>
<p><a href="http://www.growmap.com/growmap-anti-spambot-plugin/">Detail</a></p>
<p><a href="http://www.bbc.co.uk/webwise/guides/stopping-spam-emails">How can I stop getting spam emails?</a></p>
<h2><a href="http://www.fastsecurecontactform.com/">Contact Form</a></h2>
<p>Fast Secure Contact Form celebrates Over 1 Million downloads from the WordPress Plugin directory. Also recognized near the top of Most Popular and Highest Rated WordPress Plugins. If you are a satisfied user, please help spread the word by posting to your blog, Facebook, or Twitter.</p>
<p><a href="http://www.fastsecurecontactform.com/">Detail</a></p>
<h2><a href="http://premium.wpmudev.org/project/comments-plus">Comments Plus</a></h2>
<p>Let your readers choose to comment via Facebook, Twitter, Google or regular old WordPress &#8211; developed for WPMU.org, now available for you!</p>
<p><a href="http://premium.wpmudev.org/project/comments-plus">Detail</a></p>
<h2>Dropbox Plugins for WordPress</h2>
<p><img class="alignnone size-full wp-image-13353" title="BackWPup" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/BackWPup.png" alt="" width="600" height="176" /></p>
<p><a href="http://wordpress.org/extend/plugins/dropbox-cdn/">Dropbox CDN</a></p>
<p><a href="http://wordpress.org/extend/plugins/dropbox-upload-form/">Dropbox Upload Form</a></p>
<p><a href="http://wordpress.org/extend/plugins/wordpress-backup-to-dropbox/">WordPress Backup to Dropbox</a></p>
<p><a href="http://wordpress.org/extend/plugins/pressbox/">Pressbox</a></p>
<div id="plugin-description">
<p>Integrates DropBox with your blog allowing you to post images and files directly from your DropBox. Requires PHP 5.2 and cURL.</p>
<p><a href="http://wordpress.org/extend/plugins/backwpup/">BackWPup</a></p>
<p><a href="http://wordpress.org/extend/plugins/drop-in-dropbox/">Drop in Dropbox</a></p>
<p>Upload single files or entire directories with subdirectories to your Dropbox account.</p>
<p><a href="http://wordpress.org/extend/plugins/smestorage-multi-cloud-files-plug-in/">SMEStorage Multi-Cloud WordPress Backup</a></p>
<div id="plugin-description">
<p>Back your WordPress blog up to any one of 10 storage clouds including S3, CloudFiles, MobileME, Gmail &amp; Box.net</p>
<p><a href="http://wordpress.org/extend/plugins/showbox/">ShowBox</a></p>
<div id="plugin-description">
<p>Any images, photos, pictures from your DropBox Public folder now are accessible to view in sidebar gallery of your blog.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-time-machine/">wp Time Machine</a></p>
<div id="plugin-description">
<p>Creates an archive of all your WordPress Data &amp; Files and then stores them on Dropbox, Amazon&#8217;s S3, or your FTP host.</p>
<p><a href="http://jigoshop.com/">A High Quality Free WordPress E-Commerce Plugin</a></p>
<p>Jigoshop is an eCommerce plugin for WordPress developed by professionals with years of experience delivering online shops for global brands.</p>
<p><a href="http://wordpress.org/extend/plugins/duplicator/">Quickly Clone and Migrate WordPress Sites with the Duplicator Plugin</a></p>
<p>The Duplicator plugin is designed to give WordPress Administrators the ability to migrate a site from one location to another location in 3 easy steps. Just create a package, download it and install. No need to change all your settings and re-run import/export scripts. The plugin also serves as a simple backup utility.</p>
<p><a href="http://www.yourlocalproject.com/">WordPress Multisite to Power Multiple BuddyPress Social Networks</a></p>
<p><img title="yourlocalproject" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/yourlocalproject.png" alt="" width="662" height="538" /></p>
<h2><a href="http://wordpress.org/extend/plugins/chat/">Free WordPress Chat Plugin</a></h2>
<p>Start communicating! Bring live, two-way chat to your site. Host your own live chat sessions, interact with your visitors and boost your sales without needing any third party javascript or other code &#8211; works great with BuddyPress and Multisite too.</p>
<h2><a href="http://wp1000.envato.com/">Download Two Free Sets of WordPress Icons</a></h2>
<p><a href="http://wp1000.envato.com/"><img class="alignnone size-medium wp-image-13355" title="Download Two Free Sets of WordPress Icons" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/Download-Two-Free-Sets-of-WordPress-Icons-620x209.png" alt="" width="620" height="209" /></a></p>
<h2></h2>
<h2><a title="Permanent Link to Free Icons Set: Social Media by WPZOOM" href="http://www.wpzoom.com/freebies/free-icons-set-social-media-by-wpzoom/" rel="bookmark">Free Icons Set: Social Media by WPZOOM</a></h2>
<p><img class="alignnone size-full wp-image-13356" title="Free Icons Set Social Media by WPZOOM" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/Free-Icons-Set-Social-Media-by-WPZOOM.png" alt="" width="600" height="318" /></p>
</div>
</div>
</div>
</div>
<p>Related posts:<ol>
<li><a href='http://wparena.com/freebies/free-download-plugins-and-themes-from-wordpress-multi-site-user-wpmu/' rel='bookmark' title='Free Download Plugins and Themes From WordPress Multi Site User (WPMU)'>Free Download Plugins and Themes From WordPress Multi Site User (WPMU)</a></li>
<li><a href='http://wparena.com/freebies/best-and-free-twitter-icons-and-themes/' rel='bookmark' title='Best and FREE Twitter icons and Themes'>Best and FREE Twitter icons and Themes</a></li>
<li><a href='http://wparena.com/freebies/1000-wordpress-themes-on-themeforest-and-download-free-incredible-wordpress-icons/' rel='bookmark' title='1000 WordPress Themes on ThemeForest! On Celebration Free Download incredible WordPress icons'>1000 WordPress Themes on ThemeForest! On Celebration Free Download incredible WordPress icons</a></li>
<li><a href='http://wparena.com/showcase/wordpress-plugins-and-themes-with-html5-fallback/' rel='bookmark' title='WordPress Plugins and Themes with HTML5 fallback'>WordPress Plugins and Themes with HTML5 fallback</a></li>
<li><a href='http://wparena.com/showcase/best-premium-wordpress-plugins-and-themes/' rel='bookmark' title='Best Premium WordPress Plugins and Themes'>Best Premium WordPress Plugins and Themes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/freebies/best-free-wordpress-resources-themes-hosting-graphics-icons-tools-and-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Customize and Create a new Login Page for WordPress Powered WebSite</title>
		<link>http://wparena.com/how-to/how-to-customize-and-create-a-new-login-page-for-wordpress-powered-website/</link>
		<comments>http://wparena.com/how-to/how-to-customize-and-create-a-new-login-page-for-wordpress-powered-website/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 20:11:13 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Custom login]]></category>
		<category><![CDATA[custom login page]]></category>
		<category><![CDATA[custom template]]></category>
		<category><![CDATA[Customize WordPress]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Multisite]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web-design]]></category>
		<category><![CDATA[WordPress Custom Theme]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=10690</guid>
		<description><![CDATA[You must have seen WordPress Powered Websites with customized login page. Sometime you have to create new login page for your users and for a client required new and customized wp-admin page for login to the admin panel. There are different ways to customizes WordPress Login page template. If you use WordPress Plugin, there are some limitations, for example  activate [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-change-wordpress-login-page/' rel='bookmark' title='How to Change WordPress Login Page'>How to Change WordPress Login Page</a></li>
<li><a href='http://wparena.com/how-to/create-project-management-website-on-wordpress/' rel='bookmark' title='Create Project Management WebSite on WordPress'>Create Project Management WebSite on WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-wordpress-post-order/' rel='bookmark' title='How to Customize WordPress Post Order?'>How to Customize WordPress Post Order?</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-wordpress-error-404-page/' rel='bookmark' title='How to Customize WordPress Error 404 Page'>How to Customize WordPress Error 404 Page</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-a-notification-bar-strip-on-wordpress-powered-website/' rel='bookmark' title='How to add a Notification Bar Strip on WordPress Powered Website'>How to add a Notification Bar Strip on WordPress Powered Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You must have seen WordPress Powered Websites with customized login page. Sometime you have to create new login page for your users and for a client required new and customized wp-admin page for login to the admin panel. There are different ways to customizes WordPress Login page template. If you use WordPress Plugin, there are some limitations, for example  activate plugin will not match your installed theme and provide less customization. So there is a need to create your own Custom wordpress login page template as part of you theme.</p>
<h2>Creating a New Custom-login Page</h2>
<hr />
<p><img class="size-full wp-image-12805 aligncenter" style="border-style: initial; border-color: initial;" title="Customize-Login-Page-WordPress-Powered-WebSite" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Customize-Login-Page-WordPress-Powered-WebSite.png" alt="" width="570" height="300" /></p>
<p>First of  all create a new php template with &#8220;custom-login.php&#8221; name and upload it in WordPress Theme folder ( wparena.com/wp-content/<a href="http://wparena.com/themeforest-AmplifyBusinessTheme?" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?';return true;" onmouseout="self.status=''">themes</a>/your-theme). Add following code before uploading or after uploading you can edit your page and add the codes.</p>
<p>I am not sharing my piece of code because my client have some restriction. Although  <a title="Posts by Oli" href="http://wplift.com/author/admin" rel="author">Oliver Dale</a> have explained <a href="http://wplift.com/how-to-create-a-custom-login-page-for-your-wordpress-theme">how-to-create-a-custom-login-page-for-your-wordpress-theme</a>, but I am sharing <a title="Posts by Kannan" href="http://www.tutorialstag.com/author/kannan" rel="author">Kannan</a>&#8216;s code from his post &#8220;<a href="http://www.tutorialstag.com/custom-wordpress-login-without-using-a-plugin.html">Custom WordPress login without using a plugin</a>&#8220;. There are few reason to mention Kannan&#8217;s work, first of all he use jQuery  to show login error messages without page-refresh and redirect to the homepage when he is not login.</p>
<h2>Full Code Preview of Custom login Template</h2>
<p>&lt; ?php<br />
/*<br />
Template Name: Custom Login<br />
*/<br />
global $user_ID;</p>
<p>if (!$user_ID) {</p>
<p>if($_POST){<br />
//We shall SQL escape all inputs<br />
$username = $wpdb-&gt;escape($_REQUEST['username']);<br />
$password = $wpdb-&gt;escape($_REQUEST['password']);<br />
$remember = $wpdb-&gt;escape($_REQUEST['rememberme']);</p>
<p>if($remember) $remember = &#8220;true&#8221;;<br />
else $remember = &#8220;false&#8221;;<br />
$login_data = array();<br />
$login_data['user_login'] = $username;<br />
$login_data['user_password'] = $password;<br />
$login_data['remember'] = $remember;<br />
$user_verify = wp_signon( $login_data, true );</p>
<p>if ( is_wp_error($user_verify) )<br />
{<br />
echo &#8220;&lt;span class=&#8221;error&#8221;&gt;Invalid username or password. Please try again!&lt;/span&gt;&#8221;;<br />
exit();<br />
} else<br />
{<br />
echo &#8220;&lt;script type=&#8221;text/javascript&#8221;&gt;window.location=&#8217;&#8221;. get_bloginfo(&#8216;url&#8217;) .&#8221;&#8216;&lt;/script&gt;&#8221;;<br />
exit();<br />
}<br />
} else {</p>
<p>get_header();</p>
<p>?&gt;<br />
&lt;div id=&#8221;container&#8221;&gt;<br />
&lt;div id=&#8221;content&#8221;&gt;</p>
<p>&lt;!&#8211;?php the_title(); ?&#8211;&gt;<br />
&lt;div id=&#8221;result&#8221;&gt;&lt;/div&gt;</p>
<p>&lt;!&#8211; To hold validation results &#8211;&gt;<br />
&lt;form id=&#8221;wp_login_form&#8221; action=&#8221;" method=&#8221;post&#8221;&gt;</p>
<p>&lt;label&gt;Username&lt;/label&gt;<br />
&lt;input type=&#8221;text&#8221; name=&#8221;username&#8221; class=&#8221;text&#8221; value=&#8221;"&gt;<br />
&lt;label&gt;Password&lt;/label&gt;<br />
&lt;input type=&#8221;password&#8221; name=&#8221;password&#8221; class=&#8221;text&#8221; value=&#8221;"&gt;<br />
&lt;label&gt;<br />
&lt;input name=&#8221;rememberme&#8221; type=&#8221;checkbox&#8221; value=&#8221;forever&#8221;&gt;Remember me&lt;/label&gt;<br />
&lt;input type=&#8221;submit&#8221; id=&#8221;submitbtn&#8221; name=&#8221;submit&#8221; value=&#8221;Login&#8221;&gt;<br />
&lt;/form&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
$(&#8220;#submitbtn&#8221;).click(function() {</p>
<p>$(&#8216;#result&#8217;).<a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a>(&#8216;&lt;img src=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/images/loader.gif&#8221; class=&#8221;loader&#8221; /&gt;&#8217;).fadeIn();<br />
var input_data = $(&#8216;#wp_login_form&#8217;).serialize();<br />
$.ajax({<br />
type: &#8220;POST&#8221;,<br />
url: &#8220;&lt;?php echo &#8220;http://&#8221; . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?&gt;&#8221;,<br />
data: input_data,<br />
success: function(msg){<br />
$(&#8216;.loader&#8217;).remove();<br />
$(&#8216;<br />
&lt;div&gt;&#8217;).<a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a>(msg).appendTo(&#8216;div#result&#8217;).hide().fadeIn(&#8216;slow&#8217;);<br />
}<br />
});<br />
return false;</p>
<p>});<br />
&lt;/script&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>&lt;!&#8211;?php</p>
<p>get_footer();<br />
}<br />
}<br />
else {<br />
echo &#8220;&lt;script type=&#8217;text/javascript&#8217;&#8211;&gt;window.location=&#8217;&#8221;. get_bloginfo(&#8216;url&#8217;) .&#8221;&#8216;&#8221;;<br />
}<br />
?&gt;</p>
<p>Because we are using jQuery, so never foregt to add jQuery library in your header.php file as follow</p>
<h2>jQuery library in header.php file</h2>
<p>&lt;script src=&#8221;http://code.jquery.com/jquery-1.4.4.js&#8221;&gt;&lt; / script&gt;<br />
&lt;/pre&gt;<br />
&lt;h2&gt;Step7: Adding jQuery’s ajax function&lt;/h2&gt;<br />
&lt;pre name=&#8221;code&#8221; class=&#8221;javascript&#8221;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
$(&#8220;#submitbtn&#8221;).click(function() {</p>
<p>$(&#8216;#result&#8217;).<a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a>(&#8216;&lt;img src=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/images/loader.gif&#8221; class=&#8221;loader&#8221; /&gt;&#8217;).fadeIn();<br />
var input_data = $(&#8216;#wp_login_form&#8217;).serialize();<br />
$.ajax({<br />
type: &#8220;POST&#8221;,<br />
url: &#8220;&lt; ?php echo &#8220;http://&#8221; . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?&gt;&#8221;,<br />
data: input_data,<br />
success: function(msg){<br />
$(&#8216;.loader&#8217;).remove();<br />
$(&#8216;<br />
&lt;div&gt;&#8217;).<a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a>(msg).appendTo(&#8216;div#result&#8217;).hide().fadeIn(&#8216;slow&#8217;);<br />
}<br />
});<br />
return false;</p>
<p>});<br />
&lt;/script&gt;</p>
<h2>Add New Blank Page</h2>
<p>After uploding your new page template, go to &#8220;New Page&#8221; under pages from the WordPress Deshboard. Name the page as your own choice and select the template type from Template list &#8220;Custom Login&#8221;  and Publish it. Now you can add this page wherever you want for further instruction read this post <a title="Permanent Link to WordPress Shortcode with loop, meta, category, pagination, Gallery and Plugins" href="http://wparena.com/how-to/shortcode-with-micro-formatted-loop-meta-category-pagination/" rel="bookmark">WordPress Shortcode with loop, meta, category, pagination, Gallery and Plugins</a></p>
<p><img class="alignnone size-full wp-image-12796" title="New_page_template_list" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/New_page_template_list.png" alt="" width="520" height="298" /></p>
<h2>Customize the WordPress Login Screen Logo</h2>
<hr />
<p>You can replace the WordPress logo from WordPress login page by replacing &#8220;logo-login.png&#8221; image file. Login to hosting via ftp and brows <strong>/wp-admin/images/ </strong>and replace with your own logo but the name must be same. You have to change the image link as open wp-login.php file and change following line according to your own url.</p>
<p>&lt;div id=&#8221;login&#8221;&gt;&lt;h1&gt;&lt;a href=&#8221;&lt;?php echo esc_url( apply_filters(&#8216;login_headerurl&#8217;, &#8216;http://wparena.om/&#8217;) ); ?&gt;&#8221; title=&#8221;&lt;?php echo esc_attr( apply_filters(&#8216;login_headertitle&#8217;, __( &#8216;WordPress Arena&#8217; ) ) ); ?&gt;&#8221;&gt;&lt;?php bloginfo(&#8216;name&#8217;); ?&gt;&lt;/a&gt;</p>
<p>You can customized the WordPress login screen by using the following WordPress Plugins.</p>
<h2><a href="http://codecanyon.net/item/white-label-branding-for-wordpress-multisite/162193?ref=wparena">White Label Branding for WordPress Multisite</a></h2>
<p><a href="http://codecanyon.net/item/white-label-branding-for-wordpress-multisite/162193?ref=wparena"><img class="alignnone size-full wp-image-12797" title="Branding-WordPress-Multisite" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Branding-WordPress-Multisite.jpg" alt="" width="590" height="300" /></a></p>
<p>Are you running a WordPress Multisite Network? Are you a WordPress developer or a Web Designer who uses WordPress to develop websites for your clients? Have you ever wished that it was easier to customize the menu’s and logo’s on each sub-site in your WordPress Multisite Network? Would you like to give each sub-site the ability to do their own branding? Look no further! This plugin let you control the branding of the main site and all sub-sites in a network of websites powered by WordPress Multisite.</p>
<p><a href="http://codecanyon.net/item/white-label-branding-for-wordpress-multisite/full_screen_preview/162193?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/white-label-branding-for-wordpress-multisite/162193?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/pathway-custom-wordpress-login-page/573897?ref=wparena">Pathway &#8211; Custom WordPress Login Page</a></h2>
<p><a href="http://codecanyon.net/item/pathway-custom-wordpress-login-page/573897?ref=wparena"><img class="alignnone size-full wp-image-12798" title="Pathway-Custom-Wordpress-Login-Page" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Pathway-Custom-Wordpress-Login-Page.jpg" alt="" width="590" height="300" /></a></p>
<p>Are you bored default wordpress login page ? Pathway let you customize your wordpress login page, You can customize unlimited design from the admin options, and bring to your clients a new login page design.</p>
<p><a href="http://codecanyon.net/item/pathway-custom-wordpress-login-page/573897?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/pathway-custom-wordpress-login-page/573897?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/wp-nice-screen-login-customize-admin-login-page/236415?ref=wparena">Wp Nice Screen Login &#8211; Customize Admin Login Page</a></h2>
<p><a href="http://codecanyon.net/item/wp-nice-screen-login-customize-admin-login-page/236415?ref=wparena"><img class="alignnone size-full wp-image-12799" title="Wp-Nice-Screen-Login-Customize-Admin-Login-Page" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Wp-Nice-Screen-Login-Customize-Admin-Login-Page.jpg" alt="" width="590" height="300" /></a></p>
<p>WP Nice Screen Login is the final solution to customize the “Wordpress Admin Login Page”. You can choose from 5 default <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?=" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?=';return true;" onmouseout="self.status=''">themes</a> to redesign the Login Page, and bring to your clients a new professional page to login</p>
<p><a href="http://codecanyon.net/item/wp-nice-screen-login-customize-admin-login-page/236415?ref=wparena">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/login-logo/">Login Logo</a></h2>
<p><a href="http://wordpress.org/extend/plugins/login-logo/"><img class="alignnone  wp-image-12800" title="Login_Logo" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Login_Logo.png" alt="" width="618" height="200" /></a></p>
<p>This plugin allows you to customize the logo on the WordPress login screen. There is zero configuration. You just drop the logo file into your WordPress content directory, named<code>login-logo.png</code> and this plugin takes over.</p>
<p><a href="http://wordpress.org/extend/plugins/login-logo/">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/custom-login/">Custom Login</a></h2>
<p><a href="http://wordpress.org/extend/plugins/custom-login/"><img class="alignnone  wp-image-12801" title="Custom_Login" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Custom_Login.png" alt="" width="618" height="200" /></a></p>
<p>Activate this plugin and customize your WordPress login screen. Use the built-in and easy to use settings page to do the work for you. Theres no need to understand CSS at all! Now featureing a <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">HTML</a> &amp; CSS box for advanced users to up the customization!</p>
<ol>
<li>Works great for client site installs.</li>
<li>Comes with a Photoshop template included in the library files (default theme).</li>
<li>Read more about the <a href="http://austinpassy.com/wordpress-plugins/custom-login/" rel="nofollow">Custom Login Plugin</a> &amp; <a href="http://austinpassy.com/2010/09/custom-login-version-0-8/" rel="nofollow">most recent blog post</a>.</li>
</ol>
<p><a href="http://wordpress.org/extend/plugins/custom-login/">Detail</a></p>
<h2><a href="http://codecanyon.net/item/wordpress-admin-colors-branding/468919?ref=wparena">WordPress Admin Colors &amp; Branding</a></h2>
<p><a href="http://codecanyon.net/item/wordpress-admin-colors-branding/468919?ref=wparena"><img class="alignnone size-full wp-image-12802" title="WordPress-Admin-Colors-branding" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/WordPress-Admin-Colors-branding.jpg" alt="" width="590" height="300" /></a></p>
<p>Customise the WordPress admin interface with you own color scheme and logos. Perfect for delivering a white label WordPress for clients and customers. This is the only plugin available that allows dynamic color choice for the admin interface, designed specifically for WordPress 3.2 and WordPress 3.3.</p>
<p><a href="http://codecanyon.net/item/wordpress-admin-colors-branding/468919?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/ninety-ajax-loginregister-for-wordpress/158711?ref=wparena">Ninety Ajax Login/Register for WordPress</a></h2>
<p><a href="http://codecanyon.net/item/ninety-ajax-loginregister-for-wordpress/158711?ref=wparena"><img class="alignnone size-full wp-image-12803" title="Ninety_Ajax_Login" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Ninety_Ajax_Login.jpg" alt="" width="590" height="300" /></a></p>
<p>Our Sidebar Login/Register plugin for WordPress does exactly what it says on the tin; Logins and Registrations with a touch of AJAX magic. Simple! It also has a nice ‘logged in’ view, and a lost password form for those forgetful folk.</p>
<p><a href="http://codecanyon.net/item/ninety-ajax-loginregister-for-wordpress/158711?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/single-signon-for-magento-and-wordpress/861453?ref=wparena">Single Sign-On For Magento And WordPress</a></h2>
<p><a href="http://codecanyon.net/item/single-signon-for-magento-and-wordpress/861453?ref=wparena"><img class="alignnone size-full wp-image-12804" title="Single-Sign-On-Magento-WordPress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Single-Sign-On-Magento-WordPress.png" alt="" width="590" height="300" /></a></p>
<p>Scenario where you’d want to use this extension:<br />
You are creating a website, or own a website, that is built using a mixture of Magento and WordPress. It may be that WordPress is used to manage pages and a blog, while Magento is used purely for it’s e-commerce functionality. Or perhaps all your pages and e-commerce functionality are managed through Magento, and WordPress is simply there as a blog platform.</p>
<p><a href="http://codecanyon.net/item/single-signon-for-magento-and-wordpress/861453?ref=wparena">Detail</a></p>
<h2>Other Resources:</h2>
<p><a href="http://wparena.com/how-to/how-to-change-wordpress-login-page/">How to Change WordPress Login Page</a><br />
<a href="http://thecustomizewindows.com/2011/03/create-a-custom-login-page-in-wordpress/">Create a custom login page in WordPress</a><br />
<a title="How to Create a Custom Page in WordPress" href="http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/">How to Create a Custom Page in WordPress</a><br />
<a href="http://www.binarymoon.co.uk/2007/07/wordpress-tips-and-tricks-custom-login-page/">WordPress Tips and Tricks – Custom Login Page</a><br />
<a href="http://alistblogmarketing.com/posts/how-to-create-a-custom-login-experience-for-wordpress-subscribers/">How to Create a Custom Login Experience for WordPress Subscribers</a><br />
<a href="http://www.tipsandtricks-hq.com/how-to-create-and-use-custom-page-template-in-wordpress-to-create-a-sales-page-2095">How to Create and use Custom Page Template in WordPress to Create a Sales Page</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-change-wordpress-login-page/' rel='bookmark' title='How to Change WordPress Login Page'>How to Change WordPress Login Page</a></li>
<li><a href='http://wparena.com/how-to/create-project-management-website-on-wordpress/' rel='bookmark' title='Create Project Management WebSite on WordPress'>Create Project Management WebSite on WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-wordpress-post-order/' rel='bookmark' title='How to Customize WordPress Post Order?'>How to Customize WordPress Post Order?</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-wordpress-error-404-page/' rel='bookmark' title='How to Customize WordPress Error 404 Page'>How to Customize WordPress Error 404 Page</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-a-notification-bar-strip-on-wordpress-powered-website/' rel='bookmark' title='How to add a Notification Bar Strip on WordPress Powered Website'>How to add a Notification Bar Strip on WordPress Powered Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-customize-and-create-a-new-login-page-for-wordpress-powered-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hide or remove the WordPress Upgrade Message in the Dashboard</title>
		<link>http://wparena.com/how-to/how-to-hide-or-remove-the-wordpress-upgrade-message-in-the-dashboard/</link>
		<comments>http://wparena.com/how-to/how-to-hide-or-remove-the-wordpress-upgrade-message-in-the-dashboard/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 20:43:08 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[How to Hide]]></category>
		<category><![CDATA[multi-user]]></category>
		<category><![CDATA[Multisite]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress Upgrade]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=12696</guid>
		<description><![CDATA[It is very important to keep up to date your WordPress because of security threats, specially now a days due to its popularity. Although WordPress function pop you up all the time for new update version to automatically update it or through providing download link at the top of WordPress admin panel, as well  a link [...]
Related posts:<ol>
<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/how-to/how-to-find-remove-and-protect-wordpress-site-from-malware/' rel='bookmark' title='How to Find, Remove and Protect WordPress Site from Malware'>How to Find, Remove and Protect WordPress Site from Malware</a></li>
<li><a href='http://wparena.com/how-to/how-to-solve-wordpress-error-warning-cannot-modify-header-information-headers-already-sent-by/' rel='bookmark' title='How to Solve WordPress Error: Warning: Cannot modify header information &#8211; headers already sent by()'>How to Solve WordPress Error: Warning: Cannot modify header information &#8211; headers already sent by()</a></li>
<li><a href='http://wparena.com/how-to/how-to-change-wordpress-login-page/' rel='bookmark' title='How to Change WordPress Login Page'>How to Change WordPress Login Page</a></li>
<li><a href='http://wparena.com/how-to/how-to-remove-error-creating-wordpress-plugin-without-login/' rel='bookmark' title='How to remove error creating WordPress Plugin without Login'>How to remove error creating WordPress Plugin without Login</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It is very important to keep up to date your WordPress because of security threats, specially now a days due to its popularity. Although WordPress function pop you up all the time for new update version to automatically update it or through providing download link at the top of WordPress admin panel, as well  a link on the update page where you can automatically install the new available version.</p>
<p><img class="alignnone size-full wp-image-12699" title="hide-WordPress-Upgrade-Message" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/hide-WordPress-Upgrade-Message.png" alt="" width="600" height="208" /></p>
<p>In case, you are using WordPress for your client or have made lots of customizations on core WordPress files, then might not want this message to displayed, because it will overwrite all the files and client site will lost all the changes.</p>
<p>So there are few option to hide it from dashboard through some function adding in function.php file, by using  WordPress plugin to hide this message and manually removing the code from WordPress core file. Different bloggers had provided the solution on their bog like like as follow:</p>
<p style="text-align: center;"><a href="http://graphicriver.net/item/man-hiding-in-a-cardboard-box/238837?ref=wparena"><img class=" wp-image-12698 aligncenter" title="Man hiding in a cardboard box_p" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/Man-hiding-in-a-cardboard-box_p.jpg" alt="" width="413" height="310" /></a></p>
<p>1. Just Open functions.php file from wordpres theme and put following code in that file: (from <a href="http://wordpressapi.com/2010/03/20/hide-update-message-wordpress-admin-panel/">wordpressapi</a>)</p>
<pre>add_action('admin_menu','hide_update_message');
function hide_update_message()
{
remove_action( 'admin_notices', 'update_nag', 3 );
remove_filter( 'update_footer', 'core_update_footer' );
}</pre>
<p>2. All you have to do is simply open the theme’s functions.php file and add this: (<a href="http://www.wpbeginner.com/wp-tutorials/how-to-hide-the-wordpress-upgrade-message-in-the-dashboard/">wpbeginner</a>)</p>
<pre>add_action('admin_menu','wphidenag');
function wphidenag() {
remove_action( 'admin_notices', 'update_nag', 3 );
}</pre>
<p>3. To get rid of the &#8220;Please update now&#8221; message in your WordPress dashboard, simply paste the following code on your <em>functions.php</em> file. (<a href="http://www.wprecipes.com/how-to-disable-the-please-update-now-message-in-wp-dashboard">wprecipes</a>)</p>
<pre>if ( !current_user_can( 'edit_users' ) ) {
  add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ), 2 );
  add_filter( 'pre_option_update_core', create_function( '$a', "return null;" ) );
}</pre>
<p>4. You can optionally put this code with a condition so that the update message will only be shown to the site admin or other user roles depending of the if-statement in the code snippet below. (<a href="http://fredrikmalmgren.com/how-to-hide-the-wordpress-update-message/">fredrikmalmgren</a>)</p>
<pre>function hideUpdateNag() {
    remove_action( 'admin_notices', 'update_nag', 3 );
}
if ( !current_user_can('activate_plugins') ) {
    add_action('admin_menu','hideUpdateNag');
}</pre>
<p>5. Removing the update message is very straightforward to do – simply add the following lines of code to your functions.php file:(<a href="http://www.vooshthemes.com/blog/wordpress-tip/wordpress-quick-tip-remove-the-dashboard-update-message/">vooshthemes</a>)</p>
<pre>remove_action('wp_version_check', 'wp_version_check');
remove_action('admin_init', '_maybe_update_core');
add_filter('pre_transient_update_core', create_function( '$a', "return null;"));</pre>
<p>All the above almost do the same thing, If still not satisfied requirments you can use WordPress Plugin to hide &#8220;WordPress Upgrade Message&#8221; from users and clients dashboard.</p>
<h2><a href="http://wordpress.org/extend/plugins/hide-update-reminder/">Hide Update Reminder</a></h2>
<p>This plugin allows you to hide the update WordPress reminder from all users that are not assumed Administrators (cannot upgrade plugins).</p>
<p>If you have multiple users then this means those who are not admins don&#8217;t need to see the message. Useful for CMS based sites, so the client doesn&#8217;t see the notice.</p>
<p><a href="http://wordpress.org/extend/plugins/hide-update-reminder/">Detail</a></p>
<p>If you want to display notifications to your user when you update something or when you wish to make an announcement. The plugin<br />
&#8220;<strong><a href="http://codecanyon.net/item/wp-update-notifier/134250?ref=wparena" target="_blank">WP update notifier</a></strong>&#8220; is simple yet effective and extremely usefull.</p>
<h2><a href="http://wordpress.org/extend/plugins/disable-wordpress-core-update/" target="_blank">Disable WordPress Core Update</a></h2>
<p>Completely disables the core update checking system in WordPress. The plugin prevents WordPress from checking for updates, and prevents any notifications from being displayed in the admin area. Ideal for administrators of multiple WordPress installations.</p>
<p><a href="http://wordpress.org/extend/plugins/disable-wordpress-core-update/" target="_blank">Detail</a></p>
<p>Related posts:<ol>
<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/how-to/how-to-find-remove-and-protect-wordpress-site-from-malware/' rel='bookmark' title='How to Find, Remove and Protect WordPress Site from Malware'>How to Find, Remove and Protect WordPress Site from Malware</a></li>
<li><a href='http://wparena.com/how-to/how-to-solve-wordpress-error-warning-cannot-modify-header-information-headers-already-sent-by/' rel='bookmark' title='How to Solve WordPress Error: Warning: Cannot modify header information &#8211; headers already sent by()'>How to Solve WordPress Error: Warning: Cannot modify header information &#8211; headers already sent by()</a></li>
<li><a href='http://wparena.com/how-to/how-to-change-wordpress-login-page/' rel='bookmark' title='How to Change WordPress Login Page'>How to Change WordPress Login Page</a></li>
<li><a href='http://wparena.com/how-to/how-to-remove-error-creating-wordpress-plugin-without-login/' rel='bookmark' title='How to remove error creating WordPress Plugin without Login'>How to remove error creating WordPress Plugin without Login</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-hide-or-remove-the-wordpress-upgrade-message-in-the-dashboard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Enable Posting and Editing From the WordPress Front-End</title>
		<link>http://wparena.com/how-to/how-to-enable-posting-and-editing-from-the-wordpress-front-end/</link>
		<comments>http://wparena.com/how-to/how-to-enable-posting-and-editing-from-the-wordpress-front-end/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 19:13:47 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[vote]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=11981</guid>
		<description><![CDATA[If you are running a blog on WordPress than you should convert it into a community blog by allowing your visitors to participate on your blog. There are mainly two ways that you can use to run a social friendly blog. Firstly, Allow them to make a post or share a news on your blog [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/wordpress-posting-tools-vs-third-party-posting-tools-plugins-and-browser-extensions/' rel='bookmark' title='WordPress Posting Tools vs. Third-party Posting Tools, Plugins and Browser Extensions'>WordPress Posting Tools vs. Third-party Posting Tools, Plugins and Browser Extensions</a></li>
<li><a href='http://wparena.com/how-to/how-to-localize-wordpress-themes-plugins-and-front-end/' rel='bookmark' title='How to Localize WordPress Themes, Plugins and Front-end'>How to Localize WordPress Themes, Plugins and Front-end</a></li>
<li><a href='http://wparena.com/themes/create-your-own-wordpress-theme-with-wp-paintbrush-front-end-editor/' rel='bookmark' title='Create your own WordPress Theme with WP Paintbrush Front end Editor'>Create your own WordPress Theme with WP Paintbrush Front end Editor</a></li>
<li><a href='http://wparena.com/how-to/how-to-enable-multi-site-feature-in-wordpress-3-0/' rel='bookmark' title='How to enable Multi Site feature in WordPress 3.0?'>How to enable Multi Site feature in WordPress 3.0?</a></li>
<li><a href='http://wparena.com/how-to/how-to-create-enable-and-edit-menus-in-wordpress-3-0/' rel='bookmark' title='How to Create, Enable  and Edit Menus in WordPress 3.0'>How to Create, Enable  and Edit Menus in WordPress 3.0</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are running a blog on WordPress than you should convert it into a community blog by allowing your visitors to participate on your blog. There are mainly two ways that you can use to run a <a href="https://www.e-junkie.com/ecom/gb.php?ii=987956&amp;c=ib&amp;aff=107974&amp;cl=44130">social friendly blog</a>. Firstly, Allow them to make a post or share a news on your blog from the Front end. Secondly, Allow them to vote on blog&#8217;s content.</p>
<h2>WordPress Plugins for Front end posting and Editing</h2>
<p>For those who are not familiar with WordPress dashboard, for guest writers, authors, WordPress have the capabilities to make a post and to edit it from front end. Lost of users find it difficult and often give up on posting. So its very necessary for those sites which heavily relay on user-generated content,  such as reviews or community news, can be a formidable challenge. I’ve complied a list of plugins that will help to virtually eliminate this problem.</p>
<h2><a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=107974">Gravity Forms</a></h2>
<p><a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=107974"><img class="alignnone size-medium wp-image-11988" title="GravityForms" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/12/GravityForms-620x258.jpg" alt="" width="620" height="258" /></a></p>
<p>This plugin allows users to automatically create a post, among many other things. When added to a form, the post fields create a post when the form is submitted. It’s great for user-submitted stories, job postings, directories, etc. and comes with professional support.</p>
<p><a href="hhttps://www.e-junkie.com/ecom/gb.php?cl=54585&amp;c=ib&amp;aff=107974">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/post-from-site/">Post From Site</a></h2>
<p><a href="http://wordpress.org/extend/plugins/post-from-site/"><img class="alignnone size-medium wp-image-11982" title="from-front-site" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/12/from-front-site-620x350.png" alt="" width="620" height="350" /></a></p>
<p>This new wordpress plugin allows you to post straight from your front-end (i.e. website) &#8211; perfect for a quick update! Also useful if you have multiple users and don’t need them to see the admin side of things. It creates a link on your website which, when clicked, will bring up a simple text-box. Users can enter a post title (required), content (also required), add categories and tags (including created new ones), and upload images. Images can be placed in your post with custom tags (<code>[!--image1--]</code>), or all appended to the end of the post.</p>
<h2><a href="http://wordpress.org/extend/plugins/front-end-editor/">Front-end Editor</a></h2>
<p><a href="http://wordpress.org/extend/plugins/front-end-editor/"><img class="alignnone size-medium wp-image-11985" title="Front-end Editor" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/12/Front-end-Editor2-620x423.png" alt="" width="620" height="423" /></a></p>
<p>Front-end Editor is a plugin that lets you make changes to your content<em>directly</em> from your site. No need to load the admin backend just to correct a typo.</p>
<p><strong>Goals:</strong></p>
<ul>
<li>save as many trips to the backend as possible</li>
<li>compatible with any theme, out of the box</li>
<li>light and fast</li>
</ul>
<p>You can edit posts, pages, custom post types, comments, widgets and many<a href="http://github.com/scribu/wp-front-end-editor/wiki/List-of-editable-elements" rel="nofollow">more elements</a>.</p>
<h2><a href="http://wordpress.org/extend/plugins/quick-post-widget/">Quick Post Widget</a></h2>
<p><a href="http://wordpress.org/extend/plugins/quick-post-widget/"><img class="alignnone size-full wp-image-11986" title="Quick Post Widget" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/12/Quick-Post-Widget.gif" alt="" width="425" height="351" /></a></p>
<p>This plugin provides a widget to post directly from the frontend of your site without going into the backend. The widget optionally offers visual editing while posting from the frontend, with a bunch of features (media uploading, spellchecking, preview,&#8230;.)!<br />
Guest posting can be enabled with optional captcha security. Apart from post title, content and categories, tags, custom fields, custom taxonomies, post date and excerpt can optionally be entered. You can easily add images or video-clips to your posts without using the backend of your site.</p>
<h2><a href="http://wordpress.org/extend/plugins/inline-editor/">Inline Editor</a></h2>
<p>Adds the capacity to edit your content from the front end of your WordPress blog using the styling of your blog.</p>
<p>Using the excellent and lightweight <a title="NicEdit" href="http://nicedit.com/" rel="nofollow">NicEdit</a> WYSIWYG editor component to give you full control over the look.</p>
<p>The main advantages over editing this way over the traditional method is that you can see your content exactly how it will appear using all the styles and formatting of your WordPress template, plus it&#8217;s far more convenient this way.</p>
<h2><a href="http://wordpress.org/extend/plugins/one-quick-post/">One Quick Post</a></h2>
<p><a href="http://wordpress.org/extend/plugins/one-quick-post/"><img class="alignnone size-medium wp-image-11987" title="One Quick Post" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/12/One-Quick-Post-620x383.png" alt="" width="620" height="383" /></a></p>
<p>One Quick Post is a WordPress/<a href="http://themeforest.net/item/salutation-wordpress-buddypress-theme/548199?ref=wparena">BuddyPress</a> plugin that allows you to enable frontend posting on your blog; including for non-registered users.</p>
<h2><a href="http://wordpress.org/extend/plugins/fe-editor-inline/">FE-Editor inline</a></h2>
<p>The famous Front-end editor by scribu <a href="http://scribu.net/" rel="nofollow">http://scribu.net</a> is changed only by CSS to an real inline editor. After login into backoffice and going back to your front end you can edit your texts by double click as in scribu&#8217;s front-end editor. But now your editor panel is fixed above in your browser&#8217;s left corner and always present and the page looks as before but now you can write in it. Above that edit panel you find an edit button &#8211; if your template supplies the class post-edit-link for it &#8211; for going into backend making the job you can&#8217;t do with the small editor.</p>
<h2><a href="http://tareq.wedevs.com/2011/01/new-plugin-wordpress-user-frontend/">WP User Frontend</a></h2>
<p><a href="http://tareq.wedevs.com/2011/01/new-plugin-wordpress-user-frontend/"><img class="alignnone size-medium wp-image-11989" title="wp-user-frontend" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/12/wp-user-frontend-620x268.png" alt="" width="620" height="268" /></a></p>
<p>Some of us want something like that the subscriber/contributor will not be able to go in the wordpress backend and everything these user can control will be done from wordpress frontend.</p>
<h2>WordPress Plugins for Voting on posts</h2>
<p>Get vote on your post to get more exposer for <a href="https://www.e-junkie.com/ecom/gb.php?cl=91865&amp;c=ib&amp;aff=107974">social bookmarking</a>. All you have to do is to  give your readers the ability to rate content on your site.</p>
<h2><a href="http://codecanyon.net/item/simple-star-rating/117242?ref=wparena">Simple Star Rating</a></h2>
<p><a href="http://codecanyon.net/item/simple-star-rating/117242?ref=wparena"><img class="alignnone size-full wp-image-11990" title="Simple Star Rating" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/12/Simple-Star-Rating.jpg" alt="" width="590" height="300" /></a></p>
<p>The Simple Star Rating plugin for WordPress is a very simple-to-use star rating system that you can use anywhere in your blogs &amp; pages by clicking on an additional button integrated in your content editor.</p>
<p>Choose the number of stars, the default value, the color and the size of your rating items within the WYSIWYG editor, through a dead easy slider-based popup. Then let your visitors rate your posts, movies, recipies and more…</p>
<p><a href="http://codecanyon.net/item/simple-star-rating/117242?ref=wparena">Detail</a></p>
<h2></h2>
<h2><a href="http://codecanyon.net/item/avia-feedback-box-feature-request-system/130296?ref=wparena">Avia Feedback Box &#8211; feature request system</a></h2>
<p><a href="http://codecanyon.net/item/avia-feedback-box-feature-request-system/130296?ref=wparena"><img class="alignnone size-full wp-image-11991" title="Avia Feedback Box" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/12/Avia-Feedback-Box.jpg" alt="" width="590" height="300" /></a></p>
<p>The Avia Feedback Box is a feature request system for visitors and customers. They can suggest new ideas, vote on existing ones, and track your work progress.</p>
<p>At the beginning of each month a user/visitor get 10 votes to distribute. They can choose to use all their votes for one idea they really like, or spread them across between several ideas.</p>
<p><a href="http://codecanyon.net/item/avia-feedback-box-feature-request-system/130296?ref=wparena">Detail</a></p>
<h2><a href="http://premium.wpmudev.org/project/post-voting-plugin">Post Voting Plugin</a></h2>
<p>Gauge the popularity of your site&#8217;s content by letting your visitors or users vote on that content. Sort of like your own personal Digg or Reddit, and it&#8217;s packed with features!</p>
<h2><a href="http://codecanyon.net/item/jsocial/62281?ref=wparena">jSocial</a></h2>
<p><a href="http://codecanyon.net/item/jsocial/62281?ref=wparena"><img class="alignnone size-full wp-image-11992" title="jSocial" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/12/jSocial.jpg" alt="" width="590" height="300" /></a></p>
<p>With jSocial you can easily place social share buttons under your articles and pages on your website. This script uses the jQuery framework and works completely client side. So you can use it on static and dynamic webpages.</p>
<p><a href="http://codecanyon.net/item/jsocial/62281?ref=wparena">Detail</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/wordpress-posting-tools-vs-third-party-posting-tools-plugins-and-browser-extensions/' rel='bookmark' title='WordPress Posting Tools vs. Third-party Posting Tools, Plugins and Browser Extensions'>WordPress Posting Tools vs. Third-party Posting Tools, Plugins and Browser Extensions</a></li>
<li><a href='http://wparena.com/how-to/how-to-localize-wordpress-themes-plugins-and-front-end/' rel='bookmark' title='How to Localize WordPress Themes, Plugins and Front-end'>How to Localize WordPress Themes, Plugins and Front-end</a></li>
<li><a href='http://wparena.com/themes/create-your-own-wordpress-theme-with-wp-paintbrush-front-end-editor/' rel='bookmark' title='Create your own WordPress Theme with WP Paintbrush Front end Editor'>Create your own WordPress Theme with WP Paintbrush Front end Editor</a></li>
<li><a href='http://wparena.com/how-to/how-to-enable-multi-site-feature-in-wordpress-3-0/' rel='bookmark' title='How to enable Multi Site feature in WordPress 3.0?'>How to enable Multi Site feature in WordPress 3.0?</a></li>
<li><a href='http://wparena.com/how-to/how-to-create-enable-and-edit-menus-in-wordpress-3-0/' rel='bookmark' title='How to Create, Enable  and Edit Menus in WordPress 3.0'>How to Create, Enable  and Edit Menus in WordPress 3.0</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-enable-posting-and-editing-from-the-wordpress-front-end/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to tweak your website images for maximum SEO</title>
		<link>http://wparena.com/how-to/how-to-tweak-your-website-images-for-maximum-seo/</link>
		<comments>http://wparena.com/how-to/how-to-tweak-your-website-images-for-maximum-seo/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 15:02:36 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Photography Blog]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[SEO links]]></category>
		<category><![CDATA[SEO tips]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress SEO]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=11398</guid>
		<description><![CDATA[Most of the bloggers use images to improve the search engine optimization and to enhance the website content. And this is fact that photos and graphics bring more organic traffic to their site, specially if we are thinking about Google Image Search. Today I am explaining few basic tips and tricks, which help you to [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-manipulate-image-sizes-to-speed-up-wordpress-blog-load-times/' rel='bookmark' title='How to manipulate image sizes to speed up WordPress blog load times'>How to manipulate image sizes to speed up WordPress blog load times</a></li>
<li><a href='http://wparena.com/how-to/how-to-addshow-images-with-wp-category/' rel='bookmark' title='How to add/Show Images with WP-Category'>How to add/Show Images with WP-Category</a></li>
<li><a href='http://wparena.com/how-to/how-to-fix-wordpress-io-error-uploading-images/' rel='bookmark' title='How to Fix &#8211; WordPress IO Error uploading Images'>How to Fix &#8211; WordPress IO Error uploading Images</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-and-crop-images-and-thumbnails-in-wordpress/' rel='bookmark' title='How to Customize Thumbnail and Crop images in WordPress'>How to Customize Thumbnail and Crop images in WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-the-google-1-button-to-your-website/' rel='bookmark' title='How to Add the Google +1 Button to your Website'>How to Add the Google +1 Button to your Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Most of the bloggers use images to improve the search engine optimization and to enhance the website content. And this is fact that photos and graphics bring more organic traffic to their site, specially if we are thinking about Google Image Search.<br />
Today I am explaining few basic tips and tricks, which help you to optimize your images for Google, Bing, Yahoo and create more search engine exposure for your WordPress site.</p>
<h2>The power of image search traffic</h2>
<p>This is the great SEO opportunity to get  organic traffic from Google image search.  So, optimize the photos and graphics on your website to rank in Google Image SERPs, How to do that read a full instruction on the following link: <a href="http://wparena.com/how-to/how-to-submit-optimize-wordpress-blog-post-for-serps/">How to Submit &amp; Optimize WordPress Blog Post for SERPs</a>.</p>
<h2>Get <a href="https://www.e-junkie.com/ecom/gb.php?ii=654309&amp;c=ib&amp;aff=107974&amp;cl=75309" target="_blank">INSTANT ACCESS</a> To <span class="Apple-style-span" style="font-size: 14px; font-weight: normal;">The SEO Fast Indexer Tool Now!</span></h2>
<h2><a href="http://wparena.com/how-to/how-to-manipulate-image-sizes-to-speed-up-wordpress-blog-load-times/">How to manipulate image sizes to speed up WordPress blog load times</a></h2>
<p>Loading time of web site directly impact users and ranking position. As compare to text, images take more time to load and search engines indexed those web pages which have less load time and user spend time that give good impression to search engines. <a href="http://wparena.com/how-to/how-to-manipulate-image-sizes-to-speed-up-wordpress-blog-load-times/">Detail</a></p>
<h2>Tweaking images for better SEO</h2>
<hr />
<p><a href="http://photodune.net/item/eye/727721?ref=wparena"><img class="alignnone size-full wp-image-11400" title="photodune" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/11/photodune.jpg" alt="" width="590" height="419" /></a></p>
<p>The algorithm of Google search engine for images is very unique and well maintained to index the images. So its very important that you give useful description to avail this opportunity.</p>
<h2>Appropriate and descriptive filename</h2>
<p>Always use a relevant and descriptive filename. Avoid to use generic filenames like <strong>Image 6.jpg</strong> or <strong>IMG0015.jpg, </strong> because these are not giving you any benefit according to SEO.</p>
<p>File name <a href="http://photodune.net?ref=wparena">photodun.jpg</a>, which clearly helps the photo rank in Google Images when someone searches for the phrase “Photo dune”.</p>
<h2>Always write a good alt text</h2>
<p>Spare some time to watch this video of Matt Cutts, well explained about the alt tag is and how you should use it.<br />
<object width="600" height="415" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="https://www.youtube.com/v/3NbuDpB_BTc?version=3&amp;hl=en_GB" /><param name="allowfullscreen" value="true" /><embed width="600" height="415" type="application/x-shockwave-flash" src="https://www.youtube.com/v/3NbuDpB_BTc?version=3&amp;hl=en_GB" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<h2>Importance of captions and titles</h2>
<p><img class="alignnone size-full wp-image-11403" title="photodune-imprtance" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/11/photodune-imprtance.jpg" alt="" width="600" height="590" /></p>
<p>It is very easy for WordPress user because it will give the option to include a title and a caption when you upload images. At this time you have the option to provide descriptive information and give Google a sense of what the image is all about.</p>
<h2>Coherent the image in context</h2>
<p>Just like the the filename and alt text, Google also uses the content of the webpage to determine what an image is about. So try to make connection between images and content for better <a href="http://wparena.com/how-to/how-to-submit-optimize-wordpress-blog-post-for-serps/">SERPs</a>.</p>
<h2>Quality of the Image</h2>
<p>The quality of  images is very important, always try to use sharp, colorful and visually-rich images to get better rank and for Google SERPs.</p>
<h2>Recommended eBooks and other useful Resources:</h2>
<h2><a href="https://www.e-junkie.com/ecom/gb.php?cl=13721&amp;c=ib&amp;aff=107974" target="_blank">WordPress eBook: Success with WordPress</a></h2>
<p><a href="https://www.e-junkie.com/ecom/gb.php?cl=13721&amp;c=ib&amp;aff=107974" target="_blank"><img title="wordpress_ebook" src="http://wparena.com/wp-content/uploads/2011/03/wordpress_ebook.jpg" alt="" width="258" height="290" /></a></p>
<p>Success with WordPress is a popular WordPress eBook that covers everything from blogging with WordPress, WordPress as a Content Management System (CMS), SEO techniques, and of course how to monetize your WordPress blog with AdSense and affiliate marketing!</p>
<p><a href="https://www.e-junkie.com/ecom/gb.php?cl=13721&amp;c=ib&amp;aff=107974" target="_blank">Get eBook Success with WordPress</a></p>
<p><a href="http://wparena.com/how-to/major-and-secondary-search-engines-and-directories-to-submit-website/">Major and Secondary Search Engines and Directories to Submit Website</a><br />
<a href="http://wparena.com/how-to/how-to-manipulate-image-sizes-to-speed-up-wordpress-blog-load-times/">How to manipulate image sizes to speed up WordPress blog load times</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-manipulate-image-sizes-to-speed-up-wordpress-blog-load-times/' rel='bookmark' title='How to manipulate image sizes to speed up WordPress blog load times'>How to manipulate image sizes to speed up WordPress blog load times</a></li>
<li><a href='http://wparena.com/how-to/how-to-addshow-images-with-wp-category/' rel='bookmark' title='How to add/Show Images with WP-Category'>How to add/Show Images with WP-Category</a></li>
<li><a href='http://wparena.com/how-to/how-to-fix-wordpress-io-error-uploading-images/' rel='bookmark' title='How to Fix &#8211; WordPress IO Error uploading Images'>How to Fix &#8211; WordPress IO Error uploading Images</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-and-crop-images-and-thumbnails-in-wordpress/' rel='bookmark' title='How to Customize Thumbnail and Crop images in WordPress'>How to Customize Thumbnail and Crop images in WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-the-google-1-button-to-your-website/' rel='bookmark' title='How to Add the Google +1 Button to your Website'>How to Add the Google +1 Button to your Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-tweak-your-website-images-for-maximum-seo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Manage WordPress Users and Multiple Authors Profile</title>
		<link>http://wparena.com/showcase/how-to-manage-wordpress-users-and-multiple-authors-profile/</link>
		<comments>http://wparena.com/showcase/how-to-manage-wordpress-users-and-multiple-authors-profile/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 15:45:17 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WP Showcase]]></category>
		<category><![CDATA[Author Post]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[multiple authors]]></category>
		<category><![CDATA[WordPress list authors]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=11276</guid>
		<description><![CDATA[Running a multi-author web directory for articles, posts pages, or other content to your wordPress powered site, means you have different people writing on different topics or offering different perspective on the same topic. WordPress  designers and developers have extended the ability to manage the users and Authors by using specific themes and plugins. For example with ArticleDirectory  you can manage [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-manage-plugins-in-wordpress-multisite-network/' rel='bookmark' title='How to manage plugins in WordPress MultiSite Network'>How to manage plugins in WordPress MultiSite Network</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-author-bios-to-single-posts/' rel='bookmark' title='How to add Author Bios to Single Posts'>How to add Author Bios to Single Posts</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>
<li><a href='http://wparena.com/how-to/how-to-manage-autosave_interval-in-wordpress/' rel='bookmark' title='How to Manage AUTOSAVE_INTERVAL in WordPress'>How to Manage AUTOSAVE_INTERVAL in WordPress</a></li>
<li><a href='http://wparena.com/tools/gives-users-the-ability-to-comment-via-facebook-twitter-google-or-wordpress-ids/' rel='bookmark' title='Gives users the ability to comment via Facebook, Twitter, Google or WordPress IDs.'>Gives users the ability to comment via Facebook, Twitter, Google or WordPress IDs.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Running a multi-author web directory for articles, posts pages, or other content to your wordPress powered site, means you have different people writing on different topics or offering different perspective on the same topic. WordPress  designers and developers have extended the ability to manage the users and Authors by using specific <a href="http://wparena.com/themeforest" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest';return true;" onmouseout="self.status=''">themes</a> and plugins. For example with <a href="http://templatic.com/members/go.php?r=15004&amp;i=l58">ArticleDirectory</a>  you can manage your article site with the power of WordPress and it will let your users submit articles, featured articles and do the Advanced Search and do lot more with this advanced theme but still you need to manage authors and co-authors.</p>
<p>And with <a href="http://codecanyon.net/item/article-manager-module-for-cms-pro/591229?ref=wparena">Article Manager Module for CMS pro</a> plugin! Article Manager is a CMS pro! premium module designed to enable you to create unique Blogs/Articles/News items.</p>
<p>Today we are compiling some WordPress plugins and explaining some tips and tricks for managing a multi-author web site by using WordPress.<br />
<a href="http://www.shareasale.com/r.cfm?b=202503&amp;u=446130&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank"><img src="http://www.shareasale.com/image/24570/468x60.png" alt="Thesis Theme for WordPress:  Options Galore and a Helpful Support Community" border="0" /></a></p>
<h2>How To Create An Authors Page</h2>
<hr />
<p>If your theme do not come with authors page, you have to create one for that. In this case WordPress will look for an archives.php template or an index.php template and the summary of an authors posts would be display in the same way that monthly and category archives are displaying.</p>
<p>In the following list of tutorials you will find how to Create a Kickass WordPress Authors Page.</p>
<h2><a href="http://wpsplash.com/how-to-create-a-wordpress-authors-page/">How to Create a Kickass WordPress Authors Page</a></h2>
<p>He has written a flexible <a href="http://codex.wordpress.org/Stepping_Into_Templates">WordPress page template</a> that will support most <a href="http://wparena.com/themeforest-wordpress" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-wordpress';return true;" onmouseout="self.status=''">themes</a>. You can <a href="http://wpsplash.com/wp-content/uploads/2010/03/authors.zip">download</a> the page template and this template lists all authors ordered by author ID. The format of a listing is author name followed by author description and <a href="http://www.gravatar.com/">gravatar</a> which is followed by a link to recent post and finally links to social media profiles. The page template supports twitter, facebook, linkedin, digg and flickr.</p>
<h2><a href="http://www.wpmods.com/how-to-create-an-authors-page/">How To Create An Authors Page</a></h2>
<p><a title="Posts by Kevin Muldoon" href="http://www.wpmods.com/author/system0/" rel="author">Kevin Muldoon</a> explain step by step how to create and embed it into your theme. If you have multi authors blog, you will get more detail about creating a dedicated authors page for them in order to give them more exposure.</p>
<h2><a title="Permanent Link to Add More Social Network Handles To Your WordPress Author Profile" href="http://wpaddict.net/add-more-social-network-handles-to-your-author-profile/" rel="bookmark">Add More Social Network Handles To Your WordPress Author Profile</a></h2>
<blockquote><p>The authoer’s page by default only allows you to put just enough information up. For those who utilize their authors.php page, they can add more things like your Twitter and Facebook profile to their author profile and not have to even alter the core of their site. You can even add more than that.</p></blockquote>
<h2><a href="http://wpaddict.net/creating-a-simple-author-profile-page-in-wordpress/">Creating A Simple Author Profile Page In WordPress</a></h2>
<blockquote><p>You want it styles somewhat similar to your other pages, but you can add the following and style it according to your own template. The code contains the gravatar, 3 different social network handles, and a simple listing of the author’s posts. You can customize it to display excerpts, display excerpts with thumbnails, full posts, and more.</p></blockquote>
<h2><a href="http://marketplace.tutsplus.com/item/custom-portfolio-page-for-your-wordpress-theme/127793?ref=wparena">Custom Portfolio Page For Your WordPress Theme</a></h2>
<p>Whether you’re modifying an existing wp theme, or building a new one, this easy to follow tutorial will allow you to add the commonly used Portfolio/Gallery Page to your website. You can also use this same method to create other custom pages &amp; custom categories (category-x.php) to display “WP Custom Post Types” in categories of your choosing.</p>
<h2><a href="http://wparena.com/how-to/how-to-add-author-bios-to-single-posts/">How to add Author Bios to Single Posts</a></h2>
<p>For the Multi-author sites, WordPress has built-in functionality to display Author Bios to single post, and there are some plugins to help as well. There are three thinks that we need to get to display Author Bios: <a href="http://wparena.com/how-to/how-to-add-author-bios-to-single-posts/">Detail</a></p>
<h2><a href="http://wparena.com/how-to/how-to-display-author-photo-in-wordpress-post-and-comments-using-gravatar/">How To Display Author Photo In WordPress Post and comments Using Gravatar</a></h2>
<p>Your Gravatar is an image that follows you from site to site appearing beside your name when you do things like comment or post on a blog. Avatars help identify your posts on blogs and web forums. It is a service by Automattic, and stores “avatar” or profile, images link to an email address on its servers. Once you upload an image on Gravatar server, it will display on any site that supports Gravatar across the Internet. Gravatar is a widely supported service used by many social media sites.</p>
<h2><a href="http://www.wpbeginner.com/plugins/21-great-plugins-to-manage-multi-author-blogs-efficiently-and-successfully/">Great Plugins to Manage Multi-Author Blogs Efficiently</a></h2>
<blockquote><p>Multi-Author Blogs are a popular trend that is spreading rapidly in the blogging industry. It is getting hard to keep up with the fresh content for one man bloggers therefore more and more blogs are now seeking for guest authors, co-authors, and multi-authors.</p></blockquote>
<h2><a href="http://www.hongkiat.com/blog/35-tips-tricks-to-manage-and-handle-multi-author-blogs/">Tips Tricks To Manage And Handle Multi-Author Blogs</a></h2>
<p>Luckily there are lots of WordPress plugins and resources out there to help owners and administrators to manage co-authors. If you are planning to turn your blog into a multi-author blog, here’s <strong><a href="http://www.hongkiat.com/blog/35-tips-tricks-to-manage-and-handle-multi-author-blogs/">35 Tips Tricks To Manage and Handle Multi-Author Blogs</a></strong> you might want to check out.</p>
<p><a href="http://www.gadgetcage.com/10-must-have-plugins-if-you-have-multiple-authors-in-wordpress/">Must have Plugins if You have Multiple Authors in WordPress</a></p>
<h2>Managing a Multi-Author Site</h2>
<hr />
<p>There are many tools available to assist you in managing a multi-author site, as well as making your site more interactive by adding some features, By using these tools on your site you can make more rewarding and satisfying experience not only for you and your readers, but for your authors, as well.</p>
<h2>Tools that help authors communicate</h2>
<p>By Communicating on a multi-author site, co-authors can share information about their articles and thoughts with each others. Use the following tools to help you manage the flow of communication between everyone involved:</p>
<h2><a href="http://wordpress.org/extend/plugins/wp-status-notifier/">WP Status Notifier</a></h2>
<p>WP Status Notifier will send a notification to given email address(es) of posts pending review by contributors. It can also optionally notify the contributors when their post is accepted or rejected. WP Status Notifier is useful for moderation in blogs with multiple contributors.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-status-notifier/">Download</a></p>
<h2><a href="http://codecanyon.net/item/simple-private-message-system/104565?ref=wparena">Simple Private Message System</a></h2>
<p>PMS is a very simple php private messaging system, which can be used for communication. It can be integrated into your existing application.<br />
Using PMS to enhance your application, it enables users on your site to send private messages to each other, which will greatly increase the sociability of your site.</p>
<p><a href="http://codecanyon.net/item/simple-private-message-system/104565?ref=wparena">Detail</a></p>
<p><a style="font-size: 20px; font-weight: bold;" href="http://wordpress.org/extend/plugins/editorial-calendar/">Editorial Calendar</a></p>
<p>The editorial calendar gives you an overview of your blog and when each post will be published. You can drag and drop to move posts, edit posts right in the calendar, and manage your entire blog.</p>
<p>Try the calendar before you install it. Check out the demo installation at <a href="http://www.zackgrossbart.com/extras/sandbox/wp-admin/edit.php?page=cal">Zack&#8217;s WordPress Sandbox</a>.</p>
<p><a href="http://wordpress.org/extend/plugins/editorial-calendar/">Download</a></p>
<h2><a href="http://wordpress.org/extend/plugins/email-users/">Email Users</a></h2>
<blockquote><p>A plugin for wordpress which allows you to send an email to the registered blog users. Users can send personal emails to each other. Power users can email groups of users and even notify group of users of posts.</p></blockquote>
<p>All the instructions for installation, the support forums, a FAQ, etc. can be found on the <a href="http://www.marvinlabs.com/">plugin home page</a>.</p>
<p><a href="http://wordpress.org/extend/plugins/email-users/">Download</a></p>
<h2><a href="http://codecanyon.net/item/wordpress-email-newsletter-plugin/149180?ref=wparena">WordPress Email Newsletter Plugin</a></h2>
<p><a href="http://codecanyon.net/item/wordpress-email-newsletter-plugin/149180?ref=wparena"><img class="alignnone size-full wp-image-11297" title="wp-newsletter" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/wp-newsletter.jpg" alt="" width="590" height="300" /></a></p>
<p>The email newsletter plugin is an advanced bulk emailer designed especially for WordPress 3. It is very easy to use and feature rich. Heaps of features which allow you to quickly send professional newsletters to your existing wordpress user database.</p>
<p><a href="http://codecanyon.net/item/wordpress-email-newsletter-plugin/149180?ref=wparena">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/subscribe-to-author-posts-feed/">Subscribe To Author Posts Feed</a></h2>
<p><a href="http://wordpress.org/extend/plugins/subscribe-to-author-posts-feed/"><img class="alignnone size-full wp-image-11298" title="subscribe" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/subscribe.png" alt="" width="500" height="183" /></a></p>
<p>This plugin adds links after the posts for subscribing to the post author&#8217;s posts feed via RSS. So if there are several authors in the blog, but a visitor wishes to subscribe just an author posts feed, this plugin gives that possibility to do it.</p>
<p><a href="http://wordpress.org/extend/plugins/subscribe-to-author-posts-feed/">Download</a></p>
<h2><a href="http://codecanyon.net/item/notification-messages/53774?ref=wparena">Notification messages</a></h2>
<p>jNotice is the plugin for you, if you like to use some nifty popup’s on your websites or applications. This plugin is very customizable because you can select a div that you want to use as popup. In this div you can place whatever content you want.</p>
<p><a href="http://codecanyon.net/item/notification-messages/53774?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/wpd-subscription-addon/701979?ref=wparena">WPD subscription add-on</a></h2>
<p><a href="http://codecanyon.net/item/wpd-subscription-addon/701979?ref=wparena"><img class="alignnone size-full wp-image-11299" title="subscription" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/subscription.jpg" alt="" width="590" height="300" /></a></p>
<p>This WPD subscription add-on is for you If you wish to run a premium membership on your blog. You can run unlimited types of subscriptions (silver, gold, sponsors,donators, beta tester,&#8230;.) and display specific content to them.</p>
<p><a href="http://codecanyon.net/item/wpd-subscription-addon/701979?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/ku2d-keep-up-to-date/78879?ref=wparena">ku2d &#8211; Keep up to date</a></h2>
<p>KU2D allows you to offer a simple way to inform your clients (subscribers) about updates of one of your releases. You can use it for events, parties, new product, &#8230; too.</p>
<p><a href="http://codecanyon.net/item/ku2d-keep-up-to-date/78879?ref=wparena">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/dashboard-notepad/">Dashboard Notepad</a></h2>
<p><a href="http://wordpress.org/extend/plugins/dashboard-notepad/"><img class="alignnone size-medium wp-image-11300" title="Dashboard Notepad" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Dashboard-Notepad-620x317.png" alt="" width="620" height="317" /></a></p>
<p>This dashboard widget provides a simple notepad. The widget settings allow you to choose which roles can edit the notes, and which roles can merely read them. Version 1.30 also adds support for custom roles and integrates with the<a href="http://wordpress.org/extend/plugins/members/">Members plugin</a> for role settings.</p>
<p><a href="http://wordpress.org/extend/plugins/dashboard-notepad/">Download</a></p>
<h2>Tools to promote author profiles</h2>
<p>This is very difficult task to promote your blog, One way to operate a successful multi-author blog involves taking every opportunity to promote your authors and their information as much as possible.<br />
This list give you tools to promote authors bios, links, social network feeds, and more:</p>
<h2><a href="http://codecanyon.net/item/wordpress-profile-manager/161176?ref=wparena">WordPress Profile Manager</a></h2>
<p><a href="http://codecanyon.net/item/wordpress-profile-manager/161176?ref=wparena"><img class="alignnone size-full wp-image-11301" title="WordPress-Profile-Manager" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/WordPress-Profile-Manager.jpg" alt="" width="590" height="300" /></a></p>
<p>The WordPress Profile Manager allows you to create custom fields for your users. You can create text fields, text area’s and drop down menu’s with the drag and drop interface within 5 seconds.</p>
<h2>Features</h2>
<ul>
<li>Create custom fields, text area’s and drop down menu’s.</li>
<li>Beautiful user interface</li>
<li>On the fly validation with jQuery</li>
<li>Written in OOP</li>
<li>Very easy to use</li>
<li>Drag &amp; Drop interface</li>
<li>AJAX Based</li>
<li>Use the native WordPress the_author_meta function to retrieve the custom author profile fields</li>
</ul>
<p><a href="http://codecanyon.net/item/wordpress-profile-manager/full_screen_preview/161176?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/wordpress-profile-manager/161176?ref=wparena">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/list-authors/">List Authors</a></h2>
<p>A widget to display a list of authors in your WordPress blog. Includes widget options to configure the features mentioned below. Completely updated to use the new widget API and is multi-widget enabled. Fully XHTML compliant.</p>
<p><a href="http://wordpress.org/extend/plugins/list-authors/">Download</a></p>
<h2><a href="http://wordpress.org/extend/plugins/profile-pic/">Profile Pic</a></h2>
<p>This plugin allows authors to add a picture to their profile and helps automate the process of displaying author profiles.</p>
<p><a href="http://wordpress.org/extend/plugins/profile-pic/">Download</a></p>
<h2><a href="http://wordpress.org/extend/plugins/author-profile/">Author Spotlight (Widget)</a></h2>
<p>To display a custom photograph with the Author&#8217;s Profile please install the <a title="User Photo WordPress plugin" href="http://wordpress.org/extend/plugins/user-photo/">User Photo</a>. In absence of this plugin the &#8216;Author Spotlight&#8221; widget will fall-back to displaying the Gravatar associated with the user. If your posts have multiple authors you may use the <a title="Co-Authors Plus WordPress plugin" href="http://wordpress.org/extend/plugins/co-authors-plus/">Co-Authors Plus</a>, the widget will display all the author profiles one below another for such posts.</p>
<p><a href="http://wordpress.org/extend/plugins/author-profile/">Download</a></p>
<h2><a href="http://wordpress.org/extend/plugins/author-based-twitter-widget/">Author Based Twitter Widget</a></h2>
<p>This plugin will allow all authors to have their own tweets shown on in the widget area of their posts, by adding it to their profiles. That way any multi-author blog can let their bloggers promote their own twitter account and not a joint account.</p>
<p><a href="http://wordpress.org/extend/plugins/author-based-twitter-widget/">Download</a></p>
<h2><a href="http://codecanyon.net/item/user-messenger/224482?ref=wparena">User Messenger</a></h2>
<p>User Messenger provides a simple method of integrating a member system into a new or existing site with the ability for users to send messages to one another. The script features a CMS / admin panel to manage users &amp; site settings as well as all of the scripts needed to let users register with and login to your site.</p>
<p><a href="http://codecanyon.net/item/user-messenger/224482?ref=wparena">Detail</a></p>
<h2>Tools to manage multi-author blog posts</h2>
<p>By using these plugins, you can manage your group of authors, can track users&#8217; activity, list their posts, and stay up-to-date and notified when your authors publish new content:</p>
<h2><a href="http://codecanyon.net/item/authors-widget-wordpress-premium-plugin/327923?ref=wparena">Authors Widget &#8211; WordPress Premium Plugin</a></h2>
<p><a href="http://codecanyon.net/item/authors-widget-wordpress-premium-plugin/327923?ref=wparena"><img class="alignnone size-full wp-image-11302" title="Authors-Widget-WordPress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Authors-Widget-WordPress.jpg" alt="" width="590" height="300" /></a></p>
<p>This widget show your site authors with details description and avatar. Widget can be used multiple of times even in one sidebar area.</p>
<p><a href="http://codecanyon.net/item/authors-widget-wordpress-premium-plugin/327923?ref=wparena">Download</a></p>
<h2><a href="http://wordpress.org/extend/plugins/co-authors-plus/">Co-Authors Plus</a></h2>
<p>This plugin is an almost complete rewrite of the Co-Authors plugin originally developed at <a href="http://www.shepherd-interactive.com/">Shepherd Interactive</a>.</p>
<p>Allows multiple authors to be assigned to a Post, Pages, or Custom Post Types via the search-as-you-type inputs. Co-authored posts appear on a co-author&#8217;s posts page and feed. New template tags allow listing of co-authors. Editors and Administrators may assign co-authors to a post. Additionally, co-authors may edit the posts they are associated with, and co-authors who are contributors may only edit posts if they have not been published (as is usual).</p>
<p><a href="http://wordpress.org/extend/plugins/co-authors-plus/">Download</a></p>
<h2><a href="http://wordpress.org/extend/plugins/author-complete-post-list/">Author Complete Post List</a></h2>
<p>Provides an easy way to display the complete list of the an author&#8217;s posts, including the posts where he&#8217;s also co-author. It solves two problems with the author page:</p>
<ol>
<li>It displays all the posts from the author despite any pre-definition of the maximum number of posts to be displayed.</li>
<li>It counts the posts where the user is co-author, even if he&#8217;s not the original poster.</li>
</ol>
<p><a href="http://wordpress.org/extend/plugins/author-complete-post-list/">Download</a></p>
<h2><a href="http://codecanyon.net/item/advanced-blog-authors-widget/403721?ref=wparena">Advanced Blog Authors Widget</a></h2>
<p><a href="http://codecanyon.net/item/advanced-blog-authors-widget/403721?ref=wparena"><img class="alignnone size-full wp-image-11303" title="authors-widget" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/authors-widget.png" alt="" width="590" height="300" /></a></p>
<p>This plugin provides an advanced widget that allows you to display your blog authors in any widgetized sidebar. It includes the abilities to display author gravatars, author URLS , post counts, and bios.</p>
<p><a href="http://codecanyon.net/item/advanced-blog-authors-widget/403721?ref=wparena">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/custom-author-byline/">Custom Author Byline</a></h2>
<p>Lots of folks using WordPress sites with multiple authors may run into this problem. You want to attribute correct credit to the writer/author of the article, but not give out access to your WordPress install.</p>
<p><a href="http://wordpress.org/extend/plugins/custom-author-byline/">Download</a></p>
<h2><a href="http://wordpress.org/extend/plugins/wp-pending-post-notifier/">WP Pending Post Notifier</a></h2>
<p><a href="http://wordpress.org/extend/plugins/wp-pending-post-notifier/"><img class="alignnone size-full wp-image-11304" title="WP-Pending-Post-Notifier" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/WP-Pending-Post-Notifier.jpg" alt="" width="600" height="174" /></a></p>
<p>WP Pending Post Notifier will send a notification to given email address of posts pending review by contributors. It can also optionally notify the contributors when their post is accepted or rejected. WP Status Notifier is useful for moderation in blogs with multiple contributors.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-pending-post-notifier/">Download</a></p>
<h2><a href="http://wordpress.org/extend/plugins/audit-trail/">Audit Trail</a></h2>
<p><a href="http://wordpress.org/extend/plugins/audit-trail/"><img class="alignnone size-full wp-image-11305" title="Audit-Trail" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Audit-Trail.png" alt="" width="540" height="90" /></a></p>
<p>Audit Trail is a plugin to keep track of what is going on inside your blog. It does this by recording certain actions (such as who logged in and when) and storing this information in the form of a log. Not only that but it records the full contents of posts (and pages) and allows you to restore a post to a previous version at any time.</p>
<p><a href="http://wordpress.org/extend/plugins/audit-trail/">Download</a></p>
<h2><a href="http://codecanyon.net/item/user-profile-widget-for-wordpress-about-me/500932?ref=wparena">User Profile Widget for WordPress &#8211; About Me</a></h2>
<p><a href="http://codecanyon.net/item/user-profile-widget-for-wordpress-about-me/500932?ref=wparena"><img class="alignnone size-full wp-image-11306" title="WordPress-About-Me" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/WordPress-About-Me.jpg" alt="" width="590" height="300" /></a></p>
<p>About Me is a plugin for WordPress that creates a new widget to display your user profile and latest tweets. Let your visitors and users know who is behind your site or give a quick explanation about what your site is and what it can do for your users.</p>
<p><a href="http://codecanyon.net/item/user-profile-widget-for-wordpress-about-me/500932?ref=wparena">Detail</a></p>
<h2><a href="http://wparena.com/themeforest-AmplifyBusinp" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinp';return true;" onmouseout="self.status=''">Themes</a> With Authors Profile</h2>
<hr />
<h2><a href="http://www.mojo-themes.com/item/primefolio-wordpress-theme/?r=wparena">Primefolio – WordPress Theme</a></h2>
<p><a href="http://www.mojo-themes.com/item/primefolio-wordpress-theme/?r=wparena"><img class="alignnone size-full wp-image-11309" title="Magento-WordPress-Integration" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Magento-WordPress-Integration.jpg" alt="" width="600" height="340" /></a></p>
<p>This is a minimalistic yet feature rich wordpress theme. The theme packs in features like custom post types, taxonomies, custom <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">templates</a>, filterable portfolio, built in contact page, shortcodes, theme options etc. More features of the theme are listed below.<br />
<a href="http://www.mojo-themes.com/item/primefolio-wordpress-theme/demo/?r=wparena"> Live preview</a> | <a href="http://www.mojo-themes.com/item/primefolio-wordpress-theme/?r=wparena">Detail</a></p>
<h2><a href="http://themeforest.net/item/the-novelist-responsive-wp-theme-for-writers/526345?ref=wparena">The Novelist: Responsive WP Theme for Writers</a></h2>
<p><a href="http://themeforest.net/item/the-novelist-responsive-wp-theme-for-writers/526345?ref=wparena"><img class="alignnone size-full wp-image-11310" title="Novelist-WP-Theme-Writers" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Novelist-WP-Theme-Writers.jpg" alt="" width="590" height="300" /></a></p>
<p>This theme is built for the serious writers looking to showcase their talents. ‘The Novelist’ is a premier <strong>RESPONSIVE </strong><a href="http://wparena.com/MOJOThemes-portfolioThemes" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/MOJOThemes-portfolioThemes';return true;" onmouseout="self.status=''">portfolio theme</a> for authors and/or copy writers. Content is king people.</p>
<p><a href="http://themeforest.net/item/the-novelist-responsive-wp-theme-for-writers/full_screen_preview/526345?ref=wparena">Live preview</a> | <a href="http://themeforest.net/item/the-novelist-responsive-wp-theme-for-writers/526345?ref=wparena">Detail</a></p>
<h2><a href="http://themeforest.net/item/reviewer-wp-theme-for-entertainment-reviews/333009?ref=wparena">Reviewer &#8211; WP Theme for Entertainment Reviews</a></h2>
<p><a href="http://themeforest.net/item/reviewer-wp-theme-for-entertainment-reviews/333009?ref=wparena"><img class="alignnone size-full wp-image-11311" title="Reviewer-WP-Theme" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Reviewer-WP-Theme.jpg" alt="" width="590" height="300" /></a></p>
<p>Reviewer is a WordPress theme built for one purpose: writing reviews. Whether it’s reviews for movies or TV shows, Reviewer can handle it.</p>
<p><a href="http://themeforest.net/item/reviewer-wp-theme-for-entertainment-reviews/full_screen_preview/333009?ref=wparena">Live preview</a> | <a href="http://themeforest.net/item/reviewer-wp-theme-for-entertainment-reviews/333009?ref=wparena">Detail</a></p>
<h2><a href="http://themeforest.net/item/synoptic-premium-wordpress-template/234600?ref=wparena">Synoptic Premium WordPress Template</a></h2>
<p><a href="http://themeforest.net/item/synoptic-premium-wordpress-template/234600?ref=wparena"><img class="alignnone size-full wp-image-11312" title="Synoptic-WordPress-Template" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Synoptic-WordPress-Template.png" alt="" width="590" height="300" /></a></p>
<p><a href="http://themeforest.net/item/synoptic-premium-wordpress-template/full_screen_preview/234600?ref=wparena">Live preview</a> | <a href="http://themeforest.net/item/synoptic-premium-wordpress-template/234600?ref=wparena">Detail</a></p>
<p><a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4667_0_1_7" target="_blank"><img src="http://www.elegantthemes.com/affiliates/banners/468x60.gif" alt="" width="468" height="60" border="0" /></a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-manage-plugins-in-wordpress-multisite-network/' rel='bookmark' title='How to manage plugins in WordPress MultiSite Network'>How to manage plugins in WordPress MultiSite Network</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-author-bios-to-single-posts/' rel='bookmark' title='How to add Author Bios to Single Posts'>How to add Author Bios to Single Posts</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>
<li><a href='http://wparena.com/how-to/how-to-manage-autosave_interval-in-wordpress/' rel='bookmark' title='How to Manage AUTOSAVE_INTERVAL in WordPress'>How to Manage AUTOSAVE_INTERVAL in WordPress</a></li>
<li><a href='http://wparena.com/tools/gives-users-the-ability-to-comment-via-facebook-twitter-google-or-wordpress-ids/' rel='bookmark' title='Gives users the ability to comment via Facebook, Twitter, Google or WordPress IDs.'>Gives users the ability to comment via Facebook, Twitter, Google or WordPress IDs.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/showcase/how-to-manage-wordpress-users-and-multiple-authors-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Localize WordPress Themes, Plugins and Front-end</title>
		<link>http://wparena.com/how-to/how-to-localize-wordpress-themes-plugins-and-front-end/</link>
		<comments>http://wparena.com/how-to/how-to-localize-wordpress-themes-plugins-and-front-end/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 19:01:19 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Front-end]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Localize WordPress]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=11239</guid>
		<description><![CDATA[For WordPress developers and designers to create a website powered by WordPress for non English clients is very easy. All you have to install the plugin like WordPress CML  from Codecanyon and The WordPress Multilingual Plugin from ICanLocalize. If you want to put some effort in it than read these articles Localizing WordPress Themes and Plugins and How to Convert WordPress in [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-convert-wordpress-in-your-language/' rel='bookmark' title='How to Convert WordPress in Your Language'>How to Convert WordPress in Your Language</a></li>
<li><a href='http://wparena.com/freebies/free-download-plugins-and-themes-from-wordpress-multi-site-user-wpmu/' rel='bookmark' title='Free Download Plugins and Themes From WordPress Multi Site User (WPMU)'>Free Download Plugins and Themes From WordPress Multi Site User (WPMU)</a></li>
<li><a href='http://wparena.com/how-to/how-to-embed-media-to-wordpress-responsive-themes/' rel='bookmark' title='How to embed media to WordPress Responsive Themes'>How to embed media to WordPress Responsive Themes</a></li>
<li><a href='http://wparena.com/how-to/how-to-enable-posting-and-editing-from-the-wordpress-front-end/' rel='bookmark' title='How to Enable Posting and Editing From the WordPress Front-End'>How to Enable Posting and Editing From the WordPress Front-End</a></li>
<li><a href='http://wparena.com/showcase/best-premium-wordpress-plugins-and-themes/' rel='bookmark' title='Best Premium WordPress Plugins and Themes'>Best Premium WordPress Plugins and Themes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For WordPress developers and designers to create a website powered by WordPress for non English clients is very easy. All you have to install the plugin like <a href="http://codecanyon.net/item/wordpress-cml/162271?ref=wparena">WordPress CML </a> from <a href="http://codecanyon.net/?ref=wparena">Codecanyon</a> and The WordPress <a href="http://wpml.org/">Multilingual Plugin</a> from <a href="http://www.icanlocalize.com/my/invite/18612">ICanLocalize</a>. If you want to put some effort in it than read these articles <a href="http://urbangiraffe.com/articles/localizing-wordpress-themes-and-plugins/">Localizing WordPress Themes and Plugins</a> and <a href="http://wparena.com/how-to/how-to-convert-wordpress-in-your-language/">How to Convert WordPress in Your Language</a>.</p>
<p><a href="http://www.mojo-themes.com/?r=wparena" target="_blank"><img title="MOJO Themes 468x60" src="http://www.mojo-themes.com/wp-content/uploads/2011/04/mojo-468x60.jpg" alt="" width="468" height="60" /></a></p>
<blockquote><p>The WordPress community has already translated WordPress into many languages, and there are <a href="http://wparena.com/themeforest-sensation" rel="nofollow">Themes</a>, translation files, and support available in many other languages. <a href="http://wparena.com/how-to/how-to-convert-wordpress-in-your-language/">Detail</a></p></blockquote>
<h2><a href="http://codecanyon.net/item/wordpress-cml/162271?ref=wparena">WordPpress CML</a></h2>
<p><a href="http://codecanyon.net/item/wordpress-cml/162271?ref=wparena"><img class="alignnone size-medium wp-image-11245" title="Wordpress-CML" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Wordpress-CML-620x377.jpg" alt="" width="620" height="377" /></a></p>
<p>A suite of wordpress plugins that cater for corporate multi-lingual websites. It allows specific country level user control, a detailed post revision mechanism and a host of other features.<br />
You can: Set up the plugin with all the countries you want posts / pages translated into. Designate users as specific country level users, giving them access to only translate their own language. Allow a page / post to be published, while a newer version of the page is worked on in the background.</p>
<p><a href="http://codecanyon.net/item/wordpress-cml/162271?ref=wparena">Detail</a></p>
<h2><a href="http://www.icanlocalize.com/my/invite/18612">The WordPress Multilingual Plugin</a></h2>
<p><img class="alignnone size-medium wp-image-11246" title="pages-list" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/pages-list-620x467.png" alt="" width="620" height="467" /></p>
<p>WPML makes it easy to run a multilingual website with a single WordPress install. Choose languages for your site and start translating content.</p>
<p>The default install comes with over 40 languages. You can also add your own language variants (like Canadian French or Mexican Spanish) using WPML’s languages editor.</p>
<p>You can arrange different language contents in the same domain (in language directories), in sub-domains or in completely different domains.</p>
<p><a href="http://www.icanlocalize.com/my/invite/18612">Detail</a></p>
<div>
<h2><a href="http://translateth.is/wordpress">TranslateThis Button for WordPress</a></h2>
</div>
<p>Simply install the TranslateThis Button plugin, and use either the <strong>widgetized sidebar or template tag</strong>to add the button to your blog.</p>
<p>The plugin comes with a wide variety of options that can be easily customized from your WordPress admin section. Includes controls for text &amp; language options, various display settings and other functionality options.</p>
<p><a href="http://translateth.is/wordpress">Download</a></p>
<h2>References and Other Useful Resources:</h2>
<p>1. <a href="http://www.theme-junkie.com/2010/05/28/how-to-translate-the-theme-junkie-wordpress-themes-to-your-language/" target="_blank">How to translate the Theme Junkie WordPress themes to your language</a></p>
<p><a href="https://www.e-junkie.com/ecom/gb.php?cl=62494&amp;c=ib&amp;aff=107974" target="_blank">Theme Junkie Premium WordPress Themes</a></p>
<p>2. <a href="http://www.catswhocode.com/blog/how-to-make-a-translatable-wordpress-theme" target="_blank">How to make a translatable WordPress theme</a><br />
3. <a href="http://urbangiraffe.com/articles/localizing-wordpress-themes-and-plugins/" target="_blank">Localizing WordPress Themes and Plugins</a><br />
4. <a href="http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/" target="_blank">Translating WordPress Plugins &amp; Themes</a><br />
5. <a href="http://www.zyblog.de/2006/01/15/localizing-wordpress-themes/" target="_blank">Localizing WordPress Themes</a><br />
6. <a href="http://www.appthemes.com/blog/how-to-translate-a-wordpress-theme/?r=3436" target="_blank">How to Translate a WordPress Theme</a><br />
7. <a href="http://themehybrid.com/themes/hybrid/translating" target="_blank">Translating the Hybrid theme</a><br />
8. <a href="http://weblogtoolscollection.com/archives/2007/08/27/localizing-a-wordpress-plugin-using-poedit/" target="_blank">Localizing a WordPress Plugin Using poEdit</a><br />
9.<a title="Multi Language WordPress Mobile Admin" href="http://mobilewebjunkie.com/multi-language-wordpress-mobile-admin/" rel="bookmark" target="_blank"> Multi Language WordPress Mobile Admin</a><br />
10. <a href="http://jairotorresc.com/wp/wordpress-in-your-language/" target="_blank">WordPress in your Language</a><br />
11. <a href="http://lorelle.wordpress.com/2005/09/01/wordpress-in-your-language/" target="_blank">WordPress in Your Language</a><br />
12. <a href="http://www.solostream.com/blog/wordpress/translate-wordpress-theme/" target="_blank">Translate a WordPress Theme in 3 Easy Steps</a><br />
13. <a href="http://www.bestwpthemez.com/wordpress/how-to-change-language-in-wordpress-blog-131/" target="_blank">How To Change Language In WordPress Blog?</a><br />
14. <a href="http://www.frelia.com/tag/readers" target="_blank">Translate WordPress site, plugins into several languages </a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-convert-wordpress-in-your-language/' rel='bookmark' title='How to Convert WordPress in Your Language'>How to Convert WordPress in Your Language</a></li>
<li><a href='http://wparena.com/freebies/free-download-plugins-and-themes-from-wordpress-multi-site-user-wpmu/' rel='bookmark' title='Free Download Plugins and Themes From WordPress Multi Site User (WPMU)'>Free Download Plugins and Themes From WordPress Multi Site User (WPMU)</a></li>
<li><a href='http://wparena.com/how-to/how-to-embed-media-to-wordpress-responsive-themes/' rel='bookmark' title='How to embed media to WordPress Responsive Themes'>How to embed media to WordPress Responsive Themes</a></li>
<li><a href='http://wparena.com/how-to/how-to-enable-posting-and-editing-from-the-wordpress-front-end/' rel='bookmark' title='How to Enable Posting and Editing From the WordPress Front-End'>How to Enable Posting and Editing From the WordPress Front-End</a></li>
<li><a href='http://wparena.com/showcase/best-premium-wordpress-plugins-and-themes/' rel='bookmark' title='Best Premium WordPress Plugins and Themes'>Best Premium WordPress Plugins and Themes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-localize-wordpress-themes-plugins-and-front-end/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gives users the ability to comment via Facebook, Twitter, Google or WordPress IDs.</title>
		<link>http://wparena.com/tools/gives-users-the-ability-to-comment-via-facebook-twitter-google-or-wordpress-ids/</link>
		<comments>http://wparena.com/tools/gives-users-the-ability-to-comment-via-facebook-twitter-google-or-wordpress-ids/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 00:15:29 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[COMMUNITY]]></category>
		<category><![CDATA[discussion]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[secure comments]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress comments]]></category>
		<category><![CDATA[WordPress IDs]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=11077</guid>
		<description><![CDATA[WordPress is very strong platform to publish and promote your thinking by powering blog and Website on it. No one commenting on your blog posts? Get the conversation start giving the option to readers to comment with an account they’ve already set up, then you will be much more likely to get some interaction. There [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-integrate-facebook-with-wordpress-automatically/' rel='bookmark' title='How To Integrate Facebook With WordPress Automatically'>How To Integrate Facebook With WordPress Automatically</a></li>
<li><a href='http://wparena.com/tools/facebook-twitter-and-google-1-traffic-pop/' rel='bookmark' title='Facebook, Twitter and Google +1 Traffic Pop'>Facebook, Twitter and Google +1 Traffic Pop</a></li>
<li><a href='http://wparena.com/how-to/connecting-twitter-account-with-useful-applications/' rel='bookmark' title='Connecting Twitter account with Useful Applications'>Connecting Twitter account with Useful Applications</a></li>
<li><a href='http://wparena.com/showcase/how-to-manage-wordpress-users-and-multiple-authors-profile/' rel='bookmark' title='How to Manage WordPress Users and Multiple Authors Profile'>How to Manage WordPress Users and Multiple Authors Profile</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>]]></description>
			<content:encoded><![CDATA[<p>WordPress is very strong platform to publish and promote your thinking by powering blog and Website on it. No one commenting on your blog posts? Get the conversation start giving the option to readers to comment with an account they’ve already set up, then you will be much more likely to get some interaction.</p>
<p>There are 3rd party commenting systems like <a href="http://codecanyon.net/item/ecomments-easy-commenting-system/126850?ref=wparena">eComments &#8211; easy commenting system</a>, <a href="http://disqus.com/wparena/">Disqus</a>, <a href="http://intensedebate.com/">IntenseDebate</a>, <a href="http://livefyre.com/">Livefyre</a>, <a href="http://codecanyon.net/item/automatic-comments-get-the-conversation-started/113331?ref=wparena">Automatic Comments</a>, <a href="http://codecanyon.net/item/facebook-premium-client-application/232385?ref=wparena">Facebook Premium Client Application</a>, along with others that work cross-platform regardless of what programming language or scripts your site is based on.</p>
<p>Today, I’m going to compile a list of the most commonly used (by bloggers and site owners) WordPress Plugins and 3rd party commenting and discussion systems, along with their key features and a couple of useful links for your reference.</p>
<h2>Best 3rd Party Commenting Systems and WordPress Plugins</h2>
<hr />
<h2><a href="http://premium.wpmudev.org/project/comments-plus">Comments Plus</a></h2>
<p>Let your readers choose to comment via Facebook, Twitter, Google or regular old WordPress &#8211; developed for WPMU.org, now available for you!</p>
<p><img title="comment-form" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/comment-form.png" alt="" width="583" height="316" /></p>
<p><strong>Here are some cool features:</strong></p>
<ul>
<li>This plugin effectively allows you to combine comments from all these different services, rather than picking just one</li>
<li>If users choose Facebook or Twitter, comments are by default posted to their own accounts, extra exposure for you!</li>
<li>Fully integrated with subscribe by email with Facebook and Google</li>
<li>Works beautifully with any theme (and if you have any issues we’ll sort you right up!)</li>
</ul>
<p><strong>Useful Comments Plus Related Links:</strong></p>
<ul>
<li><a href="http://wpmu.org/get-more-comments-on-your-wordpress-site-with-comments-plus/" target="_blank">Comments on Your WordPress Site with Comments Plus</a></li>
<li><a href="http://www.netprofitmantra.com/2011/09/29/your-readers-now-comment-using-their-facebook-twitter-google-or-wordpress-ids" target="_blank">Comment Using Their Facebook, Twitter, Google or WordPress IDs</a></li>
</ul>
<h2><a href="http://codecanyon.net/item/automatic-comments-get-the-conversation-started/113331?ref=wparena" target="_blank">Automatic Comments &#8211; Get the conversation started!</a></h2>
<p><a href="http://codecanyon.net/item/automatic-comments-get-the-conversation-started/113331?ref=wparena"><img class="alignnone size-full wp-image-11080" title="Automatic-Comments" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Automatic-Comments.jpg" alt="" width="590" height="300" /></a></p>
<p>No one commenting on your blog posts? Get the conversation started with the Auto Comment plugin. Auto Comment automatically posts a comment on every new blog like: “Did anyone else see this?”, “Who has experience with this?”, “Has anyone tried this?”, etc.</p>
<p><a href="http://codecanyon.net/item/automatic-comments-get-the-conversation-started/113331?ref=wparena" target="_blank">Detail</a></p>
<h2><a href="http://codecanyon.net/item/facebook-plugins-comments-dialogs-for-wordpress/235576?ref=wparena" target="_blank">Facebook Plugins, Comments &amp; Dialogs for WordPress</a></h2>
<p><a href="http://codecanyon.net/item/facebook-plugins-comments-dialogs-for-wordpress/235576?ref=wparena"><img class="alignnone size-full wp-image-11081" title="facebook-wpress-plugins" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/facebook-wpress-plugins.png" alt="" width="590" height="300" /></a></p>
<p>This Facebook Plugins for WordPress is the ultimate and most advanced plugin to integrate Facebook Plugins, Dialogs and Facebook comments into your blog or website. It’s using WordPress shortcodes to make it very simple to add a Facebook plugin or dialog into any blog post or page. The plugins also comes with 4 widgets ready to be customized + a way to automatically add a Like button and/or the Facebook comment system into all your posts and pages.</p>
<h3>Features</h3>
<ul>
<li>7 Facebook plugins that can be integrated with one line of code.</li>
<li>2 dialogs using native Facebook popups.</li>
<li>Shortcode support for all the plugins and dialogs.</li>
<li>4 widgets ready to be customized.</li>
<li>Automatically add a Like Button to all your posts or pages.</li>
<li>Automatically integrate Facebook comment to all posts and pages.</li>
<li>Easy way to customize the look and options of the plugins.</li>
<li>A way to disable the WordPress default comments.</li>
<li>Rich documentation and each shortcode option is documented.</li>
<li>Compatible with the <a href="http://codecanyon.net/item/facebook-wpress-viral-tool-for-wordpress/158212?ref=wparena">Facebook WPress for WordPress</a>.</li>
</ul>
<p><a href="http://codecanyon.net/item/facebook-plugins-comments-dialogs-for-wordpress/235576?ref=wparena" target="_blank">Detail</a></p>
<h2><a href="http://disqus.com/">Disqus (dis·cuss • dï-sküs&#8217;)</a></h2>
<p><a href="http://blog.disqus.com/post/10824916808/disqus-office-2-0"><img title="Disqus-Office" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Disqus-Office.jpg" alt="" width="500" height="333" /></a></p>
<p>Disqus is the most used comment management system amongst bloggers and website owners. Integrating Disqus with your website and blog can be fairly simple. After signed up with Disqus, Under Admin, Click on Tools and go to the Import / Export section to find out more instructions on how to import your existing comments from various platforms (WordPress, Blogger, Movable Type, or other commenting systems) to Disqus.</p>
<p><img class="alignnone size-full wp-image-11087" title="Disqus-commenting" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Disqus-commenting.jpg" alt="" width="600" height="139" /></p>
<p><strong><a href="http://disqus.com/mobile/">Disqus mobile friendly</a>:</strong></p>
<blockquote><p>Are you really attached to your phone? Our suite of mobile apps is the perfect fix if you&#8217;re looking to manage your community on the go. Moderate, reply, search, and manage straight from your iPhone, Android, or webOS phone!</p></blockquote>
<p><strong>Disqus features:</strong></p>
<ul>
<li>Compatible with search engines, in another word – SEO friendly.</li>
<li>Integrates with Akismet.</li>
<li>Allows commenters to post as guest, or login via OpenID or social networks IDs (Facebook, Twitter, Google and Yahoo).</li>
<li>Allows user to flag comments.</li>
<li>Easy comment moderation via admin panels.</li>
<li>Supports blacklist/ whitelist and word filtering.</li>
<li>Allows site owner to display Tweets and other reactions.</li>
</ul>
<p><strong>Disqus: Useful Links:</strong></p>
<ul>
<li><a href="http://disqus.com/" rel="external">Disqus official website</a> | <a href="http://disqus.com/admin/register/" rel="external">Sign up</a></li>
<li><a href="http://disqus.com/features/" rel="external">Disqus features</a></li>
<li><a href="http://blog.disqus.com/" rel="external">Disqus blog</a></li>
<li><a href="http://disqus.com/addons/" rel="external">Disqus premium</a></li>
<li><a href="http://disqus.com/explore/" rel="external">Disqus demo</a></li>
<li><a href="http://docs.disqus.com/kb/" rel="external">Disqus for users</a></li>
<li><a href="http://docs.disqus.com/developers/" rel="external">Disqus for developers</a></li>
</ul>
<h2><a href="http://intensedebate.com/">IntenseDebate</a></h2>
<p>IntenseDebate is a <a title="View the features of IntenseDebate" href="http://intensedebate.com/features">feature-rich</a> comment system for WordPress, Blogger, Tumblr and many other blogging/CMS platforms.  IntenseDebate is an <a href="http://automattic.com/" rel="external">Automattic</a> product, the same guys who brought you <a href="http://wordpress.org/" rel="external">WordPress</a>, <a href="http://polldaddy.com/" rel="external">PollDaddy</a>, <a href="http://akismet.com/" rel="external">Akismet</a> and other cool web services.</p>
<p><img class="alignnone size-full wp-image-11088" title="intensedebate" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/intensedebate.jpg" alt="" width="500" height="299" /></p>
<p><strong> IntenseDebate features:</strong></p>
<ul>
<li>Supports numerous widgets to show off your comment stats, most recent comments, most popular comments and top commenters.</li>
<li>Allows users to login via OpenID, Twitter, Facebook or even WordPress.com ID.</li>
<li>Developers can take advantage of the Plugins API to make commenting and discussion even more interesting. E.g., adding PollDaddy polls, embedding YouTube Videos, etc.</li>
</ul>
<div>
<h4>IntenseDebate: Useful Links:</h4>
<ul>
<li><a href="http://intensedebate.com/" rel="external">IntenseDebate official website</a> | <a href="http://intensedebate.com/signup" rel="external">Sign up</a></li>
<li><a href="http://intensedebate.com/features">IntenseDebate features</a></li>
<li><a href="http://blog.intensedebate.com/">IntenseDebate blog</a></li>
<li><a href="http://wordpress.org/extend/plugins/intensedebate/" rel="external">IntenseDebate WordPress plugin</a></li>
<li><a href="http://support.intensedebate.com/" rel="external">IntenseDebate help page</a></li>
<li><a href="http://support.intensedebate.com/contact/" rel="external">Contact IntenseDebate</a></li>
</ul>
<h2><a href="http://livefyre.com/">Livefyre</a></h2>
<p><img class="alignnone size-full wp-image-11090" title="livefyre-comments" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/livefyre-comments.jpg" alt="" width="600" height="321" /></p>
<p>Livefyre is the first real-time comment platform built from the ground up for the social web. But what is it really about and what is it doing? Find the main features:</p>
<p><strong>Features: </strong></p>
<ul>
<li>Connecting people and their friends to real-time discussions about topics they like.</li>
<li>Bringing comments up to speed with the rest of the web.</li>
<li>Having LIVE conversations about LIVE events.</li>
<li>Building community around the content you create.</li>
<li>Providing a platform where communities can engage in real-time across sites.</li>
<li>Interacting with our community and participating in the conversation.</li>
<li>Building the the newest innovative tools that connect you to the social web.</li>
<li>Listening to your feedback to give you the best experience possible.</li>
<li>Sharing the hot topics that the world is talking about.</li>
<li>Empowering our users to share their thoughtful opinions with the world.</li>
<li>The future of commenting and conversations on the Internet.</li>
</ul>
<h4>LiveFyre Related Links:</h4>
<ul>
<li><a href="http://livefyre.com/" rel="external">LiveFyre official website</a> | <a href="http://livefyre.com/auth/register/" rel="external">Sign up</a></li>
<li><a href="http://livefyre.com/live-demo/">LiveFyre demo</a></li>
<li><a href="http://livefyre.com/features/">LiveFyre features</a></li>
<li><a href="http://blog.livefyre.com/">LiveFyre blog</a></li>
<li><a href="http://support.livefyre.com/" rel="external">LiveFyre help page</a></li>
</ul>
<h2><a href="http://wordpress.org/extend/plugins/rpx/">Janrain Engage</a></h2>
<p><img class="alignnone size-full wp-image-11089" title="Janrain Engage" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Janrain-Engage.png" alt="" width="418" height="253" /></p>
<p><a title="Janrain Engage" href="http://www.janrain.com/products/engage/">Janrain Engage</a> increases site registrations and generates referral traffic to your site by allowing users to easily register and login via an existing account with Facebook, Google, Twitter, Yahoo!, LinkedIn and other social platforms. Users also can publish their comments or activities from your site to multiple social networks simultaneously.</p>
<p><a href="http://wordpress.org/extend/plugins/rpx/">Download</a></p>
<p><strong>References Useful Resources: </strong><br />
<a title="Permanent Link to Gigya Socialize WordPress Plugin – Facebook, Twitter, MySpace, Google, Yahoo, AOL" href="http://pennybutler.com/wordpress-tips/plugin-reviews/gigya-facebook-twitter-myspace-google-yahoo/" rel="bookmark">Gigya Socialize WordPress Plugin – Facebook, Twitter, MySpace, Google, Yahoo, AOL</a><br />
<a href="http://www.hongkiat.com/blog/3rdparty-comment-discuss-systems-reviewed/">Top 3rd Party Commenting Systems – Reviewed</a><br />
<a href="http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/">Authenticating Users With Facebook Connect and Google Friend Connect</a><br />
<a title="Permanent Link to 15 Stunning Facebook WordPress Plugins For Bloggers" href="http://smashinghub.com/15-stunning-facebook-wordpress-plugins-for-bloggers.htm" rel="bookmark"> Stunning Facebook WordPress Plugins For Bloggers</a></p>
</div>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-integrate-facebook-with-wordpress-automatically/' rel='bookmark' title='How To Integrate Facebook With WordPress Automatically'>How To Integrate Facebook With WordPress Automatically</a></li>
<li><a href='http://wparena.com/tools/facebook-twitter-and-google-1-traffic-pop/' rel='bookmark' title='Facebook, Twitter and Google +1 Traffic Pop'>Facebook, Twitter and Google +1 Traffic Pop</a></li>
<li><a href='http://wparena.com/how-to/connecting-twitter-account-with-useful-applications/' rel='bookmark' title='Connecting Twitter account with Useful Applications'>Connecting Twitter account with Useful Applications</a></li>
<li><a href='http://wparena.com/showcase/how-to-manage-wordpress-users-and-multiple-authors-profile/' rel='bookmark' title='How to Manage WordPress Users and Multiple Authors Profile'>How to Manage WordPress Users and Multiple Authors Profile</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>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/tools/gives-users-the-ability-to-comment-via-facebook-twitter-google-or-wordpress-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Twitter Tips and Tutorials for WebSites Marketing</title>
		<link>http://wparena.com/how-to/best-twitter-tips-and-tutorials-for-websites-marketing/</link>
		<comments>http://wparena.com/how-to/best-twitter-tips-and-tutorials-for-websites-marketing/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 14:13:58 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=11041</guid>
		<description><![CDATA[Just like Facebook, Twitter is one of the most popular social networking website. Although Twitter is not a new thing but this compiled list is for new bloggers as well business owners can get lot of information to boost their business online. All bloggers and website owners paying special attention on Twitter to promote and [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/best-facebook-tips-and-tutorials-for-websites-marketing/' rel='bookmark' title='Best Facebook Tips and Tutorials for WebSites Marketing'>Best Facebook Tips and Tutorials for WebSites Marketing</a></li>
<li><a href='http://wparena.com/tools/facebook-twitter-and-google-1-traffic-pop/' rel='bookmark' title='Facebook, Twitter and Google +1 Traffic Pop'>Facebook, Twitter and Google +1 Traffic Pop</a></li>
<li><a href='http://wparena.com/tools/gives-users-the-ability-to-comment-via-facebook-twitter-google-or-wordpress-ids/' rel='bookmark' title='Gives users the ability to comment via Facebook, Twitter, Google or WordPress IDs.'>Gives users the ability to comment via Facebook, Twitter, Google or WordPress IDs.</a></li>
<li><a href='http://wparena.com/inspiration/the-best-wordpress-tips-and-tutorials-of-2011/' rel='bookmark' title='The Best WordPress Tips and Tutorials of 2011'>The Best WordPress Tips and Tutorials of 2011</a></li>
<li><a href='http://wparena.com/how-to/useful-hacks-tutorials-and-plugins-for-buddypress/' rel='bookmark' title='Useful Hacks, Tutorials and Plugins for BuddyPress'>Useful Hacks, Tutorials and Plugins for BuddyPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just like <a href="http://wparena.com/how-to/best-facebook-tips-and-tutorials-for-websites-marketing/">Facebook</a>, Twitter is one of the most popular social networking website. Although Twitter is not a new thing but this compiled list is for new bloggers as well business owners can get lot of information to boost their business online. All bloggers and website owners paying special attention on Twitter to promote and share stuffs with their friends.<br />
In this list, <a href="http://www.copyblogger.com/ultimate-twitter/">Copyblogger</a> have collected a fairly valuable links of killer resources along the way, which definitely help you to start marketing your business on Twitter.</p>
<p><span class="Apple-style-span" style="font-size: 20px; font-weight: bold;"><img class="alignnone size-full wp-image-11047" title="twitter-bird-with-pc" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/twitter-bird-with-pc.jpg" alt="" width="570" height="358" /></span></p>
<p><span style="color: #808080;">Photo courtesy of <a href="http://www.istockphoto.com/wparena" target="_blank"><span style="color: #808080;">©iStockphoto.com/viridian1</span></a></span><br />
After reading the resources, hope you want to enhance the Twitter experience with your website specially if you website or blog running on WordPress. Following are the premium plugins which help you to get more traffic by using Twitter applications.</p>
<h2><a href="http://codecanyon.net/item/twitter-wpress-premium-plugin-for-wordpress/224481?ref=wparena">Twitter WPress Premium Plugin for WordPress</a></h2>
<p><a href="http://codecanyon.net/item/twitter-wpress-premium-plugin-for-wordpress/224481?ref=wparena"><img class="alignnone size-full wp-image-11048" title="twitter-wpress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/twitter-wpress.png" alt="" width="590" height="300" /></a></p>
<p>The Twitter WPress for WordPress enables you to use the power of the Twitter API , on your own WordPress blog. Integrate the Twitter connect, the signup process using Twitter. Store your users Twitter tokens and update their timeline later. Display Twitter widgets and buttons with powerfull shortcodes. Display Twitter friends and followers using the built-in widgets. Open you WordPress to the Twitter API !</p>
<h2>Features</h2>
<ul>
<li> Enables users to connect with their Twitter account.</li>
<li> Enables users to create a WordPress account using their Twitter credentials.</li>
<li> Enables you to link a Twitter account to your WordPress first admin user.</li>
<li> Store the Twitter users tokens into the database.</li>
<li> Ability to post updates to your users Twitter timeline (even if they are logged out).</li>
<li> 4 widgets ready to be used (one for the Twitter connect, one to display Twitter friends, one to display the Twitter followers and one to display the last connected users).</li>
<li> You can customize how many users are displayed in the widgets.</li>
<li> Ability to display the Twitter connect button wherever you want in your theme(by adding a small PHP code provided in the documentation).</li>
<li> Caching of Twitter API calls (set to 2 minutes).</li>
</ul>
<p><a href="http://codecanyon.net/item/twitter-wpress-premium-plugin-for-wordpress/full_screen_preview/224481?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/twitter-wpress-premium-plugin-for-wordpress/224481?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/twitter-mobile-web-application/234551?ref=wparena">Twitter Mobile Web Application</a></h2>
<p><a href="http://codecanyon.net/item/twitter-mobile-web-application/234551?ref=wparena"><img class="alignnone size-full wp-image-11050" title="twitter-mobile" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/twitter-mobile.png" alt="" width="590" height="300" /></a></p>
<p>This is a native Web Mobile Twitter application. It works like a Twitter client and contains all the Twitter connect functionalities. It enables the users to view their Twitter timeline, @Mentions, Tweets and favorite tweets. It also gives the ability to users to update their Twitter status without leaving the app.</p>
<h2>Features</h2>
<ul>
<li> Powered by jQuery Mobile Framework.</li>
<li> Uses AJAX to load the content, without reloading the page.</li>
<li> Display user’s timeline, tweets, favorites and mentions.</li>
<li> More button to dynamically load more tweets.</li>
<li> Ability to update Twitter status.</li>
<li> Status automatic counter.</li>
<li> Works on major Mobile devices (including iPhone, iPad, Android).</li>
<li> Setup in less than 2 minutes and you get your own Twitter Mobile app.</li>
</ul>
<p><a href="http://codecanyon.net/item/twitter-mobile-web-application/full_screen_preview/234551?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/twitter-mobile-web-application/234551?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/twitter-widget-pro-wordpress-premium-plugin/109372?ref=wparena">Twitter Widget Pro &#8211; WordPress Premium Plugin</a></h2>
<p><a href="http://codecanyon.net/item/twitter-widget-pro-wordpress-premium-plugin/109372?ref=wparena"><img class="alignnone size-full wp-image-11051" title="Twitter-Widget-Wordpress-Plugin" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Twitter-Widget-Wordpress-Plugin.jpg" alt="" width="590" height="300" /></a></p>
<p>If you own just one twitter plugin for WordPress, let it be this one! The only premium twitter plugin out right now – with support for multiple twitter users and includes a ton of premium options. This is the last Twitter plugin you’ll ever need!</p>
<h3>The Long Awaited Premium Twitter Plugin</h3>
<ul>
<li>Ready to use out of the box</li>
<li>The only premium Multiple User twitter plugin</li>
<li>Include twitter avatars, names, times, and more in the options page!</li>
<li>Automatically links hashtags, twitter users, and links</li>
<li>Caching support, both via wp_cache_set and via database options</li>
<li>Graceful crashing support in case, heaven forbig, twitter goes down</li>
<li>In Depth Screencast and Documentation included just to be safe!</li>
<li>Ridiculously easy to use – install it in mere minutes (and that’s being generous!</li>
</ul>
<p><a href="http://codecanyon.net/item/twitter-widget-pro-wordpress-premium-plugin/full_screen_preview/109372?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/twitter-widget-pro-wordpress-premium-plugin/109372?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/twitter-feed-ios-xcode-project/166474?ref=wparena">Twitter Feed &#8211; iOS XCode Project</a></h2>
<p><a href="http://codecanyon.net/item/twitter-feed-ios-xcode-project/166474?ref=wparena"><img class="alignnone size-full wp-image-11052" title="TwitterFeed" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/TwitterFeed.jpg" alt="" width="590" height="300" /></a><br />
Twitter Feed is an iOS XCode project which illustrates the versatility of utilizing the built in URL request objects along with the XML parsing objects to perform GET transactions against the Twitter API in order to allow for retrieval of Tweets from a user’s timeline.</p>
<p><a href="http://codecanyon.net/item/twitter-feed-ios-xcode-project/166474?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/twitter-feed-ios-xcode-project/166474?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/powerful-exchange-system/533068?ref=wparena">Powerful Exchange System</a></h2>
<p><a href="http://codecanyon.net/item/powerful-exchange-system/533068?ref=wparena"><img class="alignnone size-full wp-image-11053" title="Powerful-Exchange-System" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Powerful-Exchange-System.jpg" alt="" width="590" height="300" /></a></p>
<p>This script is an powerful exchange system for Facebook, Twitter, Youtube, Google and Web Traffic and many features!</p>
<p><a href="http://codecanyon.net/item/powerful-exchange-system/full_screen_preview/533068?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/powerful-exchange-system/533068?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/tweetsearch-twitter-search-plugin-for-wordpress/216775?ref=wparena">TweetSearch &#8211; Twitter Search Plugin for WordPress</a></h2>
<p><a href="http://codecanyon.net/item/tweetsearch-twitter-search-plugin-for-wordpress/216775?ref=wparena"><img class="alignnone size-full wp-image-11054" title="TweetSearch" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/TweetSearch.jpg" alt="" width="590" height="300" /></a></p>
<p>Premium WordPress plugin for displaying Twitter search results in your posts, pages and widgets.</p>
<p><a href="http://codecanyon.net/item/tweetsearch-twitter-search-plugin-for-wordpress/216775?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/tweetsearch-twitter-search-plugin-for-wordpress/216775?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/twitter-statistics-suite/156909?ref=wparena">Twitter Statistics Suite</a></h2>
<p><a href="http://codecanyon.net/item/twitter-statistics-suite/156909?ref=wparena"><img class="alignnone size-full wp-image-11055" title="Twitter-Statistics" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Twitter-Statistics.jpg" alt="" width="590" height="300" /></a></p>
<p>Twitter Statistics Suite lists exactly who has started following or unfollowing you, and who you have started following or unfollowing in the past 24 hours. Each user is displayed with their avatar and their username, with only 1 click away from their Twitter.com profile.</p>
<p><a href="http://codecanyon.net/item/twitter-statistics-suite/full_screen_preview/156909?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/twitter-statistics-suite/156909?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/twitter-updates-widget-for-wordpress/121251?ref=wparena">Twitter Updates Widget for WordPress</a></h2>
<p><a href="http://codecanyon.net/item/twitter-updates-widget-for-wordpress/121251?ref=wparena"><img class="alignnone size-full wp-image-11056" title="witter-Updates-Widget" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/witter-Updates-Widget.jpg" alt="" width="590" height="262" /></a></p>
<p>With this widget, you can show your latest tweets on your website. Create your own widget with its <strong>great customizability</strong>.</p>
<p><a href="http://codecanyon.net/item/twitter-updates-widget-for-wordpress/full_screen_preview/121251?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/twitter-updates-widget-for-wordpress/121251?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/sociology-for-wordpress-twitterfacebook-poster/141390?ref=wparena">Sociology for WordPress: Twitter/Facebook Poster</a></h2>
<p><a href="http://codecanyon.net/item/sociology-for-wordpress-twitterfacebook-poster/141390?ref=wparena"><img class="alignnone size-full wp-image-11057" title="Sociology-WordPress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Sociology-WordPress.png" alt="" width="590" height="300" /></a></p>
<p>Broadcast your posts to Twitter and Facebook directly from the WordPress post page.<br />
- Automatically post to Twitter and Facebook when you publish your post.<br />
- Checks for already-published status.<br />
- Select which or both social networks to post to on the post page.<br />
- Bit.ly support with custom credentials.<br />
- Custom Twitter and Facebook credentials.</p>
<p><a href="http://codecanyon.net/item/sociology-for-wordpress-twitterfacebook-poster/141390?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/send-or-schedule-facebook-twitter-status-updates/466853?ref=wparena">Send or Schedule Facebook &amp; Twitter Status Updates</a></h2>
<p><a href="http://codecanyon.net/item/send-or-schedule-facebook-twitter-status-updates/466853?ref=wparena"><img class="alignnone size-full wp-image-11058" title="codecanyon_tuitting_inline" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/codecanyon_tuitting_inline.jpg" alt="" width="590" height="300" /></a></p>
<p>You will find in the package the WP integration package. Now you can use tuitting on WordPress, having the very same features, but completely integrated with your <strong>WordPress Theme</strong> and working with all the WordPress features!</p>
<h3>What is tuitting?</h3>
<p>tuitting is an extremely powerful tool, completely powered with AJAX and PHP . It gives to each member of your Website the possibility to immediately Send or <strong>Schedule</strong> Unlimited Status Updates for Unlimited Facebook Accounts, <strong>Facebook Pages</strong> and Twitter Accounts.</p>
<p><a href="http://codecanyon.net/item/send-or-schedule-facebook-twitter-status-updates/full_screen_preview/466853?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/send-or-schedule-facebook-twitter-status-updates/466853?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/twitter-ultimatewordpress-plugin/212874?ref=wparena">Twitter Ultimate-Wordpress Plugin</a></h2>
<p><a href="http://codecanyon.net/item/twitter-ultimatewordpress-plugin/212874?ref=wparena"><img class="alignnone size-full wp-image-11059" title="twitter_ultimate_wp" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/twitter_ultimate_wp.png" alt="" width="590" height="300" /></a></p>
<p>Twitter Ultimate – A WordPress Plugin offer following features<br />
Realtime Twitter Feed-Live Tweets<br />
<strong>Shortcodes</strong><br />
Shortcodes which helps to embed directly into page or post<br />
<strong>Multiple instances</strong><br />
You can have multiple instances of twitter ultimate feed<br />
<strong>Multiple Query/Username Options</strong><br />
You can display tweets from multiple queries or usernames<br />
<strong>Two types of search</strong><br />
You can either display tweets from usernames or tweets mentioning a word<br />
<strong>Autoplay On/Off</strong><br />
Realtime incoming tweets can be disabled/enabled on load<br />
<a href="http://codecanyon.net/item/twitter-ultimatewordpress-plugin/full_screen_preview/212874?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/twitter-ultimatewordpress-plugin/212874?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/twitter-support-tickets/95597?ref=wparena">Twitter Support Tickets</a></h2>
<p><a href="http://codecanyon.net/item/twitter-support-tickets/95597?ref=wparena"><img class="alignnone size-full wp-image-11060" title="Twitter-Support-Tickets" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/10/Twitter-Support-Tickets.jpg" alt="" width="590" height="300" /></a></p>
<p>Twitter Support grabs incoming tweets to your account and organises them based their status, such as ‘Active’, ‘On Hold’, ‘Spam’ and ‘Closed.’ This app is primary for those who run a Twitter support account for their business and offers a simple method of management, so that it ensures everyone gets a speedy response. When you reply to a customer’s tweet it automatically marks it as been dealt with, so you won’t have to sift through masses of tweets to make sure you’ve replied to them all.</p>
<h3>Features:</h3>
<ul>
<li>Secure, password protected single user log in</li>
<li>Active tweets are refreshed every 60 seconds in the background and are added to the list, so need to to manually refresh.</li>
<li>Counters displaying how many tweets are in each category</li>
<li>Settings control. Ability to edit admin username and password, Twitter username and password without editing configuration files.</li>
<li>Settings control to choose to ignore ReTweets (ie: RT @twittername)</li>
<li>Ability to post a custom status to Twitter (without it being a reply to a customer)</li>
<li>Automatic link generation – Displays click-able links in each tweet.</li>
<li>Logout feature</li>
</ul>
<p><a href="http://codecanyon.net/item/twitter-support-tickets/95597?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/twitter-support-tickets/95597?ref=wparena">Detail</a></p>
<p><a href="http://www.copyblogger.com/ultimate-twitter/">The Ultimate Guide to Twitter Marketing</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/best-facebook-tips-and-tutorials-for-websites-marketing/' rel='bookmark' title='Best Facebook Tips and Tutorials for WebSites Marketing'>Best Facebook Tips and Tutorials for WebSites Marketing</a></li>
<li><a href='http://wparena.com/tools/facebook-twitter-and-google-1-traffic-pop/' rel='bookmark' title='Facebook, Twitter and Google +1 Traffic Pop'>Facebook, Twitter and Google +1 Traffic Pop</a></li>
<li><a href='http://wparena.com/tools/gives-users-the-ability-to-comment-via-facebook-twitter-google-or-wordpress-ids/' rel='bookmark' title='Gives users the ability to comment via Facebook, Twitter, Google or WordPress IDs.'>Gives users the ability to comment via Facebook, Twitter, Google or WordPress IDs.</a></li>
<li><a href='http://wparena.com/inspiration/the-best-wordpress-tips-and-tutorials-of-2011/' rel='bookmark' title='The Best WordPress Tips and Tutorials of 2011'>The Best WordPress Tips and Tutorials of 2011</a></li>
<li><a href='http://wparena.com/how-to/useful-hacks-tutorials-and-plugins-for-buddypress/' rel='bookmark' title='Useful Hacks, Tutorials and Plugins for BuddyPress'>Useful Hacks, Tutorials and Plugins for BuddyPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/best-twitter-tips-and-tutorials-for-websites-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

