The taxonomy term should helps you, see the documentation.
The possibilities
- taxonomy-{taxonomy}-{term}.php
- taxonomy-{taxonomy}.php
- tag-{slug}.php
- tag-{id}.php
Your example
- tag-about.php
See the template hierarchy for tag for a deeper documentation about this feature. So it is possible to have a specific template without coding, a plugin.
Related Posts:
- Permalink with sub-sub-category and post name
- Custom Taxonomy in Permalink of Post
- Include Taxonomy slug in post url
- Remove Custom Taxonomy Slug from Permalink
- Add a css class to a taxonomy permalink
- Custom taxonomy rewrite using tax name instead of rewrite slug
- Redirect parent taxonomy to it’s child
- Possible to remove taxonomy from permalink if uncategorized?
- wordpress custom post type taxonomy permalink
- How to generate a list of all urls
- Remove Parents From Permalink of Hierarchical Taxonomy
- archive by year and category: permalink support doesn’t work on pagination
- How to separate an overgrown blog into sub-blogs – without breaking existing inbound links?
- Why does page for hierarchical taxonomy parent term go 404?
- Using a taxonomy value as part of a post URL
- Getting the terms from “Beautiful Taxonomy Filters” Results ot Integrate into “Ajax Load More”
- Not recognizing my custom templates in hierarchy
- ‘Unsupported Operand Types’ error stemming from taxonomy re-writes with PHP 8.1
- How to change permalink structure for custom post type and it’s taxonomies?
- WordPress matching URLs with trailing tildes
- Rewrite Rule for Multilingual Website, Like qTranslate?
- How to use relative links on my pages?
- How to filter to output of the get_permalink() function
- Change slug on post creation
- WordPress Permalink changes to question mark (?) in URL
- Is there a user-facing interface to edit an attachment’s permalink?
- Can WordPress realistically handle a site with 500 ‘pages’?
- URL Rewrite + Page + Custom Post Type = Unusual Redirect
- WordPress on a subdirectory of Laravel – WordPress pretty permalinks inner page shows laravel
- Get post title with link
- WooCommerce permalinks [closed]
- Menu Link Redirect Based on Username or User ID
- Performance and styles not working fine after changing permalink structure
- Redirect short-form URL to long-form URL (post_id to post_id + post_name)
- Maintaining two permalink structures
- Can’t change permalink url after hitting ‘ok’ and ‘update’
- Rewrite user profile URL to be human friendly
- removing index.php IIS 7.5 webconfig
- Sub-category and category in permalink structure
- Permalinks changed with WordPress 4.9
- Permalinks broken regularly
- 404 Page Not Found for Only One Post
- How to 301 all posts
- Call to a member function add_rule() on a non-object
- Link to blog index from template
- How to change Post ID during import
- Debugging permalink issue
- WordPress 404 in development area
- Change blog segment of URL
- why some permalinks adding characters/ruining links
- Multiple taxonomies on same permalink rule [closed]
- How to bulk edit image url in featured image and product description?
- WordPress category base not in post permalink
- WordPress permalink setup in Hindi
- How to remove /year/month from uploaded medias?
- Use custom post meta in permalink
- SEO: shortening permalinks to five words
- Remove -2 from URL; no duplicate pages, no images, no pages in trash
- Add sku to product url woocommerce [closed]
- Press-This stopped redirecting to permalink after post publish
- Giving a new page an existing URL
- encoded search terms with %20
- Permalinks not working on new site
- Custom links in menus not working in multiple environments
- 404 permalink errors on Pages only
- using wp_redirect to redirect to a permalink
- old permalinks not found
- WordPress permalink from the database?
- Display parent page URL for child page
- How to set add_query_arg properly for home page?
- How to redirect old permalinks from https://exmaple.com/category/post_id to https://exmaple.com/category/post_id.html
- Double Slash After Media Path (uploads//)
- Make a post inaccessible without a unique ID in the URL
- Undefined variable: testimonial in D:\Projects\PWP-WP\wp-content\themes\blankslate-child\template-parts\fields\flex\bottom-page-block.php on line 123
- Is it possible to set public to false for the native WordPress blog
- Code snippet to add filter pre_post_link to change Media URL (post_type attachment permalink/slug)
- Custom Permalink (with category) for Pages
- Make query parameter an endpoint
- WP adding noopener and noreferrer to all links
- 301 redirects after changing permalinks
- Rename Custom Post Slug using taxonomy
- Link works although page was moved to another location
- Permalink of post redirect to uncategorized category
- Getting current page URL when default permalink is set
- WordPress All pages but home simply read “hello”
- Force/Limit the post/page slug to accept only url friendly characters
- Make Permalinks have a custom format?
- permalinks of subcategory and posts
- Fresh wordpress installation in sub-directory not accessible
- Define a Permalink Structure by Post and Page
- WordPress 4.0 beta – how to change the link URL in RSS feeds
- Installing WordPress in another Install?
- using post meta data as permalink tags [duplicate]
- How to display post permalinks instead of pages?
- Incorporate single WordPress page into an existing static website [duplicate]
- How to configure WordPress to be a subdirectory of my main site as mymainsite.com/blog?
- Removing parent page in URL for one page
- Remove index.php from URL
- How to make my custom permalink pull up the correct post
- How to Set Both Category and Sub-Category Level at Root. It should also obey post rule as /category/sample-post and /sub-catgeory/sample-post?