<?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 for DynaBytes News</title>
	<atom:link href="http://dynabytes.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dynabytes.net</link>
	<description>website design and development</description>
	<lastBuildDate>Fri, 23 Dec 2011 17:40:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on WordPress &#8220;Delete Post Link&#8221; by Nathan</title>
		<link>http://dynabytes.net/wordpress/wordpress-delete-post-link/comment-page-1/#comment-1359</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Fri, 23 Dec 2011 17:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://dynabytes.net/?p=42#comment-1359</guid>
		<description>As per Per&#039;s comments above, this doesn&#039;t work with Custom Post Types...any idea what might need to be done to get it to do so?</description>
		<content:encoded><![CDATA[<p>As per Per&#8217;s comments above, this doesn&#8217;t work with Custom Post Types&#8230;any idea what might need to be done to get it to do so?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress &#8220;Delete Post Link&#8221; by Peer</title>
		<link>http://dynabytes.net/wordpress/wordpress-delete-post-link/comment-page-1/#comment-1352</link>
		<dc:creator>Peer</dc:creator>
		<pubDate>Fri, 02 Sep 2011 15:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://dynabytes.net/?p=42#comment-1352</guid>
		<description>Hey I resolved the above redirection problem;
just add 	//wp_redirect( add_query_arg(&#039;deleted&#039;, 1, $sendback) );
	wp_redirect( add_query_arg(&#039;deleted&#039;, 1, get_bloginfo(&#039;wpurl&#039;) ) );
to 

in wp-admin/post.php near line# 260

case &#039;delete&#039;: // section

Resolve :0 

But thanks for this post once again!</description>
		<content:encoded><![CDATA[<p>Hey I resolved the above redirection problem;<br />
just add 	//wp_redirect( add_query_arg(&#8216;deleted&#8217;, 1, $sendback) );<br />
	wp_redirect( add_query_arg(&#8216;deleted&#8217;, 1, get_bloginfo(&#8216;wpurl&#8217;) ) );<br />
to </p>
<p>in wp-admin/post.php near line# 260</p>
<p>case &#8216;delete&#8217;: // section</p>
<p>Resolve :0 </p>
<p>But thanks for this post once again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress &#8220;Delete Post Link&#8221; by Peer</title>
		<link>http://dynabytes.net/wordpress/wordpress-delete-post-link/comment-page-1/#comment-1351</link>
		<dc:creator>Peer</dc:creator>
		<pubDate>Fri, 02 Sep 2011 14:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://dynabytes.net/?p=42#comment-1351</guid>
		<description>It works gr8 for me , but in a single post(inner page0 redirection after deleting is not proper,
Any idea will be highly appriciable.
Thanks
Peer</description>
		<content:encoded><![CDATA[<p>It works gr8 for me , but in a single post(inner page0 redirection after deleting is not proper,<br />
Any idea will be highly appriciable.<br />
Thanks<br />
Peer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress &#8220;Delete Post Link&#8221; by William</title>
		<link>http://dynabytes.net/wordpress/wordpress-delete-post-link/comment-page-1/#comment-1350</link>
		<dc:creator>William</dc:creator>
		<pubDate>Fri, 26 Aug 2011 23:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://dynabytes.net/?p=42#comment-1350</guid>
		<description>wow.. thanks so much for posting this up!! I thought I was gonna have to put out a few hours to figure how to code this. Thanks again!</description>
		<content:encoded><![CDATA[<p>wow.. thanks so much for posting this up!! I thought I was gonna have to put out a few hours to figure how to code this. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress &#8220;Delete Post Link&#8221; by shahmmer</title>
		<link>http://dynabytes.net/wordpress/wordpress-delete-post-link/comment-page-1/#comment-1348</link>
		<dc:creator>shahmmer</dc:creator>
		<pubDate>Sat, 20 Aug 2011 02:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://dynabytes.net/?p=42#comment-1348</guid>
		<description>Hi,

How can I edit this so it also allows non registered users to delete posts?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How can I edit this so it also allows non registered users to delete posts?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress &#8220;Delete Post Link&#8221; by valuser</title>
		<link>http://dynabytes.net/wordpress/wordpress-delete-post-link/comment-page-1/#comment-1287</link>
		<dc:creator>valuser</dc:creator>
		<pubDate>Wed, 04 May 2011 21:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://dynabytes.net/?p=42#comment-1287</guid>
		<description>As above 

“Are you sure you want to do this? Please try again” too … “Please try again” takes me back to previous page (the page from where I tried to delete)

Any update. as it appears you&#039;re nearly there.</description>
		<content:encoded><![CDATA[<p>As above </p>
<p>“Are you sure you want to do this? Please try again” too … “Please try again” takes me back to previous page (the page from where I tried to delete)</p>
<p>Any update. as it appears you&#8217;re nearly there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress &#8220;Delete Post Link&#8221; by AnyDog</title>
		<link>http://dynabytes.net/wordpress/wordpress-delete-post-link/comment-page-1/#comment-1162</link>
		<dc:creator>AnyDog</dc:creator>
		<pubDate>Wed, 13 Apr 2011 15:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://dynabytes.net/?p=42#comment-1162</guid>
		<description>Hi,
I&#039;m getting that &quot;Are you sure you want to do this? Please try again&quot; too ... &quot;Please try again&quot; takes me back to previous page (the page from where I tried to delete)...

I believe there are no errors in quotations, code etc.

Any thoughts ?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m getting that &#8220;Are you sure you want to do this? Please try again&#8221; too &#8230; &#8220;Please try again&#8221; takes me back to previous page (the page from where I tried to delete)&#8230;</p>
<p>I believe there are no errors in quotations, code etc.</p>
<p>Any thoughts ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress &#8220;Delete Post Link&#8221; by Laura McDonald</title>
		<link>http://dynabytes.net/wordpress/wordpress-delete-post-link/comment-page-1/#comment-1138</link>
		<dc:creator>Laura McDonald</dc:creator>
		<pubDate>Mon, 04 Apr 2011 00:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://dynabytes.net/?p=42#comment-1138</guid>
		<description>Just modded the code a bit--maybe it will work for the last commenters now? There are a lot of quotation and single quotes in there than can get messed up easily. It is still working okay for me though. If any of you find out what problem you were having, please report back.</description>
		<content:encoded><![CDATA[<p>Just modded the code a bit&#8211;maybe it will work for the last commenters now? There are a lot of quotation and single quotes in there than can get messed up easily. It is still working okay for me though. If any of you find out what problem you were having, please report back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress &#8220;Delete Post Link&#8221; by Magneto</title>
		<link>http://dynabytes.net/wordpress/wordpress-delete-post-link/comment-page-1/#comment-1137</link>
		<dc:creator>Magneto</dc:creator>
		<pubDate>Sun, 20 Mar 2011 17:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://dynabytes.net/?p=42#comment-1137</guid>
		<description>It does not work for me, either.
It just output a message &quot;Are you sure you want to do this? Please try again&quot;.
Using the latest stable wordpress version.</description>
		<content:encoded><![CDATA[<p>It does not work for me, either.<br />
It just output a message &#8220;Are you sure you want to do this? Please try again&#8221;.<br />
Using the latest stable wordpress version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress &#8220;Delete Post Link&#8221; by Per</title>
		<link>http://dynabytes.net/wordpress/wordpress-delete-post-link/comment-page-1/#comment-1136</link>
		<dc:creator>Per</dc:creator>
		<pubDate>Tue, 15 Mar 2011 21:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://dynabytes.net/?p=42#comment-1136</guid>
		<description>Yes, I&#039;m using a Mac.

That popup shows up, it&#039;s when I press &quot;Ok&quot; that I get the error message.
Tried it on Windows 7 now with same results..</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m using a Mac.</p>
<p>That popup shows up, it&#8217;s when I press &#8220;Ok&#8221; that I get the error message.<br />
Tried it on Windows 7 now with same results..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

