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 check if I’m on the last page of posts?
- get all tags from category
- How can I add the featured image functionality to a custom taxonomy?
- Share one taxonomy across multiple blogs in 3.0 [duplicate]
- 404 Error On Category and Tags Pages
- Checklist of selected categories
- wp_update_nav_menu_item() to insert categories
- In the tag archive – display count of posts for each category they belong to
- How to get next previous category in same taxonomy?
- Display only deepest category on a single post?
- Exclude most recent posts from specific category in wp_query()
- Listing all posts from current category on page
- Wrap a chosen category name with div
- What type of page should i use? static page or category page? and what’s the difference? [closed]
- How to query posts from specific authors and categories using WP_query?
- Filter out posts before display category count
- Category vs Tag vs Table
- Help with multiple dropdown tags search
- Retrieve all posts within tag OR category?
- How to find the number of Tags a post has?
- How to customize tag and category post listings to show introductory content?
- List Terms in Category
- How to get category URL with the slug?
- Categories vs. Page Site Organization
- Display Slug instead of Name
- How get permalink for the current category or tag?
- ACF: Display category name using taxonomy field
- need to add custom field in more products
- Site search needs to find posts for category topic AND Tag or keyword thats not in the post
- Shortcodes not working in category or tag description
- Filtering multiple categories via the URL
- Get link which associated with a specific category and tag
- Display specific categories by ID
- Give a page priority over a category that has the same name?
- Different banner for different section
- Flat category URLs but retaining hierarchy?
- menu using category and tags
- limit a list of tags to one category [closed]
- How many categories can WordPress handle before performance suffers?
- How to query categories with Advanced Custom Fields?
- Wacky taxonomy in wordpress
- Question on using custom structures for categories
- Is there a reason I cannot get the current category in a loop?
- List just subcategory and products of active category page in Woocommerce
- Trying to create a Categorised Index (archive?) to use as my Home Page
- Having pages after specifying post_type post
- How to schedule categories?
- Tags Instead of Category
- custom query for both category and pages using global $wpdb;
- Editing Loop So It Targets Specific Tags?
- Pretty URLs with Categories and Tags
- Autolinking keywords in text with tags
- Maintaining a separate posts page for certain categories and don’t show those on home page
- How to use category slug with a regular page
- Display all categories but only if they have posts in them that have a specific tag assigned
- How to use the Term Object from a custom select field in a query
- Modifying category order
- How to show entries related to main category
- Image Upload Custom Form Field for Category and Custom Taxonomy
- Page with Category Returning 1
- Re-coding category-template.php to go to custom URL
- How get all media from a posts category by db?
- Tag Menu items based on their categories
- Hide category name using mod_rewrite
- Paginations in Category Page Leads to Sample Pages
- Grouping parent categories into sections
- $args Orderby The number
- get_adjacent_post_link excluded_terms ignored
- htaccess redirect for all categories converted to tags now showing 404
- altering theme – content generated by PAGES not PORTFOLIO
- Formating content in category.php
- Search tag within category
- Need help with category page customization meeting certain condition
- Woocommerce custom taxonomy order
- hide_empty property not working when using get_terms
- How to make /category/ URL load properly instead of 404 error?