<?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>JH Enterprises &#187; Tutorial</title>
	<atom:link href="http://jh.web.id/tags/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://jh.web.id</link>
	<description>xhtml css php mysql ajax</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Change Excerpt Length Your WordPress Excerpt</title>
		<link>http://jh.web.id/blog/tutorial/how-to-change-excerpt-length-your-wordpress-excerpt/</link>
		<comments>http://jh.web.id/blog/tutorial/how-to-change-excerpt-length-your-wordpress-excerpt/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 03:46:59 +0000</pubDate>
		<dc:creator>JH</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress Excerpt]]></category>

		<guid isPermaLink="false">http://jh.web.id/?p=34</guid>
		<description><![CDATA[For many WordPress user, they need different excerpt length, some of them need more longer and some user need more shorter. To change this length is easy just write this code on your functions.php theme files It&#8217;s Easy right? I hope you can create more wonderful code and create better wordpress excerpt.]]></description>
			<content:encoded><![CDATA[<p>For many WordPress user, they need different excerpt length, some of them need more longer and some user need more shorter. To change this length is easy just write this code on your functions.php theme files</p>
<pre class="brush: PHP; title: ; notranslate">add_filter('excerpt_length', 'my_excerpt_length');
function my_excerpt_length($length) {
        return 60;
 }
</pre>
<p>It&#8217;s Easy right? I hope you can create more wonderful code and create better wordpress excerpt.</p>
]]></content:encoded>
			<wfw:commentRss>http://jh.web.id/blog/tutorial/how-to-change-excerpt-length-your-wordpress-excerpt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

