You can use categories with pages by registering the category taxonomy for the page object type:
function categories_for_pages(){
register_taxonomy_for_object_type( 'category', 'page' );
}
add_action( 'init', 'categories_for_pages' );
If you want to use a separate taxonomy for this, you can register your own taxonomy for pages.
Related Posts:
- Is There a Difference Between Taxonomies and Categories?
- Adding Fields to the Category, Tag and Custom Taxonomy Edit Screen in the WordPress Admin?
- How to display non-hierarchical taxonomy as terms with checkboxes?
- Control term order on a per-post basis
- Create a full width responsive header image per page
- Return category slug / title from category ID
- Any way to assign Post Categories and Tags to Links?
- Add custom taxonomy under the category title
- Search Posts / Pages with multiple options?
- How to make 2 tag feeds show up on 1 page?
- Is There a Difference Between Taxonomies and Categories?
- Notice: Trying to get property of non-object in : custom fields category
- How can I display tags as categories?
- Echo text using is_tag
- “Virtual category page” based on a custom field filter
- What is the best way to add an advanced / intermediate / beginner tag to a post
- display specific category when website loads
- Automatically adding tags and categories into Post Excerpt for searching
- How can i add service category here? [duplicate]
- Filtering posts in category by tag URL
- How to echo Tags and Categories as plain text
- How to Manage and link certain custom taxonomy?
- Return selected categories only in custom page meta box?
- Converting Categories (with ACF fields) to custom taxonomies
- How to query categories with Advanced Custom Fields?
- Should I use “Categories ” or “Pages” for a WordPress Static Site (A non blog site)?
- Redirect to another page using contact form 7? [closed]
- Have multiple category queries from the URL been fixed yet?
- Category.php loads first before page.php?
- How to insert category list into post creation page, and retrieve chosen categories?
- Targeting Parent Category Pages
- Wacky taxonomy in wordpress
- get_terms function not returning anything
- Display custom taxonomy attached to the post on post single page
- How do I display something on a particular category page?
- Related Tags not in category
- Automatically redirect a page to a category that share the same slug
- How to add custom color fields to the category edit page?
- How to display parents category and child category separately for a specific post?
- Include WooCommerce product to all child categories
- How to create a subcategory to a PAGE on WP?
- Question on using custom structures for categories
- Get the ID of 10 Latest Pages stored in a WordPress Category
- Admin: Navigation Menus do not show empty categories/taxonomies in the list’s search tab
- How to show 5 posts from specific category on related page?
- scaleability of tags
- Is there a reason I cannot get the current category in a loop?
- Targeting categories in custom fields
- How to Remove a Title from All Category and Tags Page?
- Need help deciding on a taxonomy
- How do I get category and page ID’s?
- echo get_post_meta of all post in a category to fill up a select field
- How to put page numbers with the next/previous on a post/category list?
- How do I add a tag slug to a category URL to filter posts?
- List custom queried terms in the edit-tags.php?taxonomy page
- Display sibling categories on category page
- How do I attach a page to a category similar to how we attach media to a post?
- How to modify the output of wp_terms_checklist when used within the built-in category metabox on edit posts?
- Get Posts by Category, Tag , and CPT Taxonomy
- Show the amount of posts in a tag in a specific category has
- WP REST API not retrieving all categories
- How to display a value inside a post with a specified category from a category custom field? [closed]
- Some categories missing on wp-admin/edit-tags.php?taxonomy=category
- How to get an array with all categories and corresponding names?
- List just subcategory and products of active category page in Woocommerce
- Display all product tags associated with a specific product category
- How replace individual elements in the RSS feed with a single string
- Adding a H1 Tag to Post Tags automatically, but hide the tag? (Same for Category)
- Trying to create a Categorised Index (archive?) to use as my Home Page
- Grandchild Term Things Grandfather Term is It’s Parent
- Eliminate word from $term->name
- What Must to Display the “mysite.com/category” URL?
- Group search results by category
- WP 4.7 in_category change?
- Get posts of a custom post type from category from taxonomy?
- Getting the Most Recent Posts from Multiple Categories
- Showing Categories for Page Edit – without plugin
- Having pages after specifying post_type post
- Illegal string offset ‘taxonomy’ in
- Style a category from category list
- ACF no print data [closed]
- Same menu for different taxonomies to reach different content
- Change categories count to include media attachments
- How to schedule categories?
- Using categories with pages
- Tags Instead of Category
- How to get selected taxonomy or category ID if using custom walker?
- Add posts of a certain category to a page
- Conditional category & tag statement
- Use blog as base for tags and categories
- Let user select their own category
- Include either name or slug in the include parameter using wp_list_categories?
- List all posts of certain category which share some tags
- Copy post taxonomy?
- How to store category and tags separatly on wordpress?
- custom query for both category and pages using global $wpdb;
- How can I filter posts by tag on the fly
- How could I write a get_categories_by_year() function?
- Retrieve post tags from from main wp_query
- Get posts in a subcategory of a chosen parent