<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: Admin link to Edit Post</title>
	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on Admin link to Edit Post</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2366</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2366</guid>
        	        	<description><![CDATA[<p>I'm glad it worked out for you.  Thanks a lot for sharing your solution for others to benefit!</p>
]]></description>
        	        	<pubDate>Mon, 21 Feb 2011 23:31:54 +0000</pubDate>
        </item>
        <item>
        	<title>PaulR on Admin link to Edit Post</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2365</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2365</guid>
        	        	<description><![CDATA[<p>Yep, I realise now the scope of your plugin doesnt cover that.</p>
<p>However, I was able to add a custom hook to overcome my issue.<br />
Here it is, incase anyone else should need it.<br />
In conjunction with your plugin this works quite nicely, especially if, like me, you need to use a sub-domain for WP Admin.</p>
<p>Obviously the str_replace() would need changing for your circumstance.</p>
<p>FILE: /themes/{your_theme}/functions.php</p>
<p>// ==============<br />
add_filter('admin_url', 'new_admin_url');</p>
<p>function new_admin_url($old_url){<br />
    return str_replace('http://www','http://admin',$old_url);<br />
}<br />
// ==============</p>
]]></description>
        	        	<pubDate>Mon, 21 Feb 2011 19:55:06 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Admin link to Edit Post</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2363</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2363</guid>
        	        	<description><![CDATA[<p>Unfortunately, that's a problem that this plugin doesn't attempt to fix.  If WordPress is forcing a redirection on certain operations, that's a WordPress configuration or general architecture issue.</p>
<p>Good luck!</p>
]]></description>
        	        	<pubDate>Mon, 21 Feb 2011 18:01:23 +0000</pubDate>
        </item>
        <item>
        	<title>PaulR on Admin link to Edit Post</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2362</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2362</guid>
        	        	<description><![CDATA[<p>Sorry, I didnt quite explain that well enough.</p>
<p>The WP Admin "edit post" link reverts to www.</p>
<p>So, in WP Admin you go to edit posts &#38; have a list of your articles. You can click on one to edit its content. That edit link uses the main site config full URL rather than the new URL you set.</p>
<p>I also found when you upload an image in the media library, the form you submit with your image posts to the main site config full URL.</p>
]]></description>
        	        	<pubDate>Mon, 21 Feb 2011 17:12:33 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Admin link to Edit Post</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2361</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2361</guid>
        	        	<description><![CDATA[<p>I don't think this plugin is the cause, because it doesn't affect links within posts.</p>
]]></description>
        	        	<pubDate>Mon, 21 Feb 2011 09:04:34 +0000</pubDate>
        </item>
        <item>
        	<title>PaulR on Admin link to Edit Post</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2360</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/admin-link-to-edit-post#p2360</guid>
        	        	<description><![CDATA[<p>This plugin seems to work great, but with one problem - In WP admin when I click on a link to edit  a Post, it reverts to the old URL.</p>
<p>To be specific... We are using a subdomain URL to access WP Admin.<br />
admin.website.com<br />
This works &#38; all links in WP Admin are, EG: admin.website.com/wp-admin/edit.php<br />
However, once on the Edit post page, the links to the actual posts all revert to www.</p>
]]></description>
        	        	<pubDate>Mon, 21 Feb 2011 00:25:16 +0000</pubDate>
        </item>
</channel>
</rss>