I created my own custom WordPress theme for my website, everything is great. However, I have a strange need, I have one category which is kind of a ‘placeholder’ for content which is automated and used by an automated background process. Each time this process finds new content to put into that category I end up with another entry when I go to the admin screen to post or edit any of the posts which I manually enter. Since it is more than just myself, I really want a way to just completely hide that one category from being shown in the Admin ‘Edit/Post’ screen to keep it nice and lean.
I’ve poked around in some of the source code files, however, I have come to the point of frustration. Been searching around on Google and other places for any idea, yet, keep coming up empty.
Does anyone know how to do this, or even IF it can be done?
Thanks,
Derek
The only solution I could imagine is removing, rewriting, replacing the meta box.
Edit: Maybe you can use a the filter for the categories dropdown
I have used a plugin called Ultimate Category Excluder
Easily exclude categories from your front page, feeds, search , and archives
http://www.planetmike.com/plugins/ultimate-category-excluder/
it worked for me 🙂
Hope this is an easy fix