Wordpress Custom Themes > How to script Categories, Tags and Excerpt options to appear on "page" edi
- by Scott B
I'm using custom WordPress categories for some probably unintended functions, I will admit (things like marking a post no/index just by adding it to my custom "no-index" category, etc). But it sucks that WordPress does not enable pages with all the little extras you get with posts.
For example, while the post editor gives you convenient access to Tags, Categories, and a Post excerpt field, pages get left out in the cold.
I'd like to know if its possible to add the These items to the Post editor via add_action() directive from a custom theme.