Generally, pages cannot be added to categories or tags by default. Posts can can be categorized and tags.
If you google search “WordPress categorize pages” at least a couple of plugins can probably help you figure it out.
Otherwise, you can check out the code for some of those plugins to see how it’s done and do it yourself, fairly simply. The main thing to note is that you’re adding pages to the list of post types that categories and tags can be associated with:
register_taxonomy_for_object_type( 'post_tag', 'page' );
register_taxonomy_for_object_type( 'category', 'page' );
Related Posts:
- Can I hide a specific post from latest posts page?
- How to show post(excerpt) from specific category on wp page?
- Can I divide the pages into categories?
- Should I use posts or pages in this scenario?
- post categories
- How to create a “latest news” page showing a list of posts from blog category
- Having pages after specifying post_type post
- Are post, page and category IDs unique to each other?
- posts going to 2 pages/categories only show up in 1
- How can I add a page that shows posts from a single category?
- Different post views for different category views
- Automatic duplicate/copy of post to a related page in WordPress
- Yoast breadcrumb URL shows category instead of the page
- How to distinguish pages created by woocommerce?
- How to add a block to a category page?
- Page with Category Returning 1
- Post Category link is same with Page link
- How do I make it so that new posts within a certain category go into a certain page?
- Precedence of page permalinks over woocommerce product category links?
- Show only top 3 posts from 3 categories in order on home page
- Displaying only posts from a certain category on my custom page template
- I need to create a page or post hierarchy
- how to style an individual page in a category [duplicate]
- CSS – Change height of Storefront / WooCommerce product categories, but not products
- wordpress category Description not allowed tag
- Use category base slug in posts’ permalink
- Post/Page Publish/Update button not clickable once I make an edit
- Display the latest post from a category in a page
- Custom Field in Featured image for A particular post
- How to show list of posts by author and category?
- How to control which category will be picked for the slug of a post?
- Add default content to post (for specific category)
- Query only Posts from Both of Two Category?
- Is it possible to show a different WP menu when using password protected pages?
- why does HTML Tag not working in Post and Page
- Post in Multiple Categories to stay in current category (permalink, next previous post link)
- Redirect before post page
- Conditional that checks if a current category has any subcategory with posts
- How to set post expiration date and time and move the page to archive after expiration [closed]
- Exclude posts from featuring
- Articles are text-only in any “Category” instead of HTML
- Get current category id from post page wordpress
- Saving category to a post, before publishing the post
- Why aren’t my posts/pages showing up in my WordPress Theme?
- Assign category to new post via URL
- Category Page Template not Showing Posts
- How to Restrict Previous & Next Post Link to Posts of Same Category?
- WordPress custom Query for Posts in Category display posts multiple times
- Using ajax on editing a category edit page?
- Disable sticky option for specific categories
- date issue with category post retrival
- How to make multiple sections in home pulling posts category wise?
- Showing categories and subcategories with posts
- Change default category when I publish a post
- Post Image not displaying in category view
- WordPress Query Posts From Category Post on Static Page
- Intercept page request and add value to it
- Parent category / child category posts
- get_children returns older images
- Detecting current page from class method
- Unable to differentiate between two categories under custom post type on single.php
- Exclude post category in a blog page
- Showing recent post of category in page
- WP_Query of Category Not Showing First Post
- How to make posts being uncategorized
- How to display a single(current) post from a category
- Have posts included on a page that share same category
- displaying the categories post
- Preview page/post revisions without overwriting current content
- Link from Post to Another Post Via Clicking on Words within Original Post
- Link to older links
- How to add content above footer in posts from specific category
- Edit post & page option does not display on latest wordpress
- How to Create another Page Category like the “Post” and “Pages”
- Add CSS and JS files of the template post on a WordPress page
- How to create a button to filter posts (list) by meta value
- Is there a way to save different data when USER interacts with the same POST?
- Show code only on WooCommerce Pages
- show only one category and filter by tag
- AJAX load more posts not using correct category and repeating the same few posts
- Multiple Pages – Seperate blogs
- Category posts show on local install, they do not show on live server
- How can I exclude only a specific sub category post from category display?
- Posts are not showing up on next page.
- Display only current page -> posts tags in page
- Newly created category does not show category
- How to pass multiple checkbox values to wordpress query?
- How to mix pages and sub-categories in a url
- Show a Category Specific Info Box
- Display the first post’s comments of category in comments.php template
- How to filter categories of a post
- Posts and pages not getting published
- List posts related to category on a div [closed]
- how to show all post with its contents
- wordpress show category link instead of post link [closed]
- How to display my categories in a list (to a post, not the sidebar)?
- Cannot Create a new Post [closed]
- How to make category for word post_content
- Filters do not work when there are multiple (one works)
- Edit Page button is gone