<?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>WpFunc &#187; sidebar</title>
	<atom:link href="http://www.wpfunc.com/tag/sidebar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Fri, 09 Jul 2010 09:05:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Make Tabs for your Sidebar!</title>
		<link>http://www.wpfunc.com/wordpress/make-tabs-for-your-sidebar.html</link>
		<comments>http://www.wpfunc.com/wordpress/make-tabs-for-your-sidebar.html#comments</comments>
		<pubDate>Sat, 20 Feb 2010 20:40:23 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[sliding]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=398</guid>
		<description><![CDATA[I found this article in BlogOhBlog. there is some plugins for this and most premium themes have special tabs like that. You can do this without any plugin or any help. Just read this article and use this codes. Easy and minimal -simple- tabs. Lets Begin!
Here is the code;
First; download this file and extract gomtabs.js [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/use-tabs-in-your-blog.html' rel='bookmark' title='Permanent Link: Use Tabs in Your Blog!'>Use Tabs in Your Blog!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/a-simple-login-form-for-your-sidebar.html' rel='bookmark' title='Permanent Link: A Simple Login Form For Your Sidebar!'>A Simple Login Form For Your Sidebar!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/make-your-rss-feed-link-auto-discoverable.html' rel='bookmark' title='Permanent Link: Make Your RSS Feed Link Auto Discoverable!'>Make Your RSS Feed Link Auto Discoverable!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I found this article in BlogOhBlog. there is some plugins for this and most premium themes have special tabs like that. You can do this without any plugin or any help. Just read this article and use this codes. Easy and minimal -simple- tabs. Lets Begin!<span id="more-398"></span></p>
<h3>Here is the code;</h3>
<p style="text-align: justify;">First; download this file and extract gomtabs.js and domtabs.css into your theme folder.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<p style="text-align: justify;">After that make a backup of header.php and open it. Add this code before the<span style="color: #ff0000;"><strong> &lt;/head&gt;</strong></span> tag;</p>
<pre class="brush: php;">&lt;script type=&quot;text/javascript&quot; src=&quot;&lt;?php bloginfo('template_directory'); ?&gt;/domtab.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;&lt;?php bloginfo('template_directory'); ?&gt;/domtab.css&quot; media=&quot;screen&quot; /&gt;</pre>
<p style="text-align: justify;">Save the file and upload the server. After this you can add this code into any file of your theme. Change code what you can add;</p>
<pre class="brush: php;">&lt;div class=&quot;domtab&quot;&gt;
&lt;ul class=&quot;domtabs&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#t1&quot;&gt;Tab 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#t2&quot;&gt;Tab 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#t3&quot;&gt;Tab 3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;a name=&quot;t1&quot; id=&quot;t1&quot;&gt;&lt;/a&gt;
&lt;p&gt;Insert contents of the first tab here,
e.g. The code for a plugin.&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;a name=&quot;t2&quot; id=&quot;t2&quot;&gt;&lt;/a&gt;
&lt;p&gt;Insert contents of the second tab here.&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;a name=&quot;t3&quot; id=&quot;t3&quot;&gt;&lt;/a&gt;
&lt;p&gt;Insert contents of the third tab here.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</pre>
<p style="text-align: center;"><a class="highslide img_3" href="http://www.wpfunc.com/wp-content/uploads/2010/02/jquery-tabs.gif" onclick="return hs.expand(this)"><img class="size-full wp-image-399 aligncenter" title="jquery-tabs" src="http://www.wpfunc.com/wp-content/uploads/2010/02/jquery-tabs.gif" alt="" width="273" height="138" /></a></p>
<p style="text-align: justify;">That&#8217;s All. Have a nice day!</p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fmake-tabs-for-your-sidebar.html&amp;title=Make%20Tabs%20for%20your%20Sidebar%21&amp;notes=I%20found%20this%20article%20in%20BlogOhBlog.%20there%20is%20some%20plugins%20for%20this%20and%20most%20premium%20themes%20have%20special%20tabs%20like%20that.%20You%20can%20do%20this%20without%20any%20plugin%20or%20any%20help.%20Just%20read%20this%20article%20and%20use%20this%20codes.%20Easy%20and%20minimal%20-simple-%20tabs.%20Lets%20Be'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fmake-tabs-for-your-sidebar.html&amp;title=Make%20Tabs%20for%20your%20Sidebar%21&amp;bodytext=I%20found%20this%20article%20in%20BlogOhBlog.%20there%20is%20some%20plugins%20for%20this%20and%20most%20premium%20themes%20have%20special%20tabs%20like%20that.%20You%20can%20do%20this%20without%20any%20plugin%20or%20any%20help.%20Just%20read%20this%20article%20and%20use%20this%20codes.%20Easy%20and%20minimal%20-simple-%20tabs.%20Lets%20Be'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fmake-tabs-for-your-sidebar.html&amp;t=Make%20Tabs%20for%20your%20Sidebar%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=Make%20Tabs%20for%20your%20Sidebar%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fmake-tabs-for-your-sidebar.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fmake-tabs-for-your-sidebar.html&amp;title=Make%20Tabs%20for%20your%20Sidebar%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fmake-tabs-for-your-sidebar.html&amp;title=Make%20Tabs%20for%20your%20Sidebar%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fmake-tabs-for-your-sidebar.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fmake-tabs-for-your-sidebar.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fmake-tabs-for-your-sidebar.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/use-tabs-in-your-blog.html' rel='bookmark' title='Permanent Link: Use Tabs in Your Blog!'>Use Tabs in Your Blog!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/a-simple-login-form-for-your-sidebar.html' rel='bookmark' title='Permanent Link: A Simple Login Form For Your Sidebar!'>A Simple Login Form For Your Sidebar!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/make-your-rss-feed-link-auto-discoverable.html' rel='bookmark' title='Permanent Link: Make Your RSS Feed Link Auto Discoverable!'>Make Your RSS Feed Link Auto Discoverable!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/make-tabs-for-your-sidebar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Tabs in Your Blog!</title>
		<link>http://www.wpfunc.com/wordpress/use-tabs-in-your-blog.html</link>
		<comments>http://www.wpfunc.com/wordpress/use-tabs-in-your-blog.html#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:34:09 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[header.php]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[non-premium themes]]></category>
		<category><![CDATA[Premium themes]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/wordpress/use-tabs-in-your-blog.html</guid>
		<description><![CDATA[Some Premium WordPress themes have jQuery tabs in the original. But if you have a non-premium theme you can easily apply this tabs in your theme. You integrate 1 js file and 1 css file in your theme and some code :) Let&#8217;s Begin&#8230;
Here is the code and files;
Firstly Download this file for the begining. [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/make-tabs-for-your-sidebar.html' rel='bookmark' title='Permanent Link: Make Tabs for your Sidebar!'>Make Tabs for your Sidebar!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/make-your-rss-feed-link-auto-discoverable.html' rel='bookmark' title='Permanent Link: Make Your RSS Feed Link Auto Discoverable!'>Make Your RSS Feed Link Auto Discoverable!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/add-social-bookmarks-bar-into-your-blog.html' rel='bookmark' title='Permanent Link: Add Social Bookmarks Bar into your Blog!'>Add Social Bookmarks Bar into your Blog!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Some Premium WordPress themes have jQuery tabs in the original. But if you have a non-premium theme you can easily apply this tabs in your theme. You integrate 1 js file and 1 css file in your theme and some code :) Let&#8217;s Begin&#8230;<span id="more-233"></span></p>
<h3>Here is the code and files;</h3>
<p style="text-align: justify;">Firstly <a href="http://www.wpfunc.com/wp-content/uploads/2009/09/domtabs.zip">Download this file</a> for the begining. There are 2 css files in this zip archive. Upload these files in yout theme directory and just add these code in your themes <span style="color: #ff0000;"><strong>header.php</strong></span> above the <em><strong><span style="color: #ff0000;">&lt;/head&gt;</span></strong></em> tag;</p>
<pre class="brush: plain;">&lt;script type=&quot;text/javascript&quot; src=&quot;&lt;?php bloginfo('template_directory'); ?&gt;/domtab.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;&lt;?php bloginfo('template_directory'); ?&gt;/domtab.css&quot; media=&quot;screen&quot; /&gt;</pre>
<p style="text-align: justify;">After that we will make our tabs. Just copey this code and paste it into your sidebar;</p>
<pre class="brush: plain;">&lt;div class=&quot;domtab&quot;&gt;
&lt;ul class=&quot;domtabs&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#t1&quot;&gt;Tab 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#t2&quot;&gt;Tab 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#t3&quot;&gt;Tab 3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;a name=&quot;t1&quot; id=&quot;t1&quot;&gt;&lt;/a&gt;
&lt;p&gt;Insert contents of the first tab here,
e.g. The code for a plugin.&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;a name=&quot;t2&quot; id=&quot;t2&quot;&gt;&lt;/a&gt;
&lt;p&gt;Insert contents of the second tab here.&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;a name=&quot;t3&quot; id=&quot;t3&quot;&gt;&lt;/a&gt;
&lt;p&gt;Insert contents of the third tab here.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</pre>
<p style="text-align: justify;">You can make changes for your interests. That&#8217;s All. Thanks to <a href="http://www.blogohblog.com/10-wordpress-hacks-to-make-your-life-even-easier/" target="_blank">Blog-oh-Blog</a> for this code.</p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fuse-tabs-in-your-blog.html&amp;title=Use%20Tabs%20in%20Your%20Blog%21&amp;notes=Some%20Premium%20WordPress%20themes%20have%20jQuery%20tabs%20in%20the%20original.%20But%20if%20you%20have%20a%20non-premium%20theme%20you%20can%20easily%20apply%20this%20tabs%20in%20your%20theme.%20You%20integrate%201%20js%20file%20and%201%20css%20file%20in%20your%20theme%20and%20some%20code%20%3A%29%20Let%27s%20Begin...%0D%0A%0D%0AHere%20is%20the%20code'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fuse-tabs-in-your-blog.html&amp;title=Use%20Tabs%20in%20Your%20Blog%21&amp;bodytext=Some%20Premium%20WordPress%20themes%20have%20jQuery%20tabs%20in%20the%20original.%20But%20if%20you%20have%20a%20non-premium%20theme%20you%20can%20easily%20apply%20this%20tabs%20in%20your%20theme.%20You%20integrate%201%20js%20file%20and%201%20css%20file%20in%20your%20theme%20and%20some%20code%20%3A%29%20Let%27s%20Begin...%0D%0A%0D%0AHere%20is%20the%20code'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fuse-tabs-in-your-blog.html&amp;t=Use%20Tabs%20in%20Your%20Blog%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=Use%20Tabs%20in%20Your%20Blog%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fuse-tabs-in-your-blog.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fuse-tabs-in-your-blog.html&amp;title=Use%20Tabs%20in%20Your%20Blog%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fuse-tabs-in-your-blog.html&amp;title=Use%20Tabs%20in%20Your%20Blog%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fuse-tabs-in-your-blog.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fuse-tabs-in-your-blog.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fuse-tabs-in-your-blog.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/make-tabs-for-your-sidebar.html' rel='bookmark' title='Permanent Link: Make Tabs for your Sidebar!'>Make Tabs for your Sidebar!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/make-your-rss-feed-link-auto-discoverable.html' rel='bookmark' title='Permanent Link: Make Your RSS Feed Link Auto Discoverable!'>Make Your RSS Feed Link Auto Discoverable!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/add-social-bookmarks-bar-into-your-blog.html' rel='bookmark' title='Permanent Link: Add Social Bookmarks Bar into your Blog!'>Add Social Bookmarks Bar into your Blog!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/use-tabs-in-your-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple Login Form For Your Sidebar!</title>
		<link>http://www.wpfunc.com/wordpress/a-simple-login-form-for-your-sidebar.html</link>
		<comments>http://www.wpfunc.com/wordpress/a-simple-login-form-for-your-sidebar.html#comments</comments>
		<pubDate>Thu, 10 Sep 2009 20:03:12 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[login form]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=164</guid>
		<description><![CDATA[If you want to add a new login form to your Sidebar or Page tepmlate you can use this simple code :) This will make a way for quick login. Lets Begin..
Here is the code;
&#60;?php if (!(current_user_can('level_0'))){ ?&#62;
&#60;h2&#62;Login&#60;/h2&#62;
&#60;form action=&#34;&#60;?php echo get_option('home'); ?&#62;/wp-login.php&#34; method=&#34;post&#34;&#62;
&#60;input type=&#34;text&#34; name=&#34;log&#34; id=&#34;log&#34; value=&#34;&#60;?php echo wp_specialchars(stripslashes($user_login), 1) ?&#62;&#34; size=&#34;20&#34; /&#62;
&#60;input type=&#34;password&#34; name=&#34;pwd&#34; [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/build-a-top-sliding-login-panel.html' rel='bookmark' title='Permanent Link: Build a Top Sliding Login Panel'>Build a Top Sliding Login Panel</a></li>
<li><a href='http://www.wpfunc.com/wordpress/contact-form-7-changes-plugin-admin-path.html' rel='bookmark' title='Permanent Link: Contact Form 7 Changes Plugin Admin Path!'>Contact Form 7 Changes Plugin Admin Path!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-your-usable-tags-in-your-comment-form.html' rel='bookmark' title='Permanent Link: Show your usable tags in your comment form!'>Show your usable tags in your comment form!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you want to add a new login form to your Sidebar or Page tepmlate you can use this simple code :) This will make a way for quick login. Lets Begin..<span id="more-164"></span></p>
<h1>Here is the code;</h1>
<pre class="brush: plain;">&lt;?php if (!(current_user_can('level_0'))){ ?&gt;
&lt;h2&gt;Login&lt;/h2&gt;
&lt;form action=&quot;&lt;?php echo get_option('home'); ?&gt;/wp-login.php&quot; method=&quot;post&quot;&gt;
&lt;input type=&quot;text&quot; name=&quot;log&quot; id=&quot;log&quot; value=&quot;&lt;?php echo wp_specialchars(stripslashes($user_login), 1) ?&gt;&quot; size=&quot;20&quot; /&gt;
&lt;input type=&quot;password&quot; name=&quot;pwd&quot; id=&quot;pwd&quot; size=&quot;20&quot; /&gt;
&lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;Send&quot; class=&quot;button&quot; /&gt;
    &lt;p&gt;
       &lt;label for=&quot;rememberme&quot;&gt;&lt;input name=&quot;rememberme&quot; id=&quot;rememberme&quot; type=&quot;checkbox&quot; checked=&quot;checked&quot; value=&quot;forever&quot; /&gt; Remember me&lt;/label&gt;
       &lt;input type=&quot;hidden&quot; name=&quot;redirect_to&quot; value=&quot;&lt;?php echo $_SERVER['REQUEST_URI']; ?&gt;&quot; /&gt;
    &lt;/p&gt;
&lt;/form&gt;
&lt;a href=&quot;&lt;?php echo get_option('home'); ?&gt;/wp-login.php?action=lostpassword&quot;&gt;Recover password&lt;/a&gt;
&lt;?php } else { ?&gt;
&lt;h2&gt;Logout&lt;/h2&gt;
&lt;a href=&quot;&lt;?php echo wp_logout_url(urlencode($_SERVER['REQUEST_URI'])); ?&gt;&quot;&gt;logout&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://XXX/wp-admin/&quot;&gt;admin&lt;/a&gt;
&lt;?php }?&gt;</pre>
<p>That&#8217;s All. Have a nice day!</p>
<p><em>The Original Post: </em><a href="http://www.wprecipes.com/add-a-login-form-on-your-wordpress-theme" target="_blank"><em>Add a Login Form to Your WordPress Theme</em></a></p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fa-simple-login-form-for-your-sidebar.html&amp;title=A%20Simple%20Login%20Form%20For%20Your%20Sidebar%21&amp;notes=If%20you%20want%20to%20add%20a%20new%20login%20form%20to%20your%20Sidebar%20or%20Page%20tepmlate%20you%20can%20use%20this%20simple%20code%20%3A%29%20This%20will%20make%20a%20way%20for%20quick%20login.%20Lets%20Begin..%0D%0AHere%20is%20the%20code%3B%0D%0A%5Bcode%5D%26lt%3B%3Fphp%20if%20%28%21%28current_user_can%28%27level_0%27%29%29%29%7B%20%3F%26gt%3B%0D%0A%26lt%3Bh2%26gt%3BLogin%26lt%3B'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fa-simple-login-form-for-your-sidebar.html&amp;title=A%20Simple%20Login%20Form%20For%20Your%20Sidebar%21&amp;bodytext=If%20you%20want%20to%20add%20a%20new%20login%20form%20to%20your%20Sidebar%20or%20Page%20tepmlate%20you%20can%20use%20this%20simple%20code%20%3A%29%20This%20will%20make%20a%20way%20for%20quick%20login.%20Lets%20Begin..%0D%0AHere%20is%20the%20code%3B%0D%0A%5Bcode%5D%26lt%3B%3Fphp%20if%20%28%21%28current_user_can%28%27level_0%27%29%29%29%7B%20%3F%26gt%3B%0D%0A%26lt%3Bh2%26gt%3BLogin%26lt%3B'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fa-simple-login-form-for-your-sidebar.html&amp;t=A%20Simple%20Login%20Form%20For%20Your%20Sidebar%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=A%20Simple%20Login%20Form%20For%20Your%20Sidebar%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fa-simple-login-form-for-your-sidebar.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fa-simple-login-form-for-your-sidebar.html&amp;title=A%20Simple%20Login%20Form%20For%20Your%20Sidebar%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fa-simple-login-form-for-your-sidebar.html&amp;title=A%20Simple%20Login%20Form%20For%20Your%20Sidebar%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fa-simple-login-form-for-your-sidebar.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fa-simple-login-form-for-your-sidebar.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fa-simple-login-form-for-your-sidebar.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/build-a-top-sliding-login-panel.html' rel='bookmark' title='Permanent Link: Build a Top Sliding Login Panel'>Build a Top Sliding Login Panel</a></li>
<li><a href='http://www.wpfunc.com/wordpress/contact-form-7-changes-plugin-admin-path.html' rel='bookmark' title='Permanent Link: Contact Form 7 Changes Plugin Admin Path!'>Contact Form 7 Changes Plugin Admin Path!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-your-usable-tags-in-your-comment-form.html' rel='bookmark' title='Permanent Link: Show your usable tags in your comment form!'>Show your usable tags in your comment form!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/a-simple-login-form-for-your-sidebar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Your RSS Feeds via wp_list_category</title>
		<link>http://www.wpfunc.com/wordpress/list-your-rss-feeds-via-wp-list-category.html</link>
		<comments>http://www.wpfunc.com/wordpress/list-your-rss-feeds-via-wp-list-category.html#comments</comments>
		<pubDate>Sat, 01 Aug 2009 10:00:22 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[list category]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[Widget]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=141</guid>
		<description><![CDATA[Dou you want list your categories with your Feed link? There is only 2 lines code for this. You can show this feed in your sidebar. You have to use with text widget if your theme is a widgetized. That&#8217;s a good code i think! Lets begin&#8230;
Here is the code;

&#60;?php wp_list_categories('feed_image=http://www.myblog.com/image.gif&#38;feed=XML Feed&#38;optioncount=1&#38;children=0'); ?&#62;
If you can [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/fetch-and-display-rss-feeds.html' rel='bookmark' title='Permanent Link: Fetch and display RSS feeds'>Fetch and display RSS feeds</a></li>
<li><a href='http://www.wpfunc.com/wordpress/make-your-rss-feed-link-auto-discoverable.html' rel='bookmark' title='Permanent Link: Make Your RSS Feed Link Auto Discoverable!'>Make Your RSS Feed Link Auto Discoverable!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/popular-posts-without-any-plugin.html' rel='bookmark' title='Permanent Link: Popular Posts, Without any Plugin!'>Popular Posts, Without any Plugin!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Dou you want list your categories with your Feed link? There is only 2 lines code for this. You can show this feed in your sidebar. You have to use with text widget if your theme is a widgetized. That&#8217;s a good code i think! Lets begin&#8230;<span id="more-141"></span></p>
<h3>Here is the code;</h3>
<pre class="brush: plain;">
&lt;?php wp_list_categories('feed_image=http://www.myblog.com/image.gif&amp;feed=XML Feed&amp;optioncount=1&amp;children=0'); ?&gt;</pre>
<p>If you can change &#8220;http://www.myblog.com/image.gif&#8221; you can change your RSS image.</p>
<p>That&#8217;s all. Have a nice day!</p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Flist-your-rss-feeds-via-wp-list-category.html&amp;title=List%20Your%20WpFunc%20Feeds%20via%20wp_list_category&amp;notes=Dou%20you%20want%20list%20your%20categories%20with%20your%20Feed%20link%3F%20There%20is%20only%202%20lines%20code%20for%20this.%20You%20can%20show%20this%20feed%20in%20your%20sidebar.%20You%20have%20to%20use%20with%20text%20widget%20if%20your%20theme%20is%20a%20widgetized.%20That%27s%20a%20good%20code%20i%20think%21%20Lets%20begin...%0D%0AHere%20is%20the'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Flist-your-rss-feeds-via-wp-list-category.html&amp;title=List%20Your%20WpFunc%20Feeds%20via%20wp_list_category&amp;bodytext=Dou%20you%20want%20list%20your%20categories%20with%20your%20Feed%20link%3F%20There%20is%20only%202%20lines%20code%20for%20this.%20You%20can%20show%20this%20feed%20in%20your%20sidebar.%20You%20have%20to%20use%20with%20text%20widget%20if%20your%20theme%20is%20a%20widgetized.%20That%27s%20a%20good%20code%20i%20think%21%20Lets%20begin...%0D%0AHere%20is%20the'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Flist-your-rss-feeds-via-wp-list-category.html&amp;t=List%20Your%20WpFunc%20Feeds%20via%20wp_list_category'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=List%20Your%20WpFunc%20Feeds%20via%20wp_list_category&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Flist-your-rss-feeds-via-wp-list-category.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Flist-your-rss-feeds-via-wp-list-category.html&amp;title=List%20Your%20WpFunc%20Feeds%20via%20wp_list_category'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Flist-your-rss-feeds-via-wp-list-category.html&amp;title=List%20Your%20WpFunc%20Feeds%20via%20wp_list_category'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Flist-your-rss-feeds-via-wp-list-category.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Flist-your-rss-feeds-via-wp-list-category.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Flist-your-rss-feeds-via-wp-list-category.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/fetch-and-display-rss-feeds.html' rel='bookmark' title='Permanent Link: Fetch and display RSS feeds'>Fetch and display RSS feeds</a></li>
<li><a href='http://www.wpfunc.com/wordpress/make-your-rss-feed-link-auto-discoverable.html' rel='bookmark' title='Permanent Link: Make Your RSS Feed Link Auto Discoverable!'>Make Your RSS Feed Link Auto Discoverable!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/popular-posts-without-any-plugin.html' rel='bookmark' title='Permanent Link: Popular Posts, Without any Plugin!'>Popular Posts, Without any Plugin!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/list-your-rss-feeds-via-wp-list-category.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Popular Posts, Without any Plugin!</title>
		<link>http://www.wpfunc.com/wordpress/popular-posts-without-any-plugin.html</link>
		<comments>http://www.wpfunc.com/wordpress/popular-posts-without-any-plugin.html#comments</comments>
		<pubDate>Sat, 25 Jul 2009 08:25:14 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[Popular Posts]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[single.php]]></category>
		<category><![CDATA[Widget]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=110</guid>
		<description><![CDATA[Hi everybody, you can show your most commented popular posts wtihout any plugin. It&#8217;s a simple code. Easy useable and appliable. We will edit siderbar.php or single.php. Where you want to show popular posts, you can edit any file. If you are ready, Lets begin&#8230;
Here is the code;
&#60;h2&#62;Popular Posts&#60;/h2&#62;
&#60;ul&#62;
&#60;?php $result = $wpdb-&#62;get_results(&#34;SELECT comment_count,ID,post_title FROM $wpdb-&#62;posts [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/general/related-posts-without-any-plugin.html' rel='bookmark' title='Permanent Link: Related Posts, Without any Plugin!'>Related Posts, Without any Plugin!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-word-counts-on-your-posts.html' rel='bookmark' title='Permanent Link: Show word counts on your posts!'>Show word counts on your posts!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/most-recent-comments-without-any-plugin.html' rel='bookmark' title='Permanent Link: Most Recent Comments! Without Any Plugin'>Most Recent Comments! Without Any Plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hi everybody, you can show your most commented popular posts wtihout any plugin. It&#8217;s a simple code. Easy useable and appliable. We will edit siderbar.php or single.php. Where you want to show popular posts, you can edit any file. If you are ready, Lets begin&#8230;<span id="more-110"></span></p>
<h3>Here is the code;</h3>
<pre class="brush: plain;">&lt;h2&gt;Popular Posts&lt;/h2&gt;
&lt;ul&gt;
&lt;?php $result = $wpdb-&gt;get_results(&quot;SELECT comment_count,ID,post_title FROM $wpdb-&gt;posts ORDER BY comment_count DESC LIMIT 0 , 5&quot;);
foreach ($result as $post) {
setup_postdata($post);
$postid = $post-&gt;ID;
$title = $post-&gt;post_title;
$commentcount = $post-&gt;comment_count;
if ($commentcount != 0) { ?&gt;
&lt;li&gt;&lt;a href=&quot;&lt;?php echo get_permalink($postid); ?&gt;&quot; title=&quot;&lt;?php echo $title ?&gt;&quot;&gt;
&lt;?php echo $title ?&gt;&lt;/a&gt; {&lt;?php echo $commentcount ?&gt;}&lt;/li&gt;
&lt;?php } } ?&gt;
&lt;/ul&gt;</pre>
<p style="text-align: justify;">If you want to make a <em><strong>Popular Post Widget,</strong></em> you can use this code on <span style="color: #ff0000;"><em><strong>sidebar.php</strong></em></span> or if you want to show this after post, you have to add this code after loop in  <span style="color: #ff0000;"><strong><em>single.php</em></strong></span>.</p>
<p style="text-align: justify;">If you change the number &#8220;<em><strong>5</strong></em>&#8221; you can change Popular Posts Number :)</p>
<p style="text-align: justify;">That&#8217;s All! Have a nice day.</p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fpopular-posts-without-any-plugin.html&amp;title=Popular%20Posts%2C%20Without%20any%20Plugin%21&amp;notes=Hi%20everybody%2C%20you%20can%20show%20your%20most%20commented%20popular%20posts%20wtihout%20any%20plugin.%20It%27s%20a%20simple%20code.%20Easy%20useable%20and%20appliable.%20We%20will%20edit%20siderbar.php%20or%20single.php.%20Where%20you%20want%20to%20show%20popular%20posts%2C%20you%20can%20edit%20any%20file.%20If%20you%20are%20ready%2C%20L'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fpopular-posts-without-any-plugin.html&amp;title=Popular%20Posts%2C%20Without%20any%20Plugin%21&amp;bodytext=Hi%20everybody%2C%20you%20can%20show%20your%20most%20commented%20popular%20posts%20wtihout%20any%20plugin.%20It%27s%20a%20simple%20code.%20Easy%20useable%20and%20appliable.%20We%20will%20edit%20siderbar.php%20or%20single.php.%20Where%20you%20want%20to%20show%20popular%20posts%2C%20you%20can%20edit%20any%20file.%20If%20you%20are%20ready%2C%20L'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fpopular-posts-without-any-plugin.html&amp;t=Popular%20Posts%2C%20Without%20any%20Plugin%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=Popular%20Posts%2C%20Without%20any%20Plugin%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fpopular-posts-without-any-plugin.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fpopular-posts-without-any-plugin.html&amp;title=Popular%20Posts%2C%20Without%20any%20Plugin%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fpopular-posts-without-any-plugin.html&amp;title=Popular%20Posts%2C%20Without%20any%20Plugin%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fpopular-posts-without-any-plugin.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fpopular-posts-without-any-plugin.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fpopular-posts-without-any-plugin.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/general/related-posts-without-any-plugin.html' rel='bookmark' title='Permanent Link: Related Posts, Without any Plugin!'>Related Posts, Without any Plugin!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-word-counts-on-your-posts.html' rel='bookmark' title='Permanent Link: Show word counts on your posts!'>Show word counts on your posts!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/most-recent-comments-without-any-plugin.html' rel='bookmark' title='Permanent Link: Most Recent Comments! Without Any Plugin'>Most Recent Comments! Without Any Plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/popular-posts-without-any-plugin.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
