<?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; Wordpress</title>
	<atom:link href="http://www.wpfunc.com/tag/wordpress/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>New Wp Menu System on Old themes&#8230;</title>
		<link>http://www.wpfunc.com/wordpress/new-wp-menu-system-on-old-themes.html</link>
		<comments>http://www.wpfunc.com/wordpress/new-wp-menu-system-on-old-themes.html#comments</comments>
		<pubDate>Fri, 09 Jul 2010 09:05:32 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[fallback_cp]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[header.php]]></category>
		<category><![CDATA[menu sistemi]]></category>
		<category><![CDATA[menu_order]]></category>
		<category><![CDATA[sor_column]]></category>
		<category><![CDATA[theme_location]]></category>
		<category><![CDATA[wordpress 3.0]]></category>
		<category><![CDATA[wp-admin]]></category>
		<category><![CDATA[wp_categories_menu]]></category>
		<category><![CDATA[wp_nav_menu]]></category>
		<category><![CDATA[wp_page_menu]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=457</guid>
		<description><![CDATA[With this article i&#8217;ll show you how to use new wordpress menu system on old themes (before 3.0). Let&#8217;s Begin.
Open your theme&#8217;s functions.php with your favourite php editor. After that add this code into file. First code for theme menu support, second code for register a menu area for use.
// New Menu Support For theme [...]<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/highlight-the-searched-text.html' rel='bookmark' title='Permanent Link: Highlight the Searched Text!'>Highlight the Searched Text!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/remove-protected-and-private-from-title.html' rel='bookmark' title='Permanent Link: Remove Protected and Private from title!'>Remove Protected and Private from title!</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;">With this article i&#8217;ll show you how to use new wordpress menu system on old themes (before 3.0). Let&#8217;s Begin.<span id="more-457"></span></p>
<p style="text-align: justify;">Open your theme&#8217;s <span style="color: #ff0000;"><strong>functions.php</strong></span> with your favourite php editor. After that add this code into file. First code for theme menu support, second code for register a menu area for use.</p>
<pre class="brush: php;">// New Menu Support For theme //
add_theme_support( 'nav-menus' );</pre>
<pre class="brush: php;">register_nav_menu('main', 'Main Navigation Area');</pre>
<p style="text-align: justify;">After that save functions.php and upload the server. After that open your <span style="color: #ff0000;"><strong>header.php</strong></span> and replace all that code with your old menu code (wp_page_menu, wp_categories_menu).</p>
<pre class="brush: php;">&lt;?php wp_nav_menu( array( 'theme_location' =&gt; 'main', 'sort_column' =&gt; 'menu_order', 'fallback_cb' =&gt; 'wp_page_menu' ) ); ?&gt;</pre>
<p style="text-align: justify;">After that you can use new menu system with your old theme. And if you don&#8217;t wat to use new menu. This code add <strong>wp_page_menu</strong> for you.</p>
<p style="text-align: justify;">That&#8217;s All.</p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fnew-wp-menu-system-on-old-themes.html&amp;title=New%20Wp%20Menu%20System%20on%20Old%20themes...&amp;notes=With%20this%20article%20i%27ll%20show%20you%20how%20to%20use%20new%20wordpress%20menu%20system%20on%20old%20themes%20%28before%203.0%29.%20Let%27s%20Begin.%0D%0AOpen%20your%20theme%27s%20functions.php%20with%20your%20favourite%20php%20editor.%20After%20that%20add%20this%20code%20into%20file.%20First%20code%20for%20theme%20menu%20support%2C%20seco'><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%2Fnew-wp-menu-system-on-old-themes.html&amp;title=New%20Wp%20Menu%20System%20on%20Old%20themes...&amp;bodytext=With%20this%20article%20i%27ll%20show%20you%20how%20to%20use%20new%20wordpress%20menu%20system%20on%20old%20themes%20%28before%203.0%29.%20Let%27s%20Begin.%0D%0AOpen%20your%20theme%27s%20functions.php%20with%20your%20favourite%20php%20editor.%20After%20that%20add%20this%20code%20into%20file.%20First%20code%20for%20theme%20menu%20support%2C%20seco'><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%2Fnew-wp-menu-system-on-old-themes.html&amp;t=New%20Wp%20Menu%20System%20on%20Old%20themes...'><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=New%20Wp%20Menu%20System%20on%20Old%20themes...&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fnew-wp-menu-system-on-old-themes.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%2Fnew-wp-menu-system-on-old-themes.html&amp;title=New%20Wp%20Menu%20System%20on%20Old%20themes...'><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%2Fnew-wp-menu-system-on-old-themes.html&amp;title=New%20Wp%20Menu%20System%20on%20Old%20themes...'><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%2Fnew-wp-menu-system-on-old-themes.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%2Fnew-wp-menu-system-on-old-themes.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%2Fnew-wp-menu-system-on-old-themes.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/highlight-the-searched-text.html' rel='bookmark' title='Permanent Link: Highlight the Searched Text!'>Highlight the Searched Text!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/remove-protected-and-private-from-title.html' rel='bookmark' title='Permanent Link: Remove Protected and Private from title!'>Remove Protected and Private from title!</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/new-wp-menu-system-on-old-themes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delay your feed updates</title>
		<link>http://www.wpfunc.com/wordpress/delay-your-feed-updates.html</link>
		<comments>http://www.wpfunc.com/wordpress/delay-your-feed-updates.html#comments</comments>
		<pubDate>Thu, 01 Jul 2010 07:47:49 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[delay]]></category>
		<category><![CDATA[delay time]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[publish time]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=454</guid>
		<description><![CDATA[You can set the feed update time with a simple function. The only need you have to edit your theme&#8217;s functions.php. Let&#8217;s Begin.
Here is the code;
// delay feed update
function publish_later_on_feed($where) {
	global $wpdb;

	if (is_feed()) {
		// timestamp in WP-format
		$now = gmdate('Y-m-d H:i:s');

		// value for wait; + device
		$wait = '5'; // integer

		// http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_timestampdiff
		$device = 'MINUTE'; // MINUTE, HOUR, [...]<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/do-you-want-to-add-your-ads-to-your-blog-feed.html' rel='bookmark' title='Permanent Link: Do you want to add your ads to your Blog Feed?'>Do you want to add your ads to your Blog Feed?</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/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>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You can set the feed update time with a simple function. The only need you have to edit your theme&#8217;s functions.php. Let&#8217;s Begin.<span id="more-454"></span></p>
<h3>Here is the code;</h3>
<pre class="brush: php;">// delay feed update
function publish_later_on_feed($where) {
	global $wpdb;

	if (is_feed()) {
		// timestamp in WP-format
		$now = gmdate('Y-m-d H:i:s');

		// value for wait; + device
		$wait = '5'; // integer

		// http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_timestampdiff
		$device = 'MINUTE'; // MINUTE, HOUR, DAY, WEEK, MONTH, YEAR

		// add SQL-sytax to default $where
		$where .= &quot; AND TIMESTAMPDIFF($device, $wpdb-&gt;posts.post_date_gmt, '$now') &gt; $wait &quot;;
	}
	return $where;
}
add_filter('posts_where', 'publish_later_on_feed');</pre>
<p>With this code update will wait for 5 minutes. You can chnge this time period. Just change <span style="color: #ff0000;"><strong>$wait</strong></span> value for this.<br />
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%2Fdelay-your-feed-updates.html&amp;title=Delay%20your%20feed%20updates&amp;notes=You%20can%20set%20the%20feed%20update%20time%20with%20a%20simple%20function.%20The%20only%20need%20you%20have%20to%20edit%20your%20theme%27s%20functions.php.%20Let%27s%20Begin.%0D%0AHere%20is%20the%20code%3B%0D%0A%5Bphp%5D%2F%2F%20delay%20feed%20update%0D%0Afunction%20publish_later_on_feed%28%24where%29%20%7B%0D%0A%09global%20%24wpdb%3B%0D%0A%0D%0A%09if%20%28is_feed%28%29'><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%2Fdelay-your-feed-updates.html&amp;title=Delay%20your%20feed%20updates&amp;bodytext=You%20can%20set%20the%20feed%20update%20time%20with%20a%20simple%20function.%20The%20only%20need%20you%20have%20to%20edit%20your%20theme%27s%20functions.php.%20Let%27s%20Begin.%0D%0AHere%20is%20the%20code%3B%0D%0A%5Bphp%5D%2F%2F%20delay%20feed%20update%0D%0Afunction%20publish_later_on_feed%28%24where%29%20%7B%0D%0A%09global%20%24wpdb%3B%0D%0A%0D%0A%09if%20%28is_feed%28%29'><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%2Fdelay-your-feed-updates.html&amp;t=Delay%20your%20feed%20updates'><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=Delay%20your%20feed%20updates&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fdelay-your-feed-updates.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%2Fdelay-your-feed-updates.html&amp;title=Delay%20your%20feed%20updates'><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%2Fdelay-your-feed-updates.html&amp;title=Delay%20your%20feed%20updates'><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%2Fdelay-your-feed-updates.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%2Fdelay-your-feed-updates.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%2Fdelay-your-feed-updates.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/do-you-want-to-add-your-ads-to-your-blog-feed.html' rel='bookmark' title='Permanent Link: Do you want to add your ads to your Blog Feed?'>Do you want to add your ads to your Blog Feed?</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/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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/delay-your-feed-updates.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Out!</title>
		<link>http://www.wpfunc.com/wordpress/wordpress-3-0-out.html</link>
		<comments>http://www.wpfunc.com/wordpress/wordpress-3-0-out.html#comments</comments>
		<pubDate>Thu, 17 Jun 2010 19:04:20 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vuvuzela]]></category>
		<category><![CDATA[wordpress 3.0]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=448</guid>
		<description><![CDATA[The new release of WordPress (3.0) has been out today. There are a lot of new things and new functions. Upgrade your WordPres and Arm Your Vuvuzelas :) (I get this last sentence from WordPress blog). If you want to watch video read this article.
Here is the WordPress blog article. Click Here.
Here is the Video;



Related [...]<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-two-or-more-single-php.html' rel='bookmark' title='Permanent Link: Use Two or More Single.php'>Use Two or More Single.php</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-hide-wordpress-version-on-header.html' rel='bookmark' title='Permanent Link: How to Hide WordPress Version On Header?'>How to Hide WordPress Version On Header?</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-make-a-magazin-style-wordpress-dropdown-menu.html' rel='bookmark' title='Permanent Link: How to make a magazin style wordpress dropdown menu?'>How to make a magazin style wordpress dropdown menu?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The new release of WordPress (3.0) has been out today. There are a lot of new things and new functions. Upgrade your WordPres and Arm Your Vuvuzelas :) (I get this last sentence from WordPress blog). If you want to watch video read this article.<span id="more-448"></span></p>
<p>Here is the WordPress blog article. <a href="http://wordpress.org/development/2010/06/thelonious/" target="_blank">Click Here.</a></p>
<p>Here is the Video;</p>
<p><object style="width: 520px; height: 300px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="520" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="flashvars" value="guid=BQtfIEY1&amp;width=430&amp;height=240&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><embed style="width: 520px; height: 300px;" type="application/x-shockwave-flash" width="520" height="300" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" flashvars="guid=BQtfIEY1&amp;width=430&amp;height=240&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" wmode="transparent"></embed></object></p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fwordpress-3-0-out.html&amp;title=WordPress%203.0%20Out%21&amp;notes=The%20new%20release%20of%20WordPress%20%283.0%29%20has%20been%20out%20today.%20There%20are%20a%20lot%20of%20new%20things%20and%20new%20functions.%20Upgrade%20your%20WordPres%20and%20Arm%20Your%20Vuvuzelas%20%3A%29%20%28I%20get%20this%20last%20sentence%20from%20WordPress%20blog%29.%20If%20you%20want%20to%20watch%20video%20read%20this%20article.%0D%0AHer'><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%2Fwordpress-3-0-out.html&amp;title=WordPress%203.0%20Out%21&amp;bodytext=The%20new%20release%20of%20WordPress%20%283.0%29%20has%20been%20out%20today.%20There%20are%20a%20lot%20of%20new%20things%20and%20new%20functions.%20Upgrade%20your%20WordPres%20and%20Arm%20Your%20Vuvuzelas%20%3A%29%20%28I%20get%20this%20last%20sentence%20from%20WordPress%20blog%29.%20If%20you%20want%20to%20watch%20video%20read%20this%20article.%0D%0AHer'><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%2Fwordpress-3-0-out.html&amp;t=WordPress%203.0%20Out%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=WordPress%203.0%20Out%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fwordpress-3-0-out.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%2Fwordpress-3-0-out.html&amp;title=WordPress%203.0%20Out%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%2Fwordpress-3-0-out.html&amp;title=WordPress%203.0%20Out%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%2Fwordpress-3-0-out.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%2Fwordpress-3-0-out.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%2Fwordpress-3-0-out.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-two-or-more-single-php.html' rel='bookmark' title='Permanent Link: Use Two or More Single.php'>Use Two or More Single.php</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-hide-wordpress-version-on-header.html' rel='bookmark' title='Permanent Link: How to Hide WordPress Version On Header?'>How to Hide WordPress Version On Header?</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-make-a-magazin-style-wordpress-dropdown-menu.html' rel='bookmark' title='Permanent Link: How to make a magazin style wordpress dropdown menu?'>How to make a magazin style wordpress dropdown menu?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/wordpress-3-0-out.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Udegbunam Asked &#8220;How i hide my content from IE6 Users?&#8221;</title>
		<link>http://www.wpfunc.com/wordpress/udegbunam-asked-how-i-hide-my-content-from-ie6-users.html</link>
		<comments>http://www.wpfunc.com/wordpress/udegbunam-asked-how-i-hide-my-content-from-ie6-users.html#comments</comments>
		<pubDate>Fri, 11 Jun 2010 10:06:06 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[have_posts]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[index.php]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Udegbunam]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=440</guid>
		<description><![CDATA[Hi again. I know i can&#8217;t write near 20 days. But Udegbunam asked me a question on this post. I try some code on this problem and i found a solution for this. You know, i write an article about using  Two or more single php. I used some if and else option for change [...]<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-two-or-more-single-php.html' rel='bookmark' title='Permanent Link: Use Two or More Single.php'>Use Two or More Single.php</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-include-comments-in-posts-lists.html' rel='bookmark' title='Permanent Link: How to include comments in posts lists?'>How to include comments in posts lists?</a></li>
<li><a href='http://www.wpfunc.com/wordpress/add-breadcumbs-without-a-plugin.html' rel='bookmark' title='Permanent Link: Add Breadcumbs without a plugin!'>Add Breadcumbs without a plugin!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hi again. I know i can&#8217;t write near 20 days. But <a href="http://www.wpfunc.com/wordpress/show-default-theme-for-ie6-visitors.html#comment-56" target="_blank">Udegbunam asked me a question on this post</a>. I try some code on this problem and i found a solution for this. You know, i write an article about using  <a href="http://www.wpfunc.com/wordpress/use-two-or-more-single-php.html" target="_blank">Two or more single php</a>. <span id="more-440"></span>I used some if and else option for change single.php for each category. With this code we can change our index.php for IE6 users. Nearly simple code and we can use this with different browsers (IE7, Safari etc.).  Lets begin!</p>
<p style="text-align: justify;"><span class="alert">Before start make a backup of your theme&#8217;s index.php. I used default theme&#8217;s files for this. Your template can have different files or codes.</span></p>
<p style="text-align: justify;">Firstly we have to copy our real index.php twice. After that rename them with <span style="color: #ff0000;"><strong>index-ie6.php</strong></span> and <span style="color: #ff0000;"><strong>index-real.php</strong></span>. Clear <strong><span style="color: #ff0000;">index.php</span></strong>&#8216;s code and place that code below;</p>
<pre class="brush: php;">&lt;?php
if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6') !== false) {
include(TEMPLATEPATH . '/index-ie6.php'); }
else { include(TEMPLATEPATH . '/index-real.php');
}
?&gt;</pre>
<p style="text-align: justify;">After that we change index-ie6.php for IE6 users. I simply change <span style="color: #ff0000;"><strong>have_post</strong></span><span style="color: #ff0000;">s</span> function with a <span style="color: #ff0000;"><strong>h3</strong></span> :). Here is the <span style="color: #ff0000;"><strong>index-ie6.php</strong></span>;</p>
<pre class="brush: php;">&lt;?php
/**
 * @package WordPress
 * @subpackage Default_Theme
 */

get_header(); ?&gt;

	&lt;div id=&quot;content&quot; class=&quot;narrowcolumn&quot; role=&quot;main&quot;&gt;
&lt;div&gt;&lt;h3&gt;Sorry You're using Internet Explorer 6 &lt;/h3&gt;&lt;/div&gt;

	&lt;/div&gt;

&lt;?php get_sidebar(); ?&gt;

&lt;?php get_footer(); ?&gt;
</pre>
<p style="text-align: justify;"><span style="color: #ff0000;"><strong>Don&#8217;t change index-real.php&#8217;s codes. This is the real index.php of your theme.</strong></span><br />
That&#8217;s All. There is no more code :) If you want i take some screenshots for this. IE6, IE8 and Firefox.</p>

<a href='http://www.wpfunc.com/wordpress/udegbunam-asked-how-i-hide-my-content-from-ie6-users.html/attachment/firefox' title='Firefox Works Regularly'><img width="150" height="150" src="http://www.wpfunc.com/wp-content/uploads/2010/06/firefox-150x150.png" class="attachment-thumbnail" alt="Firefox Works Regularly" title="Firefox Works Regularly" /></a>
<a href='http://www.wpfunc.com/wordpress/udegbunam-asked-how-i-hide-my-content-from-ie6-users.html/attachment/ie6' title='IE 6 shows what we write'><img width="150" height="150" src="http://www.wpfunc.com/wp-content/uploads/2010/06/ie6-150x150.png" class="attachment-thumbnail" alt="IE 6 shows what we write" title="IE 6 shows what we write" /></a>
<a href='http://www.wpfunc.com/wordpress/udegbunam-asked-how-i-hide-my-content-from-ie6-users.html/attachment/ie8' title='IE8 Works Regularly'><img width="150" height="150" src="http://www.wpfunc.com/wp-content/uploads/2010/06/ie8-150x150.png" class="attachment-thumbnail" alt="IE8 Works Regularly" title="IE8 Works Regularly" /></a>

<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fudegbunam-asked-how-i-hide-my-content-from-ie6-users.html&amp;title=Udegbunam%20Asked%20%22How%20i%20hide%20my%20content%20from%20IE6%20Users%3F%22&amp;notes=Hi%20again.%20I%20know%20i%20can%27t%20write%20near%2020%20days.%20But%20Udegbunam%20asked%20me%20a%20question%20on%20this%20post.%20I%20try%20some%20code%20on%20this%20problem%20and%20i%20found%20a%20solution%20for%20this.%20You%20know%2C%20i%20write%20an%20article%20about%20using%C2%A0%20Two%20or%20more%20single%20php.%20I%20used%20some%20if%20and%20else%20o'><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%2Fudegbunam-asked-how-i-hide-my-content-from-ie6-users.html&amp;title=Udegbunam%20Asked%20%22How%20i%20hide%20my%20content%20from%20IE6%20Users%3F%22&amp;bodytext=Hi%20again.%20I%20know%20i%20can%27t%20write%20near%2020%20days.%20But%20Udegbunam%20asked%20me%20a%20question%20on%20this%20post.%20I%20try%20some%20code%20on%20this%20problem%20and%20i%20found%20a%20solution%20for%20this.%20You%20know%2C%20i%20write%20an%20article%20about%20using%C2%A0%20Two%20or%20more%20single%20php.%20I%20used%20some%20if%20and%20else%20o'><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%2Fudegbunam-asked-how-i-hide-my-content-from-ie6-users.html&amp;t=Udegbunam%20Asked%20%22How%20i%20hide%20my%20content%20from%20IE6%20Users%3F%22'><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=Udegbunam%20Asked%20%22How%20i%20hide%20my%20content%20from%20IE6%20Users%3F%22&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fudegbunam-asked-how-i-hide-my-content-from-ie6-users.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%2Fudegbunam-asked-how-i-hide-my-content-from-ie6-users.html&amp;title=Udegbunam%20Asked%20%22How%20i%20hide%20my%20content%20from%20IE6%20Users%3F%22'><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%2Fudegbunam-asked-how-i-hide-my-content-from-ie6-users.html&amp;title=Udegbunam%20Asked%20%22How%20i%20hide%20my%20content%20from%20IE6%20Users%3F%22'><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%2Fudegbunam-asked-how-i-hide-my-content-from-ie6-users.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%2Fudegbunam-asked-how-i-hide-my-content-from-ie6-users.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%2Fudegbunam-asked-how-i-hide-my-content-from-ie6-users.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-two-or-more-single-php.html' rel='bookmark' title='Permanent Link: Use Two or More Single.php'>Use Two or More Single.php</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-include-comments-in-posts-lists.html' rel='bookmark' title='Permanent Link: How to include comments in posts lists?'>How to include comments in posts lists?</a></li>
<li><a href='http://www.wpfunc.com/wordpress/add-breadcumbs-without-a-plugin.html' rel='bookmark' title='Permanent Link: Add Breadcumbs without a plugin!'>Add Breadcumbs without a plugin!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/udegbunam-asked-how-i-hide-my-content-from-ie6-users.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small Security Hole in WordPress!</title>
		<link>http://www.wpfunc.com/wordpress/small-security-hole-in-wordpress.html</link>
		<comments>http://www.wpfunc.com/wordpress/small-security-hole-in-wordpress.html#comments</comments>
		<pubDate>Thu, 20 May 2010 07:29:25 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[login name]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[security hole]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=436</guid>
		<description><![CDATA[When you add a comment to your article WordPress system adds a class which named &#8220;comment-author-&#8217;username&#8217; &#8220;. But when you add a comment as administrator the system make this class &#8220;comment-author-yourloginname&#8221; . Bavotasan thinks it will be a security hole for WordPress. If you add this function into your theme&#8217;s functions.php this problem will be [...]<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/detect-user-browser-and-apply-a-stylesheet.html' rel='bookmark' title='Permanent Link: Detect User Browser And Apply A StyleSheet'>Detect User Browser And Apply A StyleSheet</a></li>
<li><a href='http://www.wpfunc.com/wordpress/highlight-the-author-comments.html' rel='bookmark' title='Permanent Link: Highlight the Author Comments!'>Highlight the Author Comments!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-add-author-name-to-author-archive.html' rel='bookmark' title='Permanent Link: How to Add Author Name to Author Archive'>How to Add Author Name to Author Archive</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">When you add a comment to your article WordPress system adds a class which named &#8220;comment-author-&#8217;username&#8217; &#8220;. But when you add a comment as administrator the system make this class &#8220;comment-author-yourloginname&#8221; . Bavotasan thinks it will be a security hole for WordPress. If you add this function into your theme&#8217;s functions.php this problem will be solve. <span id="more-436"></span></p>
<h3>Here is the function;</h3>
<pre class="brush: php;">function remove_comment_author_class( $classes ) {
	foreach( $classes as $key =&gt; $class ) {
		if(strstr($class, &quot;comment-author-&quot;)) {
			unset( $classes[$key] );
		}
	}
	return $classes;
}
add_filter( 'comment_class' , 'remove_comment_author_class' );</pre>
<p><a href="http://bavotasan.com/tutorials/small-security-hole-in-wordpress-comments/" target="_blank">Here is the original post!</a></p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fsmall-security-hole-in-wordpress.html&amp;title=Small%20Security%20Hole%20in%20WordPress%21&amp;notes=When%20you%20add%20a%20comment%20to%20your%20article%20Wordpress%20system%20adds%20a%20class%20which%20named%20%22comment-author-%27username%27%20%22.%20But%20when%20you%20add%20a%20comment%20as%20administrator%20the%20system%20make%20this%20class%20%22comment-author-yourloginname%22%20.%20Bavotasan%20thinks%20it%20will%20be%20a%20secur'><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%2Fsmall-security-hole-in-wordpress.html&amp;title=Small%20Security%20Hole%20in%20WordPress%21&amp;bodytext=When%20you%20add%20a%20comment%20to%20your%20article%20Wordpress%20system%20adds%20a%20class%20which%20named%20%22comment-author-%27username%27%20%22.%20But%20when%20you%20add%20a%20comment%20as%20administrator%20the%20system%20make%20this%20class%20%22comment-author-yourloginname%22%20.%20Bavotasan%20thinks%20it%20will%20be%20a%20secur'><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%2Fsmall-security-hole-in-wordpress.html&amp;t=Small%20Security%20Hole%20in%20WordPress%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=Small%20Security%20Hole%20in%20WordPress%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fsmall-security-hole-in-wordpress.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%2Fsmall-security-hole-in-wordpress.html&amp;title=Small%20Security%20Hole%20in%20WordPress%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%2Fsmall-security-hole-in-wordpress.html&amp;title=Small%20Security%20Hole%20in%20WordPress%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%2Fsmall-security-hole-in-wordpress.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%2Fsmall-security-hole-in-wordpress.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%2Fsmall-security-hole-in-wordpress.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/detect-user-browser-and-apply-a-stylesheet.html' rel='bookmark' title='Permanent Link: Detect User Browser And Apply A StyleSheet'>Detect User Browser And Apply A StyleSheet</a></li>
<li><a href='http://www.wpfunc.com/wordpress/highlight-the-author-comments.html' rel='bookmark' title='Permanent Link: Highlight the Author Comments!'>Highlight the Author Comments!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-add-author-name-to-author-archive.html' rel='bookmark' title='Permanent Link: How to Add Author Name to Author Archive'>How to Add Author Name to Author Archive</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/small-security-hole-in-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Random Post Button!</title>
		<link>http://www.wpfunc.com/wordpress/create-a-random-post-button.html</link>
		<comments>http://www.wpfunc.com/wordpress/create-a-random-post-button.html#comments</comments>
		<pubDate>Wed, 05 May 2010 10:32:37 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[post_status]]></category>
		<category><![CDATA[post_type]]></category>
		<category><![CDATA[random post]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[visitor]]></category>
		<category><![CDATA[wp_posts]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=428</guid>
		<description><![CDATA[You can create a ramdom post button for your visitors. If you create this the visitors can click it and can read any of your posts! Read this tutorial and simply apply this codes. Let&#8217;s Begin!
Here is the code;
1st step:  Get your post from SQL
We will use sql command for get random post. Here is [...]<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/add-numbers-next-to-each-post.html' rel='bookmark' title='Permanent Link: Add Numbers next to each post!'>Add Numbers next to each post!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/delete-your-posts-revisions-simply-quickly.html' rel='bookmark' title='Permanent Link: Delete Your Posts Revisions! Simply, Quickly!'>Delete Your Posts Revisions! Simply, Quickly!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/create-pdf-button.html' rel='bookmark' title='Permanent Link: Create PDF Button'>Create PDF Button</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You can create a ramdom post button for your visitors. If you create this the visitors can click it and can read any of your posts! Read this tutorial and simply apply this codes. Let&#8217;s Begin!<span id="more-428"></span></p>
<h3>Here is the code;</h3>
<h3>1st step:  Get your post from SQL</h3>
<p>We will use sql command for get random post. Here is the command;</p>
<pre class="brush: sql;">SELECT guid FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' ORDER BY RAND() LIMIT 1</pre>
<p>Explaining of this command;</p>
<p><strong>guid:</strong> The URL of our post</p>
<p><strong>wp_posts:</strong> The table of posts</p>
<p><strong>post_type: </strong>This is the type of we get</p>
<p><strong>post_status: </strong> Is this published? Yes</p>
<p><strong>order by rand:</strong> Randomize of our request</p>
<p><strong>Limit:</strong> We limited for 1 post.</p>
<h3>2nd Step: Locate the php code where you want.</h3>
<pre class="brush: php;">&lt;?php
$randomPost = $wpdb-&gt;get_var(&quot;SELECT guid FROM $wpdb-&gt;posts WHERE post_type = 'post' AND post_status = 'publish' ORDER BY rand() LIMIT 1&quot;);
echo '&lt;a href=&quot;'.$randomPost.'&quot;&gt;Random Post&lt;/a&gt;';
?&gt;</pre>
<p>You can add this code where you want.<br />
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%2Fcreate-a-random-post-button.html&amp;title=Create%20a%20Random%20Post%20Button%21&amp;notes=You%20can%20create%20a%20ramdom%20post%20button%20for%20your%20visitors.%20If%20you%20create%20this%20the%20visitors%20can%20click%20it%20and%20can%20read%20any%20of%20your%20posts%21%20Read%20this%20tutorial%20and%20simply%20apply%20this%20codes.%20Let%27s%20Begin%21%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0A1st%20step%3A%C2%A0%20Get%20your%20post%20from%20SQL%0D'><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%2Fcreate-a-random-post-button.html&amp;title=Create%20a%20Random%20Post%20Button%21&amp;bodytext=You%20can%20create%20a%20ramdom%20post%20button%20for%20your%20visitors.%20If%20you%20create%20this%20the%20visitors%20can%20click%20it%20and%20can%20read%20any%20of%20your%20posts%21%20Read%20this%20tutorial%20and%20simply%20apply%20this%20codes.%20Let%27s%20Begin%21%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0A1st%20step%3A%C2%A0%20Get%20your%20post%20from%20SQL%0D'><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%2Fcreate-a-random-post-button.html&amp;t=Create%20a%20Random%20Post%20Button%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=Create%20a%20Random%20Post%20Button%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fcreate-a-random-post-button.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%2Fcreate-a-random-post-button.html&amp;title=Create%20a%20Random%20Post%20Button%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%2Fcreate-a-random-post-button.html&amp;title=Create%20a%20Random%20Post%20Button%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%2Fcreate-a-random-post-button.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%2Fcreate-a-random-post-button.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%2Fcreate-a-random-post-button.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/add-numbers-next-to-each-post.html' rel='bookmark' title='Permanent Link: Add Numbers next to each post!'>Add Numbers next to each post!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/delete-your-posts-revisions-simply-quickly.html' rel='bookmark' title='Permanent Link: Delete Your Posts Revisions! Simply, Quickly!'>Delete Your Posts Revisions! Simply, Quickly!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/create-pdf-button.html' rel='bookmark' title='Permanent Link: Create PDF Button'>Create PDF Button</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/create-a-random-post-button.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add Numbers next to each post!</title>
		<link>http://www.wpfunc.com/wordpress/add-numbers-next-to-each-post.html</link>
		<comments>http://www.wpfunc.com/wordpress/add-numbers-next-to-each-post.html#comments</comments>
		<pubDate>Mon, 19 Apr 2010 21:23:21 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[article numbers]]></category>
		<category><![CDATA[article title]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[Loop]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[wordpress forums]]></category>
		<category><![CDATA[wprecipes]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=425</guid>
		<description><![CDATA[I found that trick in WordPress Forums. After i saw this trick into WpRecipes. You can add article numbers (ex. Article #1, Article #2) next to your posts. Let&#8217;s Begin&#8230;
Here is the code;
Add this code into your theme&#8217;s functions.php;
function updateNumbers() {
/* numbering the published posts: preparation: create an array with the ID in sequence of [...]<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/create-a-random-post-button.html' rel='bookmark' title='Permanent Link: Create a Random Post Button!'>Create a Random Post Button!</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>
<li><a href='http://www.wpfunc.com/wordpress/how-to-change-your-post-page-title-with-a-custom-field.html' rel='bookmark' title='Permanent Link: How to change your Post/Page title with a custom field?'>How to change your Post/Page title with a custom field?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I found that trick in <a href="http://wordpress.org/support/topic/375293?replies=5#post-1453605" target="_blank">WordPress Forums</a>. After i saw this trick into WpRecipes. You can add article numbers (ex. Article #1, Article #2) next to your posts. Let&#8217;s Begin&#8230;<span id="more-425"></span></p>
<h3 style="text-align: justify;">Here is the code;</h3>
<p style="text-align: justify;">Add this code into your <span style="color: #ff0000;"><strong>theme&#8217;s functions.php</strong></span>;</p>
<pre class="brush: php;">function updateNumbers() {
/* numbering the published posts: preparation: create an array with the ID in sequence of publication date, /
/ save the number in custom field 'incr_number' of post with ID  /
/ to show in post (within the loop) use &lt;?php echo get_post_meta($post-&gt;ID,'incr_number',true); ?&gt;
/ alchymyth 2010 */
global $wpdb;
$querystr = &quot;SELECT $wpdb-&gt;posts.* FROM $wpdb-&gt;posts WHERE $wpdb-&gt;posts.post_status = 'publish' AND $wpdb-&gt;posts.post_type = 'post' &quot;;
$pageposts = $wpdb-&gt;get_results($querystr, OBJECT);
$counts = 0 ;
if ($pageposts):
foreach ($pageposts as $post):
setup_postdata($post);
$counts++;
add_post_meta($post-&gt;ID, 'incr_number', $counts, true);
update_post_meta($post-&gt;ID, 'incr_number', $counts);
endforeach;
endif;
}

add_action ( 'publish_post', 'updateNumbers' );
add_action ( 'deleted_post', 'updateNumbers' );
add_action ( 'edit_post', 'updateNumbers' );</pre>
<p style="text-align: justify;">After this you can use this short code when you call your article names.</p>
<pre class="brush: php;">&lt;?php echo get_post_meta($post-&gt;ID,'incr_number',true); ?&gt; </pre>
<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%2Fadd-numbers-next-to-each-post.html&amp;title=Add%20Numbers%20next%20to%20each%20post%21&amp;notes=I%20found%20that%20trick%20in%20WordPress%20Forums.%20After%20i%20saw%20this%20trick%20into%20WpRecipes.%20You%20can%20add%20article%20numbers%20%28ex.%20Article%20%231%2C%20Article%20%232%29%20next%20to%20your%20posts.%20Let%27s%20Begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0AAdd%20this%20code%20into%20your%20theme%27s%20functions.php%3B%0D%0A%0D%0A%5Bphp%5Dfu'><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%2Fadd-numbers-next-to-each-post.html&amp;title=Add%20Numbers%20next%20to%20each%20post%21&amp;bodytext=I%20found%20that%20trick%20in%20WordPress%20Forums.%20After%20i%20saw%20this%20trick%20into%20WpRecipes.%20You%20can%20add%20article%20numbers%20%28ex.%20Article%20%231%2C%20Article%20%232%29%20next%20to%20your%20posts.%20Let%27s%20Begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0AAdd%20this%20code%20into%20your%20theme%27s%20functions.php%3B%0D%0A%0D%0A%5Bphp%5Dfu'><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%2Fadd-numbers-next-to-each-post.html&amp;t=Add%20Numbers%20next%20to%20each%20post%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=Add%20Numbers%20next%20to%20each%20post%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fadd-numbers-next-to-each-post.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%2Fadd-numbers-next-to-each-post.html&amp;title=Add%20Numbers%20next%20to%20each%20post%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%2Fadd-numbers-next-to-each-post.html&amp;title=Add%20Numbers%20next%20to%20each%20post%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%2Fadd-numbers-next-to-each-post.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%2Fadd-numbers-next-to-each-post.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%2Fadd-numbers-next-to-each-post.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/create-a-random-post-button.html' rel='bookmark' title='Permanent Link: Create a Random Post Button!'>Create a Random Post Button!</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>
<li><a href='http://www.wpfunc.com/wordpress/how-to-change-your-post-page-title-with-a-custom-field.html' rel='bookmark' title='Permanent Link: How to change your Post/Page title with a custom field?'>How to change your Post/Page title with a custom field?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/add-numbers-next-to-each-post.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Your Titles Shorten Then Now!</title>
		<link>http://www.wpfunc.com/wordpress/make-your-titles-shorten-then-now.html</link>
		<comments>http://www.wpfunc.com/wordpress/make-your-titles-shorten-then-now.html#comments</comments>
		<pubDate>Fri, 16 Apr 2010 19:13:46 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[index.php]]></category>
		<category><![CDATA[long titles]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[short title]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=422</guid>
		<description><![CDATA[Some people use extremly long titles for their blog. Also you can use titles like that. There is a way to make short titles for SEO. I will give to you this quick and simple function to make this. Let&#8217;s begin&#8230;
Here is The Code;
Add this function into your theme&#8217;s functions.php.
function short_title($after = '', $length) {
	$mytitle [...]<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/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/2-useful-sql-hacks-for-wordpress.html' rel='bookmark' title='Permanent Link: 2 Useful SQL Hacks For WordPress'>2 Useful SQL Hacks For WordPress</a></li>
<li><a href='http://www.wpfunc.com/wordpress/remove-protected-and-private-from-title.html' rel='bookmark' title='Permanent Link: Remove Protected and Private from title!'>Remove Protected and Private from title!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Some people use extremly long titles for their blog. Also you can use titles like that. There is a way to make short titles for SEO. I will give to you this quick and simple function to make this. Let&#8217;s begin&#8230;<span id="more-422"></span></p>
<h3>Here is The Code;</h3>
<p>Add this function into your<span style="color: #ff0000;"><strong> theme&#8217;s</strong></span> <span style="color: #ff0000;"><strong>functions.php</strong></span>.</p>
<pre class="brush: php;">function short_title($after = '', $length) {
	$mytitle = explode(' ', get_the_title(), $length);
	if (count($mytitle)&gt;=$length) {
		array_pop($mytitle);
		$mytitle = implode(&quot; &quot;,$mytitle). $after;
	} else {
		$mytitle = implode(&quot; &quot;,$mytitle);
	}
	return $mytitle;
}</pre>
<p>After this you can use this simple function for show your titles shorten then now. You can add this lines into your <span style="color: #ff0000;"><strong>index.php</strong></span> or where you want!</p>
<pre class="brush: php;">&lt;?php
// short_title($after, $length)
echo short_title('...', 10);
?&gt;</pre>
<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%2Fmake-your-titles-shorten-then-now.html&amp;title=Make%20Your%20Titles%20Shorten%20Then%20Now%21&amp;notes=Some%20people%20use%20extremly%20long%20titles%20for%20their%20blog.%20Also%20you%20can%20use%20titles%20like%20that.%20There%20is%20a%20way%20to%20make%20short%20titles%20for%20SEO.%20I%20will%20give%20to%20you%20this%20quick%20and%20simple%20function%20to%20make%20this.%20Let%27s%20begin...%0D%0AHere%20is%20The%20Code%3B%0D%0AAdd%20this%20function%20'><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-your-titles-shorten-then-now.html&amp;title=Make%20Your%20Titles%20Shorten%20Then%20Now%21&amp;bodytext=Some%20people%20use%20extremly%20long%20titles%20for%20their%20blog.%20Also%20you%20can%20use%20titles%20like%20that.%20There%20is%20a%20way%20to%20make%20short%20titles%20for%20SEO.%20I%20will%20give%20to%20you%20this%20quick%20and%20simple%20function%20to%20make%20this.%20Let%27s%20begin...%0D%0AHere%20is%20The%20Code%3B%0D%0AAdd%20this%20function%20'><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-your-titles-shorten-then-now.html&amp;t=Make%20Your%20Titles%20Shorten%20Then%20Now%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%20Your%20Titles%20Shorten%20Then%20Now%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fmake-your-titles-shorten-then-now.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-your-titles-shorten-then-now.html&amp;title=Make%20Your%20Titles%20Shorten%20Then%20Now%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-your-titles-shorten-then-now.html&amp;title=Make%20Your%20Titles%20Shorten%20Then%20Now%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-your-titles-shorten-then-now.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-your-titles-shorten-then-now.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-your-titles-shorten-then-now.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/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/2-useful-sql-hacks-for-wordpress.html' rel='bookmark' title='Permanent Link: 2 Useful SQL Hacks For WordPress'>2 Useful SQL Hacks For WordPress</a></li>
<li><a href='http://www.wpfunc.com/wordpress/remove-protected-and-private-from-title.html' rel='bookmark' title='Permanent Link: Remove Protected and Private from title!'>Remove Protected and Private from title!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/make-your-titles-shorten-then-now.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Show timestamps like social networks!</title>
		<link>http://www.wpfunc.com/wordpress/show-timestamps-like-social-networks.html</link>
		<comments>http://www.wpfunc.com/wordpress/show-timestamps-like-social-networks.html#comments</comments>
		<pubDate>Mon, 12 Apr 2010 17:12:45 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[timestamp]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=418</guid>
		<description><![CDATA[You can show your timestamps like other social networks. With this simple and awesome trick, you can change long date and time stamps with ex. twitter&#8217;s &#8220;1 min ago&#8220;. Lets begin&#8230;
Here is the code;
Add this code into your theme&#8217;s functions.php;
function time_ago( $type = 'post' ) {
	$d = 'comment' == $type ? 'get_comment_time' : 'get_post_time';

	return human_time_diff($d('U'), [...]<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/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>
<li><a href='http://www.wpfunc.com/wordpress/show-default-theme-for-ie6-visitors.html' rel='bookmark' title='Permanent Link: Show Default Theme for IE6 Visitors!'>Show Default Theme for IE6 Visitors!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-your-last-twitter-update-without-a-plugin.html' rel='bookmark' title='Permanent Link: Show Your Last Twitter Update Without a Plugin'>Show Your Last Twitter Update Without a Plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You can show your timestamps like other social networks. With this simple and awesome trick, you can change long date and time stamps with ex. twitter&#8217;s &#8220;<strong>1 min ago</strong>&#8220;. Lets begin&#8230;<span id="more-418"></span></p>
<h3>Here is the code;</h3>
<p style="text-align: justify;">Add this code into your theme&#8217;s functions.php;</p>
<pre class="brush: php;">function time_ago( $type = 'post' ) {
	$d = 'comment' == $type ? 'get_comment_time' : 'get_post_time';

	return human_time_diff($d('U'), current_time('timestamp')) . &quot; &quot; . __('ago');

}</pre>
<p style="text-align: justify;">After that call this function wherever you want!</p>
<pre class="brush: php;">&lt;?php echo time_ago(); ?&gt;</pre>
<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%2Fshow-timestamps-like-social-networks.html&amp;title=Show%20timestamps%20like%20social%20networks%21&amp;notes=You%20can%20show%20your%20timestamps%20like%20other%20social%20networks.%20With%20this%20simple%20and%20awesome%20trick%2C%20you%20can%20change%20long%20date%20and%20time%20stamps%20with%20ex.%20twitter%27s%20%221%20min%20ago%22.%20Lets%20begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0AAdd%20this%20code%20into%20your%20theme%27s%20functions.php%3B%0D%0A'><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%2Fshow-timestamps-like-social-networks.html&amp;title=Show%20timestamps%20like%20social%20networks%21&amp;bodytext=You%20can%20show%20your%20timestamps%20like%20other%20social%20networks.%20With%20this%20simple%20and%20awesome%20trick%2C%20you%20can%20change%20long%20date%20and%20time%20stamps%20with%20ex.%20twitter%27s%20%221%20min%20ago%22.%20Lets%20begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0AAdd%20this%20code%20into%20your%20theme%27s%20functions.php%3B%0D%0A'><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%2Fshow-timestamps-like-social-networks.html&amp;t=Show%20timestamps%20like%20social%20networks%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=Show%20timestamps%20like%20social%20networks%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fshow-timestamps-like-social-networks.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%2Fshow-timestamps-like-social-networks.html&amp;title=Show%20timestamps%20like%20social%20networks%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%2Fshow-timestamps-like-social-networks.html&amp;title=Show%20timestamps%20like%20social%20networks%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%2Fshow-timestamps-like-social-networks.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%2Fshow-timestamps-like-social-networks.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%2Fshow-timestamps-like-social-networks.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/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>
<li><a href='http://www.wpfunc.com/wordpress/show-default-theme-for-ie6-visitors.html' rel='bookmark' title='Permanent Link: Show Default Theme for IE6 Visitors!'>Show Default Theme for IE6 Visitors!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-your-last-twitter-update-without-a-plugin.html' rel='bookmark' title='Permanent Link: Show Your Last Twitter Update Without a Plugin'>Show Your Last Twitter Update Without a Plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/show-timestamps-like-social-networks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add Numbers Into Comments</title>
		<link>http://www.wpfunc.com/wordpress/how-to-add-numbers-into-comments.html</link>
		<comments>http://www.wpfunc.com/wordpress/how-to-add-numbers-into-comments.html#comments</comments>
		<pubDate>Fri, 02 Apr 2010 19:14:53 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comment editing]]></category>
		<category><![CDATA[comment list]]></category>
		<category><![CDATA[comment number]]></category>
		<category><![CDATA[comments.php]]></category>
		<category><![CDATA[comments.php hacks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[style.css]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=412</guid>
		<description><![CDATA[Hello! I know i&#8217;m late. But im working hard. I had a tow weeks of a travel for works. I was away from computer. Than i&#8217;m here now :) This trick is a comments.php hack :) Let&#8217;s begin&#8230;
Here is the code;

We will edit comments.php and we add some code into this file. First, look at [...]<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/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>
<li><a href='http://www.wpfunc.com/wordpress/highlight-the-author-comments.html' rel='bookmark' title='Permanent Link: Highlight the Author Comments!'>Highlight the Author Comments!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-include-comments-in-posts-lists.html' rel='bookmark' title='Permanent Link: How to include comments in posts lists?'>How to include comments in posts lists?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hello! I know i&#8217;m late. But im working hard. I had a tow weeks of a travel for works. I was away from computer. Than i&#8217;m here now :) This trick is a comments.php hack :) Let&#8217;s begin&#8230;<span id="more-412"></span></p>
<h3 style="text-align: justify;">Here is the code;</h3>
<p style="text-align: justify;"><span class="attention">We will edit your WordPress&#8217; theme. You should make a backup of <strong>comments.php</strong>. If you make a backup, continue&#8230;</span></p>
<p style="text-align: justify;">We will edit <span style="color: #ff0000;"><em><strong>comments.php</strong></em></span> and we add some code into this file. First, look at the code;</p>
<pre class="brush: php;">&lt;ol id=&quot;commentlist&quot;&gt;

&lt;?php $i = 1; ?&gt;
&lt;?php foreach ($comments as $comment) : ?&gt;
&lt;li &lt;?php comment_class(); ?&gt; id=&quot;comment-&lt;?php comment_ID() ?&gt;&quot;&gt;
&lt;?php echo get_avatar( $comment, 32 ); ?&gt;
&lt;?php comment_text() ?&gt;

&lt;p&gt;&lt;cite&gt;&lt;?php comment_type(_c('Comment|noun'), __('Trackback'), __('Pingback')); ?&gt; &lt;?php _e('by'); ?&gt; &lt;?php comment_author_link() ?&gt; &amp;#8212; &lt;?php comment_date() ?&gt; @ &lt;a href=&quot;#comment-&lt;?php comment_ID() ?&gt;&quot;&gt;&lt;?php comment_time() ?&gt;&lt;/a&gt;&lt;/cite&gt; &lt;?php edit_comment_link(__(&quot;Edit This&quot;), ' |'); ?&gt;&lt;/p&gt;
&lt;div class=&quot;commentnumber&quot;&gt;#&lt;?php echo $i; ?&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;?php $i++; ?&gt;

&lt;?php endforeach; ?&gt;</pre>
<p style="text-align: justify;">Do you see the added code? If you don&#8217;t i will write them here. Add this codes into your <strong><em><span style="color: #ff0000;">comments.php</span></em></strong> like me;</p>
<pre class="brush: php;">&lt;?php $i = 1; ?&gt;
&lt;div class=&quot;commentnumber&quot;&gt;#&lt;?php echo $i; ?&gt;&lt;/div&gt;
&lt;?php $i++; ?&gt;</pre>
<p style="text-align: justify;">If you want to add link to reply. Just change  #&lt;?php echo $i; ?&gt; with this code;</p>
<pre class="brush: php;">&lt;a href=&quot;#comment-&lt;?php comment_ID() ?&gt;&quot; title=&quot;&quot;&gt;#&lt;?php echo $i; ?&gt;&lt;/a&gt;</pre>
<p style="text-align: justify;">Finally, The CSS. Add this css into your <em><strong><span style="color: #ff0000;">style.css</span></strong></em>;</p>
<pre class="brush: css;">/* Comment Numbers */
.commentnumber {
position: absolute;
right: 5px;
top: 5px;
font-size: 18px;
color: #454545;
}
.commentlist li {
position: relative;
}
/* Comment Numbers */</pre>
<p style="text-align: justify;">That&#8217;s All. This is the screenshot :)</p>
<p style="text-align: justify;"><a class="highslide img_3" href="http://www.wpfunc.com/wp-content/uploads/2010/04/comment-number.png" onclick="return hs.expand(this)"><img class="alignnone size-full wp-image-415" title="Comment Numbers" src="http://www.wpfunc.com/wp-content/uploads/2010/04/comment-number.png" alt="" width="167" height="165" /></a></p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fhow-to-add-numbers-into-comments.html&amp;title=How%20to%20Add%20Numbers%20Into%20Comments&amp;notes=Hello%21%20I%20know%20i%27m%20late.%20But%20im%20working%20hard.%20I%20had%20a%20tow%20weeks%20of%20a%20travel%20for%20works.%20I%20was%20away%20from%20computer.%20Than%20i%27m%20here%20now%20%3A%29%20This%20trick%20is%20a%20comments.php%20hack%20%3A%29%20Let%27s%20begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0A%0D%0AWe%20will%20edit%20comments.php%20and%20we%20add%20some'><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%2Fhow-to-add-numbers-into-comments.html&amp;title=How%20to%20Add%20Numbers%20Into%20Comments&amp;bodytext=Hello%21%20I%20know%20i%27m%20late.%20But%20im%20working%20hard.%20I%20had%20a%20tow%20weeks%20of%20a%20travel%20for%20works.%20I%20was%20away%20from%20computer.%20Than%20i%27m%20here%20now%20%3A%29%20This%20trick%20is%20a%20comments.php%20hack%20%3A%29%20Let%27s%20begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0A%0D%0AWe%20will%20edit%20comments.php%20and%20we%20add%20some'><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%2Fhow-to-add-numbers-into-comments.html&amp;t=How%20to%20Add%20Numbers%20Into%20Comments'><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=How%20to%20Add%20Numbers%20Into%20Comments&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fhow-to-add-numbers-into-comments.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%2Fhow-to-add-numbers-into-comments.html&amp;title=How%20to%20Add%20Numbers%20Into%20Comments'><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%2Fhow-to-add-numbers-into-comments.html&amp;title=How%20to%20Add%20Numbers%20Into%20Comments'><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%2Fhow-to-add-numbers-into-comments.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%2Fhow-to-add-numbers-into-comments.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%2Fhow-to-add-numbers-into-comments.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/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>
<li><a href='http://www.wpfunc.com/wordpress/highlight-the-author-comments.html' rel='bookmark' title='Permanent Link: Highlight the Author Comments!'>Highlight the Author Comments!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/how-to-include-comments-in-posts-lists.html' rel='bookmark' title='Permanent Link: How to include comments in posts lists?'>How to include comments in posts lists?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/how-to-add-numbers-into-comments.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
