<?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>Powerusers &#187; WordPress</title>
	<atom:link href="http://nikhilmisal.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://nikhilmisal.com</link>
	<description>The Design Blog for Web Design Resources and Inspiration</description>
	<lastBuildDate>Sat, 03 Dec 2011 17:56: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>
		<item>
		<title>How to Add Social Sharing Icons in Your Post</title>
		<link>http://nikhilmisal.com/how-to-add-social-sharing-icons-in-your-post/</link>
		<comments>http://nikhilmisal.com/how-to-add-social-sharing-icons-in-your-post/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 19:24:27 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://nikhilmisal.com/?p=2172</guid>
		<description><![CDATA[Social media has become the part of our lives. We find tons of resources, bookshelves containing information and lots of how to guides &#38; tutorials. For bloggers and marketers it is the most important tool for sharing information with friends, clients, readers. To make this sharing thing easier many Sharing Tools are now available for [...]]]></description>
			<content:encoded><![CDATA[<p>Social media has become the part of our lives. We find tons of resources, bookshelves containing information and lots of how to guides &amp; tutorials. For bloggers and marketers it is the most important tool for sharing information with friends, clients, readers. To make this sharing thing easier many Sharing Tools are now available for the publishers. These are the great tools which decide the quality of the article and also help to share it with world.</p>
<p>So in this tutorial we are going to learn how to add these Social Sharing Icons in your post, to make it easy to share for all.</p>
<p><span id="more-2172"></span></p>
<h3>Step 1: Open single.php from your Themes folder</h3>
<p>Head to your Theme installation folder and open the <strong><em>single.php</em></strong> file for editing in your favorite editor. We want to add Icons only in the single post therefore the code should also be added to this file.</p>
<h3>Step 2: Add the Basic Code</h3>
<p>Now add the following code just below the <em><strong>&lt;?php the_content( &#8221; ); ?&gt;</strong></em> line. This line calls the content of the post.</p>
<pre>&lt;!-- Social Buttons --&gt;
&lt;div&gt;
&lt;/div&gt;&lt;!-- so_buttons end --&gt;
&lt;!-- Social Buttons End Here --&gt;</pre>
<h3>Step 3: Get the Required Code for the Icons</h3>
<p>Now lets add the icons. Decide which Social Sharing Icons you want to add and get the appropriate code from following links.</p>
<p><a href="http://designbump.com/content/evb" target="_blank">DesignBump</a></p>
<p><a href="http://www.designfloat.com/tools-en.php" target="_blank">Design Float</a></p>
<p><a href="http://thewebblend.com/tools/vote" target="_blank">The Web Blend</a></p>
<p><a href="http://about.digg.com/button" target="_blank">Digg</a></p>
<p><a href="http://www.facebook.com/facebook-widgets/share.php" target="_blank">Facebook Share</a></p>
<p><a href="http://www.stumbleupon.com/buttons/" target="_blank">Stumble Upon</a></p>
<p><a href="http://help.tweetmeme.com/2009/04/06/tweetmeme-button/" target="_blank">TweetMeme</a></p>
<p><a href="http://www.reddit.com/buttons/" target="_blank">Reddit</a></p>
<p><a href="http://delicious.com/help/savebuttons" target="_blank">Delicious</a></p>
<p>Faqpal Code:</p>
<pre>
<div id="_mcePaste">&lt;a href="http://www.faqpal.com/submit.php?url=&lt;?php the_permalink(); ?&gt;" target="_blank" title="Add it to FaqPal!"&gt;</div>
<div id="_mcePaste">&lt;img src="http://www.faqpal.com/images/buttons/faqpal48x48.png" alt="Add it to FAQPal!" border="0" height="48" width="48"&gt;&lt;/a&gt;</div>
</pre>
<h3>Step 4: Adding Buttons</h3>
<p>Add the code obtained from above links between <strong><em>&lt;div id=&#8221;so_buttons&#8221;&gt;</em></strong> and <strong><em>&lt;/div&gt;</em></strong>.</p>
<p>Put <strong><em>&lt;em&gt;&lt;/em&gt;</em></strong> tag around each code. Your code should look like this.</p>
<pre>&lt;!-- Social Buttons --&gt;
&lt;div&gt;

&lt;em&gt;&lt;script type="text/javascript"&gt;submit_url = '&lt;?php the_permalink() ?&gt;';&lt;/script&gt;
&lt;script src="http://www.designfloat.com/evb2/button.php"&gt;&lt;/script&gt;&lt;/em&gt;

&lt;em&gt;&lt;script type="text/javascript"&gt;url_site='&lt;?php the_permalink(); ?&gt;';&lt;/script&gt;&lt;script src="http://thewebblend.com/sites/all/modules/drigg_external/js/button.js"type="text/javascript"&gt;&lt;/script&gt;&lt;/em&gt;

&lt;em&gt;&lt;script type="text/javascript"&gt;url_site='&lt;?php the_permalink(); ?&gt;'; &lt;/script&gt;&lt;script src="http://designbump.com/sites/all/modules/drigg_external/js/button.js"type="text/javascript"&gt;&lt;/script&gt;&lt;/em&gt;

&lt;em&gt;&lt;a class="DiggThisButton DiggMedium"&gt;&lt;/a&gt;&lt;/em&gt;
&lt;em&gt;&lt;script type="text/javascript"&gt;
tweetmeme_source = 'Powerusers';
tweetmeme_service = 'bit.ly';
&lt;/script&gt;
&lt;script src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/em&gt;
&lt;em&gt;&lt;script src="http://reddit.com/static/button/button2.js"&gt;&lt;/script&gt;&lt;/em&gt;

&lt;em&gt;&lt;script src="http://www.stumbleupon.com/hostedbadge.php?s=5"&gt;&lt;/script&gt;&lt;/em&gt;

&lt;/div&gt;&lt;!-- so_buttons end --&gt;
&lt;!-- Social Buttons End Here --&gt;</pre>
<h3>Step 5: Remember</h3>
<p>For Digg Button you have to add following code either in <strong><em>&lt;head&gt;</em></strong> or in <strong><em>&lt;body&gt;</em></strong></p>
<pre>&lt;script type="text/javascript"&gt;
(function() {
var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];
s.type = 'text/javascript';
s.src = 'http://widgets.digg.com/buttons.js';
s1.parentNode.insertBefore(s, s1);
})();
&lt;/script&gt;</pre>
<p>In TweetMeme, do not forget to change the username in <strong><em>tweetmeme_source = &#8216;Powerusers&#8217;;</em></strong> field.</p>
<p>We are using <strong><em>&lt;em&gt;</em></strong> tag rather than <strong><em>&lt;span&gt;</em></strong> in HTML code because many of the above code itself have <strong><em>&lt;span&gt;</em></strong> tag inbuilt. So when you apply style to our <strong><em>&lt;span&gt;</em></strong> tag it gets applied to all the inbuilt <strong><em>&lt;span&gt;</em></strong> tags.</p>
<h3>Step 6: Let’s add some Style</h3>
<p>Open <strong><em>style.css</em></strong> file from your theme installation folder and add the following code for very simple and basic look.</p>
<pre>/* Social Buttons
/* --------------- */

#so_buttons {
     width: 530px;
     height: 85px;
     background: #ddd;
}

     #so_buttons em{
          margin: 5px 10px 5px 10px;
          float: left;
     }</pre>
<p>Do not forget that you can always change the feel and look by editing CSS file. And here is our final outcome.</p>
<p><img class="aligncenter size-full wp-image-2187" title="Social Sharing Icons" src="http://nikhilmisal.com/wp-content/uploads/2010/04/social-icons.jpg" alt="" width="530" height="221" /></p>
<p>For your inspiration check out the following collection of Sharing Block.</p>
<p>1. <a href="http://www.blog.spoongraphics.co.uk" target="_blank">Blog.Spoongraphics</a></p>
<p><img class="aligncenter size-full wp-image-2188" title="Blog.Spoongraphics" src="http://nikhilmisal.com/wp-content/uploads/2010/04/spoongraphics.jpg" alt="" width="530" height="168" /></p>
<p>2. <a href="http://designinformer.com/" target="_blank">Design Informer</a></p>
<p><img class="aligncenter size-full wp-image-2189" title="Design Informer" src="http://nikhilmisal.com/wp-content/uploads/2010/04/DI.jpg" alt="" width="530" height="148" /></p>
<p>3. <a href="http://buildinternet.com/" target="_blank">Build Internet</a></p>
<p><img class="aligncenter size-full wp-image-2192" title="Build Internet" src="http://nikhilmisal.com/wp-content/uploads/2010/04/build-internet1.jpg" alt="" width="530" height="116" /></p>
<p>4. <a href="http://www.productivedreams.com/" target="_blank">Productive Dreams</a></p>
<p><img class="aligncenter size-full wp-image-2191" title="Productive Dreams" src="http://nikhilmisal.com/wp-content/uploads/2010/04/PD.jpg" alt="" width="530" height="159" /></p>
<p>5. <a href="http://tutorialzine.com/" target="_blank">Tutorialzine</a></p>
<p><img class="aligncenter size-full wp-image-2199" title="Tutorialzine" src="http://nikhilmisal.com/wp-content/uploads/2010/04/tutorialzine.jpg" alt="" width="530" height="179" /><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://nikhilmisal.com/how-to-create-beautiful-minimalist-wordpress-theme-in-photoshop/' title='How to Create Beautiful Minimalist WordPress Theme in Photoshop'>How to Create Beautiful Minimalist WordPress Theme in Photoshop</a></li>
<li><a href='http://nikhilmisal.com/create-simple-random-color-generator-using-javascript/' title='Create Simple Random Color Generator using JavaScript'>Create Simple Random Color Generator using JavaScript</a></li>
<li><a href='http://nikhilmisal.com/how-to-create-coda-slider-in-minutes/' title='How to Create Coda Slider in Minutes'>How to Create Coda Slider in Minutes</a></li>
<li><a href='http://nikhilmisal.com/why-these-31-blogs-rock-always/' title='Why these 31 Blogs Rock (Always)?'>Why these 31 Blogs Rock (Always)?</a></li>
<li><a href='http://nikhilmisal.com/create-simple-navigation-using-css3-styling/' title='Create Simple Navigation using CSS3 Styling'>Create Simple Navigation using CSS3 Styling</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nikhilmisal.com/how-to-add-social-sharing-icons-in-your-post/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How to Create Beautiful Minimalist WordPress Theme in Photoshop</title>
		<link>http://nikhilmisal.com/how-to-create-beautiful-minimalist-wordpress-theme-in-photoshop/</link>
		<comments>http://nikhilmisal.com/how-to-create-beautiful-minimalist-wordpress-theme-in-photoshop/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 11:40:08 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://nikhilmisal.com/?p=1991</guid>
		<description><![CDATA[Today I am going to show you how to easily create a beautiful minimalist WordPress theme in Photoshop. Actually I was working on the re-design of this blog and got an idea to write a tutorial for minimalist WordPress theme. I am using  a noisy texture here a with some letterpress effect which is being [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am going to show you how to easily create a beautiful minimalist WordPress theme in Photoshop. Actually I was working on the re-design of this blog and got an idea to write a tutorial for minimalist WordPress theme.</p>
<p>I am using  a noisy texture here a with some <a href="http://nikhilmisal.com/2009/12/07/letterpress-effects-in-web-design-trends-and-tutorials/">letterpress effect</a> which is being used widely nowadays. Following color scheme is used in this tutorial.</p>
<p><img class="aligncenter size-full wp-image-2029" title="Color Scheme" src="http://nikhilmisal.com/wp-content/uploads/2010/02/color-scheme1.jpg" alt="" width="530" height="88" /></p>
<p>One of my favorite way to choose a color scheme is <a href="http://kuler.adobe.com/" target="_blank">Adobe Kuler</a>. Many great color palletes are available there to choose from. If you want try this tutorial with different colors; go there and choose your favorite.</p>
<p><span id="more-1991"></span></p>
<h3>1. Setting up Working Area</h3>
<p>Create a new document (<strong>File&gt;New</strong>) with following specifications.</p>
<p><img class="aligncenter size-full wp-image-1993" title="1" src="http://nikhilmisal.com/wp-content/uploads/2010/02/1.jpg" alt="" width="530" height="327" /></p>
<p>Now lets add margins to our document. Go to <strong>View&gt;New</strong> Guide and two vertical Guides at 40px and 980px.</p>
<p><img class="aligncenter size-full wp-image-1994" title="2" src="http://nikhilmisal.com/wp-content/uploads/2010/02/2.jpg" alt="" width="229" height="153" /></p>
<p>It would look like this.</p>
<p><img class="aligncenter size-full wp-image-1995" title="3" src="http://nikhilmisal.com/wp-content/uploads/2010/02/3.jpg" alt="" width="418" height="566" /></p>
<h3>2. Creating Background Texture</h3>
<p>Create a new layer above background layer and name it as bg_texture. Change the foreground color to #<strong>bfbcb3</strong> and press (<strong>Alt+Backspace</strong>).</p>
<p>Now go to <strong>Filter&gt;Noise&gt;Add Noise</strong>. Change the Distribution type to Uniform, Amount to 3% and select Monochromatic and apply the filter.</p>
<p><img class="aligncenter size-full wp-image-1996" title="4" src="http://nikhilmisal.com/wp-content/uploads/2010/02/4.jpg" alt="" width="331" height="432" /></p>
<p>Your document would look like this.</p>
<p><img class="aligncenter size-full wp-image-1997" title="5" src="http://nikhilmisal.com/wp-content/uploads/2010/02/5.jpg" alt="" width="418" height="564" /></p>
<h3>3. Let’s Start with the Header</h3>
<p>Create two new Horizontal Guide at 300px and 350px &amp; Vertical Guides at 650px and 680px.</p>
<p><img class="aligncenter size-full wp-image-1998" title="6" src="http://nikhilmisal.com/wp-content/uploads/2010/02/6.jpg" alt="" width="419" height="568" /></p>
<p>Now write your blog name at the center of header area. I choose</p>
<p>Font: Brush Script Std.</p>
<p>Font Size: 150px</p>
<p>Weight: Medium</p>
<p>Color: #f01685</p>
<p><img class="aligncenter size-full wp-image-1999" title="7" src="http://nikhilmisal.com/wp-content/uploads/2010/02/7.jpg" alt="" width="530" height="182" /></p>
<p>Now Double Click on the <em>‘blog title’</em> layer and add the following style.</p>
<p><img class="aligncenter size-full wp-image-2000" title="8" src="http://nikhilmisal.com/wp-content/uploads/2010/02/8.jpg" alt="" width="530" height="394" /></p>
<p>Your header will look somewhat like this.</p>
<p><img class="aligncenter size-full wp-image-2001" title="9" src="http://nikhilmisal.com/wp-content/uploads/2010/02/9.jpg" alt="" width="530" height="166" /></p>
<p>Now add the social icons with color #<strong>9fa69c</strong> as shown below. Vector icons are included in the source file.</p>
<p><img class="aligncenter size-full wp-image-2002" title="10" src="http://nikhilmisal.com/wp-content/uploads/2010/02/10.jpg" alt="" width="530" height="198" /></p>
<p>Add the following layer style to each of these icons.</p>
<p><img class="aligncenter size-full wp-image-2003" title="11" src="http://nikhilmisal.com/wp-content/uploads/2010/02/11.jpg" alt="" width="530" height="354" /></p>
<p>Not it’s time to finish the header.  Select the <strong>Single Row Marquee Tool</strong> from the List Marquee Tools. Create new layer and name it as <strong>header_sep</strong> and add the horizontal selection are as shown below.</p>
<p><img class="aligncenter size-full wp-image-2004" title="12" src="http://nikhilmisal.com/wp-content/uploads/2010/02/12.jpg" alt="" width="495" height="287" /></p>
<p>Fill this area with #<strong>e7e3da</strong>, move the section area downward and fill it with #<strong>474143</strong>. Select the <strong>Eraser Tool</strong> (E) with 300px size and smoothly erase the separator at both ends to look like this.</p>
<p><img class="aligncenter size-full wp-image-2005" title="12a" src="http://nikhilmisal.com/wp-content/uploads/2010/02/12a.jpg" alt="" width="530" height="87" /></p>
<h3>4. Create a Sidebar</h3>
<p>Write the title of sidebar ‘Pages’ and then pages ‘About, Guest Post, Contact’. Here I choose</p>
<p><strong>For title</strong></p>
<p>Font: Verdana</p>
<p>Font Size: 25px</p>
<p>Color: #f01685</p>
<p>Align: Left</p>
<p><strong>For content</strong></p>
<p>Font: Verdana</p>
<p>Font Size: 20px</p>
<p>Color: #9c266a</p>
<p>Align: Left</p>
<p><img class="aligncenter size-full wp-image-2006" title="14" src="http://nikhilmisal.com/wp-content/uploads/2010/02/14.jpg" alt="" width="530" height="231" /></p>
<p>Now add following layer style to sidebar title ‘Pages’</p>
<p><img class="aligncenter size-full wp-image-2007" title="15" src="http://nikhilmisal.com/wp-content/uploads/2010/02/15.jpg" alt="" width="530" height="396" /></p>
<p>Copy <strong>header_sep</strong> layer and paste below the sidebar title ‘Pages’</p>
<p><img class="aligncenter size-full wp-image-2008" title="16" src="http://nikhilmisal.com/wp-content/uploads/2010/02/16.jpg" alt="" width="530" height="254" /></p>
<p>Now cut the separator on the left side to get following result.</p>
<p><img class="aligncenter size-full wp-image-2009" title="17" src="http://nikhilmisal.com/wp-content/uploads/2010/02/17.jpg" alt="" width="530" height="270" /></p>
<h3>5. Add Contents to the Design</h3>
<p>Add some content to the design as shown below.</p>
<p><strong>Title of Post</strong></p>
<p>Font: Verdana</p>
<p>Font Size: 35px</p>
<p>Color: #474143</p>
<p>Align: Right</p>
<p>Add the following layer style to Post title.</p>
<p><img class="aligncenter size-full wp-image-2010" title="18" src="http://nikhilmisal.com/wp-content/uploads/2010/02/18.jpg" alt="" width="530" height="396" /></p>
<p>Add the <strong>header_sep</strong> line at the end of post and cut it on the right side as shown below.</p>
<p><img class="aligncenter size-full wp-image-2011" title="19" src="http://nikhilmisal.com/wp-content/uploads/2010/02/19.jpg" alt="" width="530" height="340" /></p>
<p>Repeat this with another post too.</p>
<h3>6. Finish with the Footer</h3>
<p>Add some copyright stuff and basic links like About, Contact in the footer as shown below.</p>
<p>Font: Verdana</p>
<p>Font-Size: 15px</p>
<p>Color for Pages: #474143</p>
<p>Color for copyright: #bfbcb3</p>
<p><img class="aligncenter size-full wp-image-2012" title="20" src="http://nikhilmisal.com/wp-content/uploads/2010/02/20.jpg" alt="" width="530" height="122" /></p>
<p>Now add following layer style to copyright text.</p>
<p><img class="aligncenter size-full wp-image-2013" title="21" src="http://nikhilmisal.com/wp-content/uploads/2010/02/21.jpg" alt="" width="530" height="395" /></p>
<p>That’s it! You have created a Beautiful WordPress Theme in Photoshop. Here is the Final result.</p>
<p><img class="aligncenter size-full wp-image-2016" title="Final" src="http://nikhilmisal.com/wp-content/uploads/2010/02/final.jpg" alt="" width="530" height="727" /></p>
<p>You can also download the source file here.</p>
<p><a title="Download Now" href="http://dl.dropbox.com/u/1871129/WPtheme-tut.zip"><img class="aligncenter size-full wp-image-2027" title="Download Now" src="http://nikhilmisal.com/wp-content/uploads/2010/02/download_btn.png" alt="" width="150" height="50" /></a>I would like to know your comments and suggestion on this tutorial.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://nikhilmisal.com/how-to-add-social-sharing-icons-in-your-post/' title='How to Add Social Sharing Icons in Your Post'>How to Add Social Sharing Icons in Your Post</a></li>
<li><a href='http://nikhilmisal.com/best-links-of-july/' title='Best Links of July'>Best Links of July</a></li>
<li><a href='http://nikhilmisal.com/20-ultimate-photoshop-tutorials/' title='20 Ultimate Photoshop Tutorials'>20 Ultimate Photoshop Tutorials</a></li>
<li><a href='http://nikhilmisal.com/10-ultimate-photoshop-tutorials/' title='10 Ultimate Photoshop Tutorials'>10 Ultimate Photoshop Tutorials</a></li>
<li><a href='http://nikhilmisal.com/create-simple-random-color-generator-using-javascript/' title='Create Simple Random Color Generator using JavaScript'>Create Simple Random Color Generator using JavaScript</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nikhilmisal.com/how-to-create-beautiful-minimalist-wordpress-theme-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>10 Alternative Uses for WordPress</title>
		<link>http://nikhilmisal.com/10-alternative-uses-for-wordpress/</link>
		<comments>http://nikhilmisal.com/10-alternative-uses-for-wordpress/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 08:48:54 +0000</pubDate>
		<dc:creator>Tom Walker</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[news aggreagators]]></category>
		<category><![CDATA[photoblog]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[video press]]></category>

		<guid isPermaLink="false">http://nikhilmisal.com/?p=1922</guid>
		<description><![CDATA[This is the Guest Post by Tom Walker. If you are interested in writing for us then check out the details here. WordPress is the best and most popular blogging platform around. It’s free, easy to use, endlessly customizable and supported by hundreds of excellent plugins. With WordPress setting such high standards, however, many people [...]]]></description>
			<content:encoded><![CDATA[<p>This is the Guest Post by <em>Tom Walker</em>. If you are interested in writing for us then check out the details <a href="../guest-post/">here</a>.</p>
<p>WordPress is the best and most popular blogging platform around. It’s free, easy to use, endlessly customizable and supported by hundreds of excellent plugins. With WordPress setting such high standards, however, many people have started to question why other types of sites are so much more difficult to set up and manage.</p>
<p>Fortunately, WordPress has become more than simply a blogging tool; it’s now possible to run almost any type of site imaginable using the right mix of plugins and themes. In fact, so many people are now using WordPress to power sites other than blogs that over 50% of today’s WordPress downloaders will use it as a CMS (content management system), according to Matt Mullenweg, the WordPress wizard himself.</p>
<p>Below we explore 10 alternative uses for WordPress, taking a close look at everything from the more common, like shops, forums and photoblogs, to the more unusual, like news aggregators, contact managers and even social networking sites. It will soon become clear that with a bit of ingenuity and creativity, anything’s possible with WordPress!</p>
<p><span id="more-1922"></span></p>
<h3><strong>1. <a href="http://www.instinct.co.nz/e-commerce/" target="_blank">eCommerce</a></strong></h3>
<p><strong><a href="http://www.instinct.co.nz/e-commerce/" target="_blank"><img class="aligncenter size-full wp-image-1923" title="eCommerce" src="http://nikhilmisal.com/wp-content/uploads/2010/02/1ecommerce.jpg" alt="" width="530" height="300" /></a><br />
</strong></p>
<p>Transforming your WordPress blog into an e-commerce shop is easier than you think using WordPress e-Commerce Plugin. It’s integrated with PayPal, Google Checkout and other popular cart types and its appearance can be customized to suit your brand image and the products you’re selling. Shop, another great e-commerce plugin, is also worth checking out. With themes such as Crafty Cart and SimpleCart(js) also available, few people will even realize you’re running your shop through WordPress.</p>
<h3>2. <a href="http://wp-wiki.org/" target="_blank">WordPress Wiki</a></h3>
<p><a href="http://wp-wiki.org/" target="_blank"><img class="aligncenter size-full wp-image-1924" title="WordPress Wiki" src="http://nikhilmisal.com/wp-content/uploads/2010/02/2wordpresswiki.jpg" alt="" width="530" height="300" /></a></p>
<p>Dan Milward, Tom Howard and Allen Han are geniuses. Not only have they managed to create the best e-commerce plugin around in WordPress eCommerce Plugin, they’ve also made an excellent wiki plugin called WordPress Wiki. It’s devastatingly simple, but can be quite restricting for advanced users. If you want to make your wiki site more customizable and slick, you should check out WordPress Wiki Theme, available for just $32.</p>
<h3><strong>3. <a href="http://bbpress.org/" target="_blank">Forum</a></strong></h3>
<p><strong><a href="http://bbpress.org/" target="_blank"><img class="aligncenter size-full wp-image-1925" title="Forum" src="http://nikhilmisal.com/wp-content/uploads/2010/02/3forum.jpg" alt="" width="530" height="300" /></a><br />
</strong></p>
<p>Rather than using themes and plugins, the best way to run a successful forum in WordPress is to integrate a forum script into your blog. bbPress is the best piece of forum software we’ve come across so far, in terms of both looks and ease of use. It was created (reportedly in just a few days) by Matt Mullenweg, the founder of WordPress, so you can be sure that it compliments WordPress perfectly. If you find bbPress somewhat limiting, however, you might prefer to use a more high-tech piece of forum software like vBulletin, although this can be a more expensive and trickier option.</p>
<h3><strong>4. <a href="http://rolopress.com/" target="_blank">Contact Manager</a></strong></h3>
<p><strong><a href="http://rolopress.com/" target="_blank"><img class="aligncenter size-full wp-image-1926" title="Contact Manager" src="http://nikhilmisal.com/wp-content/uploads/2010/02/4contactmanager.jpg" alt="" width="530" height="300" /></a><br />
</strong></p>
<p>Using WordPress to create a basic contact manager is really easy. Creating a contact manager that’s taggable, searchable and members only is a little bit more difficult, requiring a careful mix of additional plugins. RoloPress, an app built on top of WordPress, will be sufficient for most users’ needs however. With RoloPress, you can easily add, edit and makes notes on contacts and companies from the front-end, so you’re not constantly logging into the admin area.</p>
<h3><strong>5. <a href="http://www.dailywp.com/jobpress-wordpress-theme/" target="_blank">Job Board</a></strong></h3>
<p><strong><a href="http://www.dailywp.com/jobpress-wordpress-theme/" target="_blank"><img class="aligncenter size-full wp-image-1927" title="Job Board" src="http://nikhilmisal.com/wp-content/uploads/2010/02/5jobboard.jpg" alt="" width="530" height="300" /></a><br />
</strong></p>
<p>There’s no better theme available than JobPress for using WordPress to run a job listings board. It’s not free, but at $79, we reckon it’s worth it. Not only can you post, edit and display job classifieds with ease, its payment system lets users charge securely using both PayPal and credit/debit cards.</p>
<h3><strong>6. <a href="http://www.wpreviewsite.com/" target="_blank">Review Site</a></strong></h3>
<p><strong><a href="http://www.wpreviewsite.com/" target="_blank"><img class="aligncenter size-full wp-image-1928" title="Review Site" src="http://nikhilmisal.com/wp-content/uploads/2010/02/6reviewsite.jpg" alt="" width="530" height="300" /></a><br />
</strong></p>
<p>WP Review Site is the one powerful plugin you need to operate a review site through WordPress. With this great plugin, you can either add a star rating system to your current blog, whichever theme you’re using, or create an all-encompassing user-powered review site of your very own, complete with Top 10s, embedded Google Maps and rating widgets for your sidebar and marketing tools too. At $97, it’s not cheap, but if you can make your site a success, there’s no reason why you can’t start charging commissions to companies reviewed.</p>
<h3><strong>7. <a href="http://buddypress.org/" target="_blank">Social Networking Site</a></strong></h3>
<p><strong><a href="http://buddypress.org/" target="_blank"><img class="aligncenter size-full wp-image-1929" title="Social Networking Site" src="http://nikhilmisal.com/wp-content/uploads/2010/02/7socialnetworking.jpg" alt="" width="530" height="300" /></a><br />
</strong></p>
<p>BuddyPress is a suite of open-source blogging extensions for WordPress MU which gives you the power, as a WordPress user, to run your own social networking site. Your site’s users sign up, get a profile, create their own blogs, chat in forums, private message one another, become “friends” and join “groups”, all from the comfort of your own WordPress site. The only downside to BuddyPress is that you can’t simply transform your existing blog into a social network, unless you’re already using WordPress MU. Migrating content across, however, is fairly simple.</p>
<h3><strong>8. <a href="http://www.whoismanu.com/blog/" target="_blank">Photoblog</a></strong></h3>
<p><strong><a href="http://www.whoismanu.com/blog/" target="_blank"><img class="aligncenter size-full wp-image-1930" title="Photoblog" src="http://nikhilmisal.com/wp-content/uploads/2010/02/8photoblog.jpg" alt="" width="530" height="300" /></a><br />
</strong></p>
<p>You can easily upload images and photos in your WordPress posts and pages, but if you want to create a polished photoblog, you’re going to have to look beyond core. There are tons of gallery plugins available, it’s just a case of choosing the ones that are right for you. I highly recommend PhotoQ, a plugin capable of turning your ordinary blog into a photoblog in an instant. You can batch upload several images at once and even create an upload queue, setting a time at which the top ones will automatically upload themselves.</p>
<h3><strong>9. <a href="http://www.eblogtemplates.com/video-flick-wordpress-theme/" target="_blank">Video Site</a></strong></h3>
<p><strong><a href="http://www.eblogtemplates.com/video-flick-wordpress-theme/" target="_blank"><img class="aligncenter size-full wp-image-1931" title="Video Site" src="http://nikhilmisal.com/wp-content/uploads/2010/02/9videosite.jpg" alt="" width="530" height="300" /></a><br />
</strong></p>
<p>Some image gallery plugins will let you upload videos too, but none do so as successfully as “VideoFlick”. At first glance, it looks like a thumbnail gallery (albeit a good looking one), but click on any of the images and a video is launched in a full-screen Ajax window. YouTube, Google Video, MetaCafe, DailyMotion, FLV (Flash) Video, Quicktime and Windows Media Video are all supported. VideoFlick is fully customizable, letting you adjust layout and colors as well as thumbnail size and orientation.</p>
<h3><strong>10. <a href="http://ericulous.com/2007/06/11/popurls-clone-using-wordpress/" target="_blank">News Aggregator</a></strong></h3>
<p><strong><a href="http://ericulous.com/2007/06/11/popurls-clone-using-wordpress/" target="_blank"><img class="aligncenter size-full wp-image-1932" title="News Aggregator" src="http://nikhilmisal.com/wp-content/uploads/2010/02/10newsaggregator.jpg" alt="" width="530" height="300" /></a><br />
</strong></p>
<p>When it comes to running a news aggregator through WordPress, one theme stands head-and-shoulders above the rest: OneNews WP. It lets you easily create a single page aggregator like <a href="http://popurls.com/" target="_blank">Popurls</a> or a multi-page aggregator like <a href="http://alltop.com/" target="_blank">Alltop</a>. Although it might look difficult to manage from the front-end, in fact it couldn’t be simpler. Feed blocks can be added and arranged with no coding whatsoever. Unlike some other themes in this list, OneNews WP requires no additional plugins to achieve its main objective.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://nikhilmisal.com/best-links-of-july/' title='Best Links of July'>Best Links of July</a></li>
<li><a href='http://nikhilmisal.com/how-to-add-social-sharing-icons-in-your-post/' title='How to Add Social Sharing Icons in Your Post'>How to Add Social Sharing Icons in Your Post</a></li>
<li><a href='http://nikhilmisal.com/how-to-create-beautiful-minimalist-wordpress-theme-in-photoshop/' title='How to Create Beautiful Minimalist WordPress Theme in Photoshop'>How to Create Beautiful Minimalist WordPress Theme in Photoshop</a></li>
<li><a href='http://nikhilmisal.com/8-video-series-every-web-developer-must-watch/' title='8 Video Series: Every Web Developer Must Watch'>8 Video Series: Every Web Developer Must Watch</a></li>
<li><a href='http://nikhilmisal.com/how-to-change-default-gravatar-in-wordpress/' title='How to Change Default Gravatar in WordPress'>How to Change Default Gravatar in WordPress</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nikhilmisal.com/10-alternative-uses-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>How to Change Default Gravatar in WordPress</title>
		<link>http://nikhilmisal.com/how-to-change-default-gravatar-in-wordpress/</link>
		<comments>http://nikhilmisal.com/how-to-change-default-gravatar-in-wordpress/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 11:12:27 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Gravatar]]></category>

		<guid isPermaLink="false">http://nikhilmisal.com/?p=1454</guid>
		<description><![CDATA[Gravatar is one of the best features of the WordPress. It is nothing but the image associated to your email id. Whenever you use this email address for placing comments or create profiles in WP blog, the image associated to your email is displayed. You can read more about Gravatar on WP because this tutorial [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Gravatar</strong> is one of the best features of the WordPress. It is nothing but the image associated to your email id. Whenever you use this email address for placing comments or create profiles in WP blog, the image associated to your email is displayed.</p>
<p>You can read more about<a href="http://codex.wordpress.org/Using_Gravatars" target="_blank"> Gravatar on WP</a> because this tutorial is not about ‘what is gravater?’ So in this tutorial I am going to show you how to change the default “<em>Mystery Man Gravatar</em>” to your very own “<em>Guest Gravatar</em>”.</p>
<p><span id="more-1454"></span>You can use gravatar in wordpress with the gravatar wordpress plugin or it can be manually added in <strong>index.php</strong>, <strong>comments.php</strong> and <strong>comments-popup.php</strong></p>
<p>Many times the gravatar comes with the WordPress Theme, so in this case it is located in the functions.php file. This file is responsible for additional options of the theme which appears in the WordPress Dashboard.  So let’s add the new gravatar.</p>
<p>Open <strong>functions.php</strong> file. Add the following code at the end of the file just before and save it.</p>
<pre>/* Powerusers Gravatar
/* ----------------------------------------------*/
add_filter( 'avatar_defaults', 'newgravatar' );  

function newgravatar ($avatar_defaults) {
     $myavatar = get_bloginfo('template_directory') . '/images/p-gravatar.jpg';
     $avatar_defaults[$myavatar] = "Powerusers Gravatar";
     return $avatar_defaults;
}</pre>
<h4>Explanation:</h4>
<p>First line is adding a “newgravatar” to the default avatars (avatar_defaults) available in the WordPress.</p>
<pre>add_filter( 'avatar_defaults', 'newgravatar' );</pre>
<div id="attachment_1480" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-1480  " title="default-avatar 7J56SDA9BJCF" src="http://nikhilmisal.com/wp-content/uploads/2009/12/default-avatar1.jpg" alt="Default Avatar in WordPress" width="500" height="320" /><p class="wp-caption-text">Default Avatar in WordPress</p></div>
<p>Next the newgravatar function is providing the location of the image which is in the images folder of the WP installation directory and assigning a name “Powerusers Gravatar” to it.</p>
<pre>function newgravatar ($avatar_defaults) {
     $myavatar = get_bloginfo('template_directory') . '/images/p-gravatar.jpg';
     $avatar_defaults[$myavatar] = "Powerusers Gravatar";</pre>
<p>And finally the output is sent back to default avatars (avatar_default) which displays the gravatar in the default gravatar list in the dashboard.</p>
<pre>return $avatar_defaults;</pre>
<p>Now go to your <strong>Dashboard-&gt;Setting-&gt;Discussion</strong>. Scroll down the page and select your new default gravatar. And you are done.</p>
<div id="attachment_1491" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-1491" title="default-avatar1" src="http://nikhilmisal.com/wp-content/uploads/2009/12/default-avatar11.jpg" alt="Here is the New Avatar!" width="500" height="354" /><p class="wp-caption-text">Here is the New Avatar!</p></div>
<p>You can customize the size and look of the Gravatar for the comments section.</p>
<p>For <strong>changing the size</strong>, open <strong>functions.php</strong> again and look for the following code and change the size in $size=” ” field.</p>
<pre> get_avatar( $comment, $size='50' );</pre>
<p>You can <strong>customize the look</strong> by editing the style properties for gravatar class in the <strong>style.css</strong> file.</p>
<p>So now on there will be no Mystery men in your blog.</p>
<p><strong>What do you think about the Mystery Man? Do you want to keep the Default Gravatar or want your own?</strong> <strong>Let us know in the Comment!</strong><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://nikhilmisal.com/how-to-add-social-sharing-icons-in-your-post/' title='How to Add Social Sharing Icons in Your Post'>How to Add Social Sharing Icons in Your Post</a></li>
<li><a href='http://nikhilmisal.com/how-to-create-beautiful-minimalist-wordpress-theme-in-photoshop/' title='How to Create Beautiful Minimalist WordPress Theme in Photoshop'>How to Create Beautiful Minimalist WordPress Theme in Photoshop</a></li>
<li><a href='http://nikhilmisal.com/8-video-series-every-web-developer-must-watch/' title='8 Video Series: Every Web Developer Must Watch'>8 Video Series: Every Web Developer Must Watch</a></li>
<li><a href='http://nikhilmisal.com/10-alternative-uses-for-wordpress/' title='10 Alternative Uses for WordPress'>10 Alternative Uses for WordPress</a></li>
<li><a href='http://nikhilmisal.com/best-links-of-july/' title='Best Links of July'>Best Links of July</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nikhilmisal.com/how-to-change-default-gravatar-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

