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
- Loop doesn’t exclude the specified category in home page
- is_page Funtion for Posts ?
- is_page() and is_page_template() not being differentiated
- Display posts of specific category term
- Widget that shows categories with posts numbers
- How to create a sub post?
- Admin – no Featured image choice in create new/page|post
- Post Image not displaying in category view
- How to detect when admin user is on the All Posts page?
- static landing page leading to author specific pages w/ “live” content
- How do I show posts from another wordpress installation?
- get posts from Custom Post Type & Category
- Category page when using static front page
- Total number of posts in query (category/tag/author/search results/main page…)
- Latest posts by category — how to exclude current post?
- Custom Permalink Structure for Pages & Posts
- Getting a “404 Not Found” error when “Preview Changes” is clicked
- Why won’t pagination work?
- How do I include the category next to the title of a post?
- Relative number of post in category
- WordPress Query Posts From Category Post on Static Page
- How to put page numbers with the next/previous on a post/category list?
- WordPress bulk category select when publishing post
- Exclude some categories from listing on the current post
- How to show a custom taxonomy in the theme?
- How to import nested categories from XML file?
- How do you search for a post or page with a certain url on the WordPress admin panel?
- how to hide empty fields of post category description?
- How to add some html formated text to every new post in WordPress
- how can i display my posts alphabetically?
- if in category but only with post meta
- How to get post with associated categories and tags names instead of ids with rest api?
- Display a mixed list of posts and media
- Intercept page request and add value to it
- Migrate posts from category and sub-category via SQL
- Parent category / child category posts
- Posts Missing in Dashboard after update
- How to enable custom Shortcodes in Post Category Description? [duplicate]
- WordPress 302 Redirect to Random Product/Post/Page
- Sort by last word in title
- Display post number by category
- Output Post with ACF Fields into other Post
- How to create a page that shows the last 10 posts?
- $_GET parametters not working in an specific template
- singular posts using archive styling
- New Posts and Pages Won’t Save
- My Custom Post Type Still Using index.php
- get_children returns older images
- Change Post Title For Specific Category
- Posts and Pages: 404 Page not found
- Display selected categories onto post page
- How to call posts under a specific category on static front page?
- Give posts a particular template based on the assigned category
- the_content() Not Grabbing All Content
- How to have more than one page for your posts if you have 8 posts but can store max 4 on a page
- Extract wordpress posts content and category content
- Un-highlight Blog Menu Item when Category Menu Item is Selected
- Display Featured Posts Grid on Static Page (Gazette)
- How to get post with slug and exclude categories
- Detecting current page from class method
- All categories displays the same posts
- Unabled to Change Permalinks – Even Using the “Edit” (Resets to Original Permalink on “Update”)
- List all posts, pages and custom post types in admin
- Unable to differentiate between two categories under custom post type on single.php
- In what context should Categories and Tags be used
- Exclude post category in a blog page
- Show posts on front page only
- list posts from two categories on a page – plugin not working
- Make ‘blog’ page show content as well as posts underneath it
- I don’t want the complete article to show on homepage
- Retrieving posts by their date and category
- Get latest post from categories
- Post/page title to permalink transformation – what is behind the scenes?
- How to create a playlist for audio associated with posts per category
- Change Author Name to Sitename on Frontend