Category Selector Back to the Sidebar
As you know, WordPress v2.5 was released at the end of march, and we loved it... at first. Many WP users (including me) complained that the section which allows us to select categories for our posts is not at the sidebar. Thus, many WordPress v2.5 users (including me) started forgetting to select categories for their posts. Thus, there are many many angry users. Thus, I tried to create a plugin with my totally crappy PHP skills.

Features of the plugin:
- Removes that advanced category selector below.
- Adds a (somewhat) primitive category selector to the sidebar.
- Makes you a happier WordPress blogger.
You can download the latest version of the plugin by clicking on this link.
If you have any questions, you can ask me by commenting on this page or using my contact form. Translations:
Adın - Your Name
E-posta adresin - Your e-mail address
E-posta başlığı - Subject of the e-mail
Mesajın - Your message
E-postayı yolla - Send the e-mail
Bu mesajın bir nüshasını da kendine yolla - Send a copy to yourself
Contributors: I should thank the contributors who helped me improve the plugin: Jeremy Clarke and scribu.
Verilen Tepkiler
Fatal error: Call to undefined function get_shortcut_link() in /home/kaethy/public_html/bartter/wp-content/plugins/category-selector-back-to-the-sidebar/sidecat.php on line 44
@Kathy; I'm guessing that you're not using (or didn't succesfully upgraded to) WordPress 2.6. The plugin is WP2.6-compatible only, but I forgot to update that one at WordPress Extend. Sorry about that.
You made a lot of people happy with this. The category location change was seen as a huge step backwards for some, others love it. Many will use this though.
Bu neymiş lan elin gevurları hep link vermiş :)
I have added this to your php-file, cause i missed the category-add button:
......................................................................
[code]
<input type="text" name="newcat" id="newcat" class="form-required form-input-tip" style="width:75%;" value="" tabindex="3" aria-required="true"/>
<input type="button" id="category-add-sumbit" class="add:categorychecklist:category-add button" value="" tabindex="3" />
#category-add select { width:100%; }
: 0, 'name' => 'newcat_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => __('Parent category'), 'tab_index' => 3 ) ); ?>
[/code]
......................................................................
oh ther was something cutted from my post, cause the html..
sry for that
If you mail me through the page above (First box: Name; second: E-mail address; third: Subject; fourth: Your message, the checkbox sends the mail also to the mail you typed to the second box) I can get back to you there.
Actually, now that 2.7 will bring the category list back to the sidebar, this plugin will be obselete. There's no need to release a new version. Thanks for your efforts anyway.







