<?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: Custom Author Pages</title>
	<atom:link href="http://www.billerickson.net/wordpress-thesis-custom-author-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billerickson.net/wordpress-thesis-custom-author-page/</link>
	<description>WordPress Consulting</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:58:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bill Erickson</title>
		<link>http://www.billerickson.net/wordpress-thesis-custom-author-page/comment-page-1/#comment-1483</link>
		<dc:creator>Bill Erickson</dc:creator>
		<pubDate>Sat, 08 Jan 2011 17:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1670#comment-1483</guid>
		<description>I&#039;ve never seen that issue before. Sounds like something you&#039;ll need to ask the host about :/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never seen that issue before. Sounds like something you&#8217;ll need to ask the host about :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.billerickson.net/wordpress-thesis-custom-author-page/comment-page-1/#comment-1482</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Sat, 08 Jan 2011 15:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1670#comment-1482</guid>
		<description>Oops! Got it, I forgot to update the function name to author_details_admin! Silly me...

I&#039;m having some weird server security issues now, I can&#039;t submit my custom_functions in the wordpress editor without getting a 404 error (I&#039;ve been editing it directly via ftp). I had this issue before with posts and pages that had a certain combination of words and I had to contact my host directly to have them add the word &#039;from&#039; on their exceptions list. Weird stuff. Have you had any similar issues with this code? I&#039;m hoping I might get a clue as to which combination of phrases or which word is cause this issue.

Anyway, Bill, great tutorial! I&#039;ve figured it out and now I just need to build my custom author pages...

Cheers,
Joshua</description>
		<content:encoded><![CDATA[<p>Oops! Got it, I forgot to update the function name to author_details_admin! Silly me&#8230;</p>
<p>I&#8217;m having some weird server security issues now, I can&#8217;t submit my custom_functions in the wordpress editor without getting a 404 error (I&#8217;ve been editing it directly via ftp). I had this issue before with posts and pages that had a certain combination of words and I had to contact my host directly to have them add the word &#8216;from&#8217; on their exceptions list. Weird stuff. Have you had any similar issues with this code? I&#8217;m hoping I might get a clue as to which combination of phrases or which word is cause this issue.</p>
<p>Anyway, Bill, great tutorial! I&#8217;ve figured it out and now I just need to build my custom author pages&#8230;</p>
<p>Cheers,<br />
Joshua</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.billerickson.net/wordpress-thesis-custom-author-page/comment-page-1/#comment-1481</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Sat, 08 Jan 2011 15:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1670#comment-1481</guid>
		<description>Hey there, just trying to get this to work and I&#039;ve received an error:

&quot;Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, &#039;author_details_admin&#039; was given in /home/joshuadn/public_html/growthbusters/wp-includes/plugin.php on line 395&quot;

My code looks like this:

add_action(&#039;admin_menu&#039;, &#039;thesis_custom_add_page&#039;);

function thesis_custom_add_page() { 

add_submenu_page(&#039;users.php&#039;, &#039;Author Details&#039;, &#039;Author Details&#039;, &#039;edit_posts&#039;, &#039;author-details&#039;, &#039;author_details_admin&#039;);

// add_theme_page(&#039;More Options&#039;, &#039;More Options&#039;, &#039;edit_themes&#039;, &#039;more-options&#039;, &#039;more_options_admin&#039;);

}

Did I mess something up? The &quot;Author Details&quot; link appears under the user menu, but that error is what I get when I click on it...

Thanks!
Joshua</description>
		<content:encoded><![CDATA[<p>Hey there, just trying to get this to work and I&#8217;ve received an error:</p>
<p>&#8220;Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, &#8216;author_details_admin&#8217; was given in /home/joshuadn/public_html/growthbusters/wp-includes/plugin.php on line 395&#8243;</p>
<p>My code looks like this:</p>
<p>add_action(&#8216;admin_menu&#8217;, &#8216;thesis_custom_add_page&#8217;);</p>
<p>function thesis_custom_add_page() { </p>
<p>add_submenu_page(&#8216;users.php&#8217;, &#8216;Author Details&#8217;, &#8216;Author Details&#8217;, &#8216;edit_posts&#8217;, &#8216;author-details&#8217;, &#8216;author_details_admin&#8217;);</p>
<p>// add_theme_page(&#8216;More Options&#8217;, &#8216;More Options&#8217;, &#8216;edit_themes&#8217;, &#8216;more-options&#8217;, &#8216;more_options_admin&#8217;);</p>
<p>}</p>
<p>Did I mess something up? The &#8220;Author Details&#8221; link appears under the user menu, but that error is what I get when I click on it&#8230;</p>
<p>Thanks!<br />
Joshua</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arbeitslosen</title>
		<link>http://www.billerickson.net/wordpress-thesis-custom-author-page/comment-page-1/#comment-179</link>
		<dc:creator>Arbeitslosen</dc:creator>
		<pubDate>Sun, 09 May 2010 01:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1670#comment-179</guid>
		<description>Thx for share bill.. good work ;)</description>
		<content:encoded><![CDATA[<p>Thx for share bill.. good work <img src='http://www.billerickson.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt O&#39;Brien</title>
		<link>http://www.billerickson.net/wordpress-thesis-custom-author-page/comment-page-1/#comment-178</link>
		<dc:creator>Matt O&#39;Brien</dc:creator>
		<pubDate>Thu, 25 Mar 2010 21:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1670#comment-178</guid>
		<description>You did a great job Bill. Looking forward to working with you on upcoming Wordpress Thesis projects!</description>
		<content:encoded><![CDATA[<p>You did a great job Bill. Looking forward to working with you on upcoming WordPress Thesis projects!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brainerd Listings</title>
		<link>http://www.billerickson.net/wordpress-thesis-custom-author-page/comment-page-1/#comment-177</link>
		<dc:creator>Brainerd Listings</dc:creator>
		<pubDate>Sat, 20 Mar 2010 15:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1670#comment-177</guid>
		<description>Sweet tutorial! I&#039;ve already made a db bookmark and will be sure to digg it too! Lot&#039;s of help on this unique feature. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Sweet tutorial! I&#039;ve already made a db bookmark and will be sure to digg it too! Lot&#039;s of help on this unique feature. Thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

