<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kulpreet Singh &#187; wordpress fix</title>
	<atom:link href="http://kulpreetsingh.com/tag/wordpress-fix/feed" rel="self" type="application/rss+xml" />
	<link>http://kulpreetsingh.com</link>
	<description></description>
	<lastBuildDate>Tue, 05 Oct 2010 15:23:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress 2.5.1 Admin Panel CSS Fix</title>
		<link>http://kulpreetsingh.com/wordpress-small-fix</link>
		<comments>http://kulpreetsingh.com/wordpress-small-fix#comments</comments>
		<pubDate>Fri, 16 May 2008 16:57:44 +0000</pubDate>
		<dc:creator>kulpreet singh</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress admin]]></category>
		<category><![CDATA[wordpress dashboard]]></category>
		<category><![CDATA[wordpress fix]]></category>
		<category><![CDATA[wordpress hack]]></category>

		<guid isPermaLink="false">http://kulpreetsingh.com/?p=34</guid>
		<description><![CDATA[Hi Everyone,
You&#8217;ve probably noticed that in the new WordPress 2.5 series Admin Panel, the navigation menu items (Write, Manage, Design, Comments) are split from the option / settings menus (Settings, Plugins, Users). Personally I don&#8217;t ...]]></description>
			<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>You&#8217;ve probably noticed that in the new WordPress 2.5 series Admin Panel, the navigation menu items (Write, Manage, Design, Comments) are split from the option / settings menus (Settings, Plugins, Users). Personally I don&#8217;t like it separated, but I haven&#8217;t yet had time to fix it.</p>
<p>What I&#8217;ve done in the meanwhile is make the sizes same of the links on the left and the links on the right. The way to do this is:</p>
<p>In your wp-admin/wp-admin.css file, replace:</p>
<blockquote style="font: courier; "><p>
#wphead a, #dashmenu a, #adminmenu a, #submenu a, #sidemenu a {<br />
text-decoration: none;<br />
}</p></blockquote>
<p>with</p>
<blockquote style="font: courier; "><p>
#wphead a, #dashmenu a {<br />
text-decoration: none; }</p>
<p>#adminmenu a, #submenu a, #sidemenu a {<br />
text-decoration: none;<br />
font-size: 12pt;<br />
}</p></blockquote>
<p>That&#8217;s it &#8211; now the links on the left and right will be the same size. I like it better because I check the &#8220;Settings&#8221; and &#8220;Plugins&#8221; almost as often as I write a post or manage comments.</p>
<p>Also if you want to make the sub-navigation links (the ones in the white, below the navigation links) a different size, like maybe 11pt, use this: </p>
<blockquote><p>
#wphead a, #dashmenu a, #adminmenu a, #submenu a {<br />
text-decoration: none; }</p>
<p>#submenu a {<br />
font-size: 11pt; }</p>
<p>#sidemenu a {<br />
text-decoration: none;<br />
font-size: 12pt; }
</p></blockquote>
<p>-k.s.</p>
]]></content:encoded>
			<wfw:commentRss>http://kulpreetsingh.com/wordpress-small-fix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5/2.5.1 Post Write Panel Hack &#8211; Categories Box</title>
		<link>http://kulpreetsingh.com/wordpress-write-panel-categories-hack</link>
		<comments>http://kulpreetsingh.com/wordpress-write-panel-categories-hack#comments</comments>
		<pubDate>Wed, 14 May 2008 07:02:37 +0000</pubDate>
		<dc:creator>kulpreet singh</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress categories]]></category>
		<category><![CDATA[wordpress fix]]></category>
		<category><![CDATA[wordpress hack]]></category>
		<category><![CDATA[wordpress write panel]]></category>

		<guid isPermaLink="false">http://kulpreetsingh.com/?p=28</guid>
		<description><![CDATA[Hi Everyone,
&#8212; read the updates below &#8212; 
If you&#8217;re using WordPress 2.5.1, and you don&#8217;t like the Categories box being underneath the post write box, and you want the box back in the sidebar, this ...]]></description>
			<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>&#8212; read the updates below &#8212; </p>
<p>If you&#8217;re using WordPress 2.5.1, and you don&#8217;t like the Categories box being underneath the post write box, and you want the box back in the sidebar, this is for you!</p>
<p><strong>Screenshot:</strong><br />
<img src="http://kulpreetsingh.com/wp-content/uploads/2008/05/screenshot.jpg" alt="" title="screenshot" width="500" height="305" class="aligncenter size-full wp-image-29" /></p>
<p>&#8212;-</p>
<p>Before you start, backup your wp-admin/edit-form-advanced.php file. </p>
<p>After backing it up, locate the file and open it in your code/text editor and follow these steps: </p>
<p><strong>Step 1) Find and delete this: </strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div id=&quot;categorydiv&quot; class=&quot;postbox <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> postbox_classes<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'categorydiv'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'post'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;
&lt;h3&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Categories'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/h3&gt;
&lt;div class=&quot;inside&quot;&gt;
&nbsp;
&lt;div id=&quot;category-adder&quot; class=&quot;wp-hidden-children&quot;&gt;
	&lt;h4&gt;&lt;a id=&quot;category-add-toggle&quot; href=&quot;#category-add&quot; class=&quot;hide-if-no-js&quot; tabindex=&quot;3&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'+ Add New Category'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/h4&gt;
	&lt;p id=&quot;category-add&quot; class=&quot;wp-hidden-child&quot;&gt;
		&lt;input type=&quot;text&quot; name=&quot;newcat&quot; id=&quot;newcat&quot; class=&quot;form-required form-input-tip&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'New category name'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; tabindex=&quot;3&quot; /&gt;
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_dropdown_categories<span style="color: #009900;">&#40;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'hide_empty'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'name'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'newcat_parent'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'orderby'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'name'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'hierarchical'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'show_option_none'</span> <span style="color: #339933;">=&gt;</span> __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Parent category'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'tab_index'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #cc66cc;">3</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		&lt;input type=&quot;button&quot; id=&quot;category-add-sumbit&quot; class=&quot;add:categorychecklist:categorydiv button&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'Add'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; tabindex=&quot;3&quot; /&gt;
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_nonce_field<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'add-category'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'_ajax_nonce'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">false</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		&lt;span id=&quot;category-ajax-response&quot;&gt;&lt;/span&gt;
	&lt;/p&gt;
&lt;/div&gt;
&nbsp;
&lt;ul id=&quot;category-tabs&quot;&gt;
	&lt;li class=&quot;ui-tabs-selected&quot;&gt;&lt;a href=&quot;#categories-all&quot; tabindex=&quot;3&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'All Categories'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
	&lt;li class=&quot;wp-no-js-hidden&quot;&gt;&lt;a href=&quot;#categories-pop&quot; tabindex=&quot;3&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'Most Used'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&nbsp;
&lt;div id=&quot;categories-all&quot; class=&quot;ui-tabs-panel&quot;&gt;
	&lt;ul id=&quot;categorychecklist&quot; class=&quot;list:category categorychecklist form-no-clear&quot;&gt;
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> dropdown_categories<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	&lt;/ul&gt;
&lt;/div&gt;
&nbsp;
&lt;div id=&quot;categories-pop&quot; class=&quot;ui-tabs-panel&quot; style=&quot;display: none;&quot;&gt;
	&lt;ul id=&quot;categorychecklist-pop&quot; class=&quot;categorychecklist form-no-clear&quot; &gt;
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_popular_terms_checklist<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'category'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	&lt;/ul&gt;
&lt;/div&gt;
&nbsp;
&lt;/div&gt;
&lt;/div&gt;</pre></div></div>

<p><strong><br />
Step 2) Find and delete this: </strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div class=&quot;side-info&quot;&gt;
&lt;h5&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Related'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/h5&gt;
&nbsp;
&lt;ul&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$post_ID</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;li&gt;&lt;a href=&quot;edit.php?p=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$post_ID</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'See Comments on this Post'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;li&gt;&lt;a href=&quot;edit-comments.php&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Manage All Comments'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;edit.php&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Manage All Posts'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;categories.php&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Manage All Categories'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;edit-tags.php&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Manage All Tags'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;edit.php?post_status=draft&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'View Drafts'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> do_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'post_relatedlinks_list'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/ul&gt;
&lt;/div&gt;</pre></div></div>

