Add Category to Pages
-
I’m mostly experimenting and Learning by Doing.
I found
this post
and have tried to addfunction add_taxonomies_to_pages() {register_taxonomy_for_object_type('category', 'page'); add_action( 'init', 'add_taxonomies_to_pages' );to my CSS stylesheet editor, but it’s bright red, and just ain’t working.
Suggestions?
The blog I need help with is: (visible only to logged in users)
-
Hi there, the code you reference is not CSS, it is PHP script. It would require editing of the theme php script files and we cannot do that here at WordPress.com.
When searching for things on the web for WordPress, the majority of the stuff you find will be for self-hosted WordPress installations unless it specifically says it will work here at WordPress.com.
The differences between WordPress.com and WordPress.org.
Currently we cannot add categories to pages here at WordPress.com. I would suggest using posts if you need to categorize.
- The topic ‘Add Category to Pages’ is closed to new replies.