<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Customizing WordPress Administration Panels</title>
	<atom:link href="http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/feed/" rel="self" type="application/rss+xml" />
	<link>http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/</link>
	<description>Helping you learn more and do more with WordPress</description>
	<lastBuildDate>Mon, 20 May 2013 01:14:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: deryk</title>
		<link>http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-910266</link>
		<dc:creator><![CDATA[deryk]]></dc:creator>
		<pubDate>Thu, 16 Oct 2008 00:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/?p=61#comment-910266</guid>
		<description><![CDATA[

 



remove the two ** to get the code to work.]]></description>
		<content:encoded><![CDATA[<p>remove the two ** to get the code to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deryk</title>
		<link>http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-910265</link>
		<dc:creator><![CDATA[deryk]]></dc:creator>
		<pubDate>Thu, 16 Oct 2008 00:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/?p=61#comment-910265</guid>
		<description><![CDATA[function remove_add_categories() {
?&gt;

 

&lt;?php
}
add_action(&#039;edit_form_advanced&#039;, &#039;remove_add_categories&#039;);

update_option(&#039;default_post_edit_rows&#039;, 10);]]></description>
		<content:encoded><![CDATA[<p>function remove_add_categories() {<br />
?&gt;</p>
<p>&lt;?php<br />
}<br />
add_action(&#8216;edit_form_advanced&#8217;, &#8216;remove_add_categories&#8217;);</p>
<p>update_option(&#8216;default_post_edit_rows&#8217;, 10);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deryk</title>
		<link>http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-910264</link>
		<dc:creator><![CDATA[deryk]]></dc:creator>
		<pubDate>Thu, 16 Oct 2008 00:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/?p=61#comment-910264</guid>
		<description><![CDATA[sorry for all the posts, maybe now 

[code]


 


[/code]]]></description>
		<content:encoded><![CDATA[<p>sorry for all the posts, maybe now </p>
<pre class="brush: plain; title: ; notranslate">


 


</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: deryk</title>
		<link>http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-910263</link>
		<dc:creator><![CDATA[deryk]]></dc:creator>
		<pubDate>Thu, 16 Oct 2008 00:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/?p=61#comment-910263</guid>
		<description><![CDATA[the code did not show up in the last post. here it is with backticks, hopefully it will work now

`

 

`]]></description>
		<content:encoded><![CDATA[<p>the code did not show up in the last post. here it is with backticks, hopefully it will work now</p>
<p>`</p>
<p>`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deryk</title>
		<link>http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-910262</link>
		<dc:creator><![CDATA[deryk]]></dc:creator>
		<pubDate>Thu, 16 Oct 2008 00:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/?p=61#comment-910262</guid>
		<description><![CDATA[i noticed that you are directly hacking the core. If people want to be able to update the core to the next version without trouble, they can use plugins to achieve some of the same. for example, put this in the plugins directory and enable it. 

&lt;code&gt;


 


&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>i noticed that you are directly hacking the core. If people want to be able to update the core to the next version without trouble, they can use plugins to achieve some of the same. for example, put this in the plugins directory and enable it. </p>
<p><code></p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enrique Pascual</title>
		<link>http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-908139</link>
		<dc:creator><![CDATA[Enrique Pascual]]></dc:creator>
		<pubDate>Thu, 21 Aug 2008 17:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/?p=61#comment-908139</guid>
		<description><![CDATA[hello people, exlent post!! thanks for the tips, i&#039;m a uruguayan programmer, i reside in uruguay south america, so sorry my english, and please try to undestand my question, i want to change the admin panel layout, buy not only the look and feel, i want to hide some options depends of the user, for example to contributor role, i want hide in the post screen the create category option, this user can&#039;t create categories, so is not necessary show this option, if this possible??? what i want is hide some options depends of user.  I appreciate your help!!! Thanks.]]></description>
		<content:encoded><![CDATA[<p>hello people, exlent post!! thanks for the tips, i&#8217;m a uruguayan programmer, i reside in uruguay south america, so sorry my english, and please try to undestand my question, i want to change the admin panel layout, buy not only the look and feel, i want to hide some options depends of the user, for example to contributor role, i want hide in the post screen the create category option, this user can&#8217;t create categories, so is not necessary show this option, if this possible??? what i want is hide some options depends of user.  I appreciate your help!!! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorelle VanFossen</title>
		<link>http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-781718</link>
		<dc:creator><![CDATA[Lorelle VanFossen]]></dc:creator>
		<pubDate>Sat, 01 Dec 2007 17:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/?p=61#comment-781718</guid>
		<description><![CDATA[@&lt;a href=&quot;http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-781403&quot; rel=&quot;nofollow&quot;&gt;gulflee&lt;/a&gt;:

If you know CSS, you can change the Write Post panel. It&#039;s not hard, just time consuming, but since it is already a form (turn off the Rich Text Editor) why make it more &quot;formy&quot;?]]></description>
		<content:encoded><![CDATA[<p>@<a href="http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-781403" rel="nofollow">gulflee</a>:</p>
<p>If you know CSS, you can change the Write Post panel. It&#8217;s not hard, just time consuming, but since it is already a form (turn off the Rich Text Editor) why make it more &#8220;formy&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gulflee</title>
		<link>http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-781403</link>
		<dc:creator><![CDATA[gulflee]]></dc:creator>
		<pubDate>Sat, 01 Dec 2007 14:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/?p=61#comment-781403</guid>
		<description><![CDATA[hi Loreller, nice tips can i know, is it possible to change/customize the write/edit post  to a form style  so user can enter the post just like filling a form? could it be too tricky ? thanks in advance]]></description>
		<content:encoded><![CDATA[<p>hi Loreller, nice tips can i know, is it possible to change/customize the write/edit post  to a form style  so user can enter the post just like filling a form? could it be too tricky ? thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorelle VanFossen</title>
		<link>http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-180342</link>
		<dc:creator><![CDATA[Lorelle VanFossen]]></dc:creator>
		<pubDate>Thu, 15 Feb 2007 23:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/?p=61#comment-180342</guid>
		<description><![CDATA[For my opinion and whines about WordPress blog comment handling, see &lt;a href=&quot;http://lorelle.wordpress.com/2006/12/16/the-number-one-flaw-in-wordpress-comments/&quot; rel=&quot;nofollow&quot;&gt;The Number One Flaw in WordPress: Comments&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>For my opinion and whines about WordPress blog comment handling, see <a href="http://lorelle.wordpress.com/2006/12/16/the-number-one-flaw-in-wordpress-comments/" rel="nofollow">The Number One Flaw in WordPress: Comments</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://lorelle.wordpress.com/2005/09/18/customizing-wordpress-administration-panels/#comment-180333</link>
		<dc:creator><![CDATA[Richard]]></dc:creator>
		<pubDate>Thu, 15 Feb 2007 23:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/?p=61#comment-180333</guid>
		<description><![CDATA[Would be interested in any solutions you have to managing comments in 2.1

Ideally all the comments should be instantly visible at once (the FULL comments) and it should be possible to go down the page and edit them all, approve them etc. before finally pressing &#039;submit&#039; and having the whole lot processed at once]]></description>
		<content:encoded><![CDATA[<p>Would be interested in any solutions you have to managing comments in 2.1</p>
<p>Ideally all the comments should be instantly visible at once (the FULL comments) and it should be possible to go down the page and edit them all, approve them etc. before finally pressing &#8216;submit&#8217; and having the whole lot processed at once</p>
]]></content:encoded>
	</item>
</channel>
</rss>