<p><strong>Step 3) Find this (Don&#8217;t delete it &#8211; just find it): </strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>span id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;autosave&quot;</span><span style="color: #339933;">&gt;&lt;/</span>span<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>p<span style="color: #339933;">&gt;</span></pre></div></div>

<p><strong>Step 4) Paste this underneath: </strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div class=&quot;side-info&quot; style=&quot;margin-left: -15px;  &quot;&gt;
&nbsp;
&lt;div id=&quot;categorydiv&quot; class=&quot;postbox <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> postbox_classes<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'categorydiv'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'post'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; style=&quot;width: 260px;&quot;&gt;
&lt;h3&gt;Categories&lt;/h3&gt;
&lt;div class=&quot;inside&quot;&gt;
&nbsp;
&lt;div id=&quot;category-adder&quot; class=&quot;wp-hidden-children&quot; style=&quot;margin-left: -5px; &quot;&gt;
&lt;h4&gt;	&lt;a id=&quot;category-add-toggle&quot; href=&quot;#category-add&quot; class=&quot;hide-if-no-js&quot; tabindex=&quot;3&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'+ Add New Category'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/h4&gt;
	&lt;p id=&quot;category-add&quot; class=&quot;wp-hidden-child&quot; style=&quot;width: 250px; &quot; &gt;
		&lt;input type=&quot;text&quot; name=&quot;newcat&quot; id=&quot;newcat&quot; class=&quot;form-required form-input-tip&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'New category name'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; tabindex=&quot;3&quot; style=&quot;width: 150px; &quot; /&gt;&lt;br /&gt;
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_dropdown_categories<span style="color: #009900;">&#40;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'hide_empty'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'name'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'newcat_parent'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'orderby'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'name'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'hierarchical'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'show_option_none'</span> <span style="color: #339933;">=&gt;</span> __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Parent category'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'tab_index'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #cc66cc;">3</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		&lt;input type=&quot;button&quot; id=&quot;category-add-sumbit&quot; class=&quot;add:categorychecklist:categorydiv button&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'Add'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; tabindex=&quot;3&quot;  /&gt;
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_nonce_field<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'add-category'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'_ajax_nonce'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">false</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		&lt;span id=&quot;category-ajax-response&quot;&gt;&lt;/span&gt;
	&lt;/p&gt;
