<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Search And Replace In WordPress Post</title>
	<atom:link href="http://blog.hwa2u.com/search-and-replace-in-wordpress-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hwa2u.com/search-and-replace-in-wordpress-post/</link>
	<description>Since 02-Dec-2001</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:58:19 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JoLynn Braley</title>
		<link>http://blog.hwa2u.com/search-and-replace-in-wordpress-post/comment-page-1/#comment-8714</link>
		<dc:creator>JoLynn Braley</dc:creator>
		<pubDate>Sat, 05 Apr 2008 22:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hwa2u.com/search-and-replace-in-wordpress-post/#comment-8714</guid>
		<description>Hi, thanks a lot, this was just what I needed to remove &quot;[tag]&quot; and &quot;[/tag]&quot; from over 300 posts after a plugin stopped working.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi, thanks a lot, this was just what I needed to remove &#8220;[tag]&#8221; and &#8220;[/tag]&#8221; from over 300 posts after a plugin stopped working.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hwa</title>
		<link>http://blog.hwa2u.com/search-and-replace-in-wordpress-post/comment-page-1/#comment-7019</link>
		<dc:creator>hwa</dc:creator>
		<pubDate>Wed, 27 Dec 2006 18:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hwa2u.com/search-and-replace-in-wordpress-post/#comment-7019</guid>
		<description>hmm.. it&#039;s kinda long for me to paste the code here, but it&#039;s not that hard to add it into your theme, the post summary is just inside the single.php of your default WordPress theme. 

go to your WordPress folder, then wp-content &gt; themes &gt; default, open up single.php and scroll down a bit, you should be able to see something like &quot;This entry was posted...&quot; within the &lt;small&gt; html tag, that&#039;s the post summary part, copy all the thing inside &lt;small&gt; and &lt;/small&gt; and paste it at where you want the post summary to appear in your blog, most probably at your single.php inside your WordPress theme folder.

hope this helps...</description>
		<content:encoded><![CDATA[<p>hmm.. it&#8217;s kinda long for me to paste the code here, but it&#8217;s not that hard to add it into your theme, the post summary is just inside the single.php of your default WordPress theme. </p>
<p>go to your WordPress folder, then wp-content > themes > default, open up single.php and scroll down a bit, you should be able to see something like &#8220;This entry was posted&#8230;&#8221; within the &lt;small&gt; html tag, that&#8217;s the post summary part, copy all the thing inside &lt;small&gt; and &lt;/small&gt; and paste it at where you want the post summary to appear in your blog, most probably at your single.php inside your WordPress theme folder.</p>
<p>hope this helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manu khanna</title>
		<link>http://blog.hwa2u.com/search-and-replace-in-wordpress-post/comment-page-1/#comment-7018</link>
		<dc:creator>manu khanna</dc:creator>
		<pubDate>Wed, 27 Dec 2006 17:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hwa2u.com/search-and-replace-in-wordpress-post/#comment-7018</guid>
		<description>dude my knowledge abt coding is zilch, would reallu appreciate any help. i really don&#039;t know what I need to remove from the index.php file and where on earth is &quot;the Loop&quot;</description>
		<content:encoded><![CDATA[<p>dude my knowledge abt coding is zilch, would reallu appreciate any help. i really don&#8217;t know what I need to remove from the index.php file and where on earth is &#8220;the Loop&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hwa</title>
		<link>http://blog.hwa2u.com/search-and-replace-in-wordpress-post/comment-page-1/#comment-7015</link>
		<dc:creator>hwa</dc:creator>
		<pubDate>Wed, 27 Dec 2006 16:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hwa2u.com/search-and-replace-in-wordpress-post/#comment-7015</guid>
		<description>good to hear that my post is actually helped someone :)

regarding the post summary, u can find it in the default WordPress theme, just go to single.php and all the thing are within the div class &quot;postmetadata alt&quot;.</description>
		<content:encoded><![CDATA[<p>good to hear that my post is actually helped someone <img src='http://blog.hwa2u.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>regarding the post summary, u can find it in the default WordPress theme, just go to single.php and all the thing are within the div class &#8220;postmetadata alt&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manu khanna</title>
		<link>http://blog.hwa2u.com/search-and-replace-in-wordpress-post/comment-page-1/#comment-6791</link>
		<dc:creator>manu khanna</dc:creator>
		<pubDate>Tue, 26 Dec 2006 21:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hwa2u.com/search-and-replace-in-wordpress-post/#comment-6791</guid>
		<description>Dude u r a life saver man, I ws just abt to open each and every post that had target=_blank in it and change it to something else. thnx so much, everythign seems to be working.

Hey can you let me know how u include that &quot;post Summary&quot; thingy after Related Topics on each post page? The one that says 

&quot; This entry was posted on Monday, November 13th, 2006 at 12:29 am and is filed under WordPress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.&quot;</description>
		<content:encoded><![CDATA[<p>Dude u r a life saver man, I ws just abt to open each and every post that had target=_blank in it and change it to something else. thnx so much, everythign seems to be working.</p>
<p>Hey can you let me know how u include that &#8220;post Summary&#8221; thingy after Related Topics on each post page? The one that says </p>
<p>&#8221; This entry was posted on Monday, November 13th, 2006 at 12:29 am and is filed under WordPress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
