Add Categories and Tags to Pages in WordPress

1
2
function add_taxonomies_to_pages() {
register_taxonomy_for_object_type( 'post_tag', 'page' );
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Tags are very useful. They can be applied in a variety of non-standard, but powerful ways to enhance our blogs.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.