&lt;/div&gt;
&nbsp;
&lt;ul id=&quot;category-tabs&quot; style=&quot;width: 2px; &quot;&gt;
&nbsp;
&lt;/ul&gt;
&nbsp;
&lt;div id=&quot;categories-all&quot; class=&quot;ui-tabs-panel&quot;  style=&quot;height: 400px; margin: 2px; &quot;&gt;
	&lt;ul id=&quot;categorychecklist&quot; class=&quot;list:category categorychecklist form-no-clear&quot;&gt;
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> dropdown_categories<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	&lt;/ul&gt;
&lt;/div&gt;
&nbsp;
&nbsp;
&nbsp;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</pre></div></div>

<p><strong>Step 5) Save (make sure your old copy was backed up). </strong></p>
<p><strong>Step 6) Login to your WP Admin and go to &#8220;Write > Post&#8221; and check it out.</strong> If you like it let me know that it worked. If not, I cannot provide support but you can still contact me at info [at] kulpreetsingh [dot] com. </p>
<p><strong>Disclaimer: </strong><br />
This has been tested on WP 2.5.1. I am not responsible for your WP installation or for this fix. Please backup your edit-form-advanced.php file and restore it if this doesn&#8217;t work. </p>
<p>&#8212;-</p>
<h2>Update:</h2>
<p>Screencast by <a href="http://www.miss604.com">Rebecca Bollwitt</a> (Miss604) on how to do the above: </p>
<p><object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;feedurl=http%3A%2F%2Fmiss604%2Eblip%2Etv%2Frss&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F913332%3Freferrer%3Dblip%2Etv%26source%3D1&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" width="400" height="255" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;feedurl=http%3A%2F%2Fmiss604%2Eblip%2Etv%2Frss&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F913332%3Freferrer%3Dblip%2Etv%26source%3D1&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" /><param name="quality" value="best" /><embed src="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;feedurl=http%3A%2F%2Fmiss604%2Eblip%2Etv%2Frss&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F913332%3Freferrer%3Dblip%2Etv%26source%3D1&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" quality="best" width="400" height="255" name="showplayer" type="application/x-shockwave-flash"></embed></object></p>
<p>&#8212;-</p>
<h2>Update 2: </h2>
<p>It turns out there&#8217;s a plugin that does this as well! Probably easier to manage for the non-coding population, especially because it will / should extend regardless of your version updates. It is a little different from my method, but the concept is the same. The website&#8217;s in Turkish but the plugin page is in English: <a href="http://beyn.org/sidecat/ ">http://beyn.org/sidecat/<br />
</a></p>
<p>&#8212;-</p>
<h2>Update 3:</h2>
<p>Peter Keung took this fix and the plugin above and made a new plugin. Thank you Peter! You can download it here: <a href="http://www.theblog.ca/wp-content/uploads/2008/05/sidecat_reloaded.txt">http://www.theblog.ca/wp-content/uploads/2008/05/sidecat_reloaded.txt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kulpreetsingh.com/wordpress-write-panel-categories-hack/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

