<?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: WordPress One Liner to Customize Author Permalink</title>
	<atom:link href="http://sivel.net/2008/12/author-permalink-one-liner/feed/" rel="self" type="application/rss+xml" />
	<link>http://sivel.net/2008/12/author-permalink-one-liner/</link>
	<description>Throwing Hot Coals</description>
	<lastBuildDate>Fri, 30 Dec 2011 00:37:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
	<item>
		<title>By: scribu</title>
		<link>http://sivel.net/2008/12/author-permalink-one-liner/#comment-6680</link>
		<dc:creator>scribu</dc:creator>
		<pubDate>Tue, 24 Nov 2009 10:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=384#comment-6680</guid>
		<description>Triggering flush_rules() on every page load is not a good ideea.</description>
		<content:encoded><![CDATA[<p>Triggering flush_rules() on every page load is not a good ideea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://sivel.net/2008/12/author-permalink-one-liner/#comment-2765</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 03 Apr 2009 14:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=384#comment-2765</guid>
		<description>Solved it now:
I made the string active again in functions.php and just replaced the term ”profile” with the original ”author”. Saved the file. Opened the file again and removed the string. Now everything seems intact. But in my case this string caused a lot of trouble, maybe because of my theme?</description>
		<content:encoded><![CDATA[<p>Solved it now:<br />
I made the string active again in functions.php and just replaced the term ”profile” with the original ”author”. Saved the file. Opened the file again and removed the string. Now everything seems intact. But in my case this string caused a lot of trouble, maybe because of my theme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://sivel.net/2008/12/author-permalink-one-liner/#comment-2763</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 03 Apr 2009 14:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=384#comment-2763</guid>
		<description>It seems like the string is affecting a lot of other *.php files. For instance the feed button for each author stopped to work when the line is active. But when I remove the line I get a feed at http://mywebsite.com/profile/name/feed. 

Is that possible to explain?</description>
		<content:encoded><![CDATA[<p>It seems like the string is affecting a lot of other *.php files. For instance the feed button for each author stopped to work when the line is active. But when I remove the line I get a feed at <a href="http://mywebsite.com/profile/name/feed" rel="nofollow">http://mywebsite.com/profile/name/feed</a>. </p>
<p>Is that possible to explain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://sivel.net/2008/12/author-permalink-one-liner/#comment-2761</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 03 Apr 2009 13:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=384#comment-2761</guid>
		<description>I really did. But this happened anyhow. Then when I took the string away WP can’t find author info but I get 404:ed instead. I’m trying to restore this with a backup now. I’m not really a php expert… would need one sometimes though :p</description>
		<content:encoded><![CDATA[<p>I really did. But this happened anyhow. Then when I took the string away WP can’t find author info but I get 404:ed instead. I’m trying to restore this with a backup now. I’m not really a php expert… would need one sometimes though :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://sivel.net/2008/12/author-permalink-one-liner/#comment-2760</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 03 Apr 2009 13:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=384#comment-2760</guid>
		<description>Make sure that you wrap that code inside of &lt;code&gt;&lt;?php code here ?&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Make sure that you wrap that code inside of <code>&lt;?php code here ?&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://sivel.net/2008/12/author-permalink-one-liner/#comment-2759</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 03 Apr 2009 13:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=384#comment-2759</guid>
		<description>When inserting this string in my functions.php I now always get the following warning when editing author information:

&lt;code&gt;Warning: Cannot modify header information - headers already sent by (output started at /home/skogsnat/public_html/wp-content/themes/mimbo/functions.php:477) in /home/skogsnat/public_html/wp-includes/pluggable.php on line 850&lt;/code&gt;

Removing the string doesn’t solve anything as the page then can’t find the original author information anymore.

Any suggestions on what to do?

Thanks for a good line of code!</description>
		<content:encoded><![CDATA[<p>When inserting this string in my functions.php I now always get the following warning when editing author information:</p>
<p><code>Warning: Cannot modify header information - headers already sent by (output started at /home/skogsnat/public_html/wp-content/themes/mimbo/functions.php:477) in /home/skogsnat/public_html/wp-includes/pluggable.php on line 850</code></p>
<p>Removing the string doesn’t solve anything as the page then can’t find the original author information anymore.</p>
<p>Any suggestions on what to do?</p>
<p>Thanks for a good line of code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yazar Bağlantılarındaki Author&#8217;u Değiştiriyoruz &#183; Yakup Gövler'in Not Defteri</title>
		<link>http://sivel.net/2008/12/author-permalink-one-liner/#comment-2498</link>
		<dc:creator>Yazar Bağlantılarındaki Author&#8217;u Değiştiriyoruz &#183; Yakup Gövler'in Not Defteri</dc:creator>
		<pubDate>Fri, 27 Mar 2009 04:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=384#comment-2498</guid>
		<description>[...] Sivel.net   Yazıyı Paylaş: Aşağıdaki simgeler kullanıcılarının web sitelerini paylaştığı ve [...]</description>
		<content:encoded><![CDATA[<p>[...] Sivel.net   Yazıyı Paylaş: Aşağıdaki simgeler kullanıcılarının web sitelerini paylaştığı ve [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gutes von hier und anderswo Link Love</title>
		<link>http://sivel.net/2008/12/author-permalink-one-liner/#comment-1676</link>
		<dc:creator>Gutes von hier und anderswo Link Love</dc:creator>
		<pubDate>Sun, 08 Feb 2009 08:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=384#comment-1676</guid>
		<description>[...] Wiederum eine hilfreiche CodeZeile, um den Autor Link frei gestalten zu k&#246;nnen: &#187; Sivel.net . [...]</description>
		<content:encoded><![CDATA[<p>[...] Wiederum eine hilfreiche CodeZeile, um den Autor Link frei gestalten zu k&#246;nnen: &raquo; Sivel.net . [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks for Sunday, January 4th &#8212; Trevor Fitzgerald</title>
		<link>http://sivel.net/2008/12/author-permalink-one-liner/#comment-1448</link>
		<dc:creator>Bookmarks for Sunday, January 4th &#8212; Trevor Fitzgerald</dc:creator>
		<pubDate>Mon, 05 Jan 2009 04:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=384#comment-1448</guid>
		<description>[...] WordPress One Liner to Customize Author Permalink &#124; Sivel.net [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress One Liner to Customize Author Permalink | Sivel.net [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

