You can create a separate category template for just that one category. If your category’s slug is reviews
you can make a copy of your category template and save it as category-reviews.php
.
See the Category Templates page on Codex for more info about the template hierarchy.
This still leaves you with the /category/
part in the permalink, which you can either change to something else globally in the permalink settings, or you can maybe create a custom rewrite rule just for that category.
Related Posts:
- The default code for “posts_nav_link” on category.php isn’t working
- Remove parent category from permalink? Basically only have the child category?
- Custom permalink structure leads to be 404 on pagination
- How to get permalinks with category base working with sub-categories
- Category archive by year with permalink support /category/YYYY
- Add a URL prefix to permalinks of one category of posts only
- Catch 404 after changing permalink structure from /%postname%/ to /%category%/%postname%/
- Filtering categories in the permalink structure
- Allow duplicate permalink slugs for posts in different categories
- Force WordPress to Show Pages Instead of Category
- How do I use the same post slug for different Categories?
- How to remove category from wordpress url?
- Multiple post categories – single permalink
- How to create a custom url for a category [closed]
- Preventing index.php?category_name=something from redirecting
- Make all subcategories use the template of its category parent?
- How to change the category in URL for posts in multiple categories?
- How to exclude uncategorized from permalink structure /%category%/%postname%/
- How to get the url to tag & category base set by the user?
- Different templates for parent and children categories/taxonomies
- 404 error on subcategory pages
- Categories’ hierarchy in URL
- Changing the category permalink structure
- Display only deepest category on a single post?
- How to Include the Parent and Child Category in the Permalink if the Post is Added to Both
- Category links suddenly started giving 404 errors
- How do I set a specific template for sub-categories?
- Best and Cleanest way to remove /category/ from category permalinks? [duplicate]
- Exclude subcategories from the url
- How to display only the parent category in the permalink
- Exclude a category from the filed under list only on some templates
- Root level category, tag, author and archive pages to work
- Create single.php for specific category by category id
- Categories and Tags returning 404 on the sidebar when using ugly permalinks
- Archive pagination causing 404 with permalinks structure
- Permalinks – Different structures for different categories?
- Plural Category Base Slug On Category Archive Page
- custom permalinks for category archive ( custom base and no parent slug )
- is_archive() content being shown instead of is_category()
- WooCommerce change category url and product base
- How to override Category rendering mechanism
- How to control template resolution if both Author and Category filter in place?
- Which php file lists all the post of a category
- Removing category base form links messes up the parent-child behavior
- Apply custom category template to subcategories
- New categories are now going to 404s
- Duplicate Category and Page URL loads Category instead of the Page
- Best way to programmatically link to multiple categories (union/intersection) [closed]
- Default category link for a custom category is a broken link
- get_query_var() and permalinks
- Custom page for WooCommerce’s /product-category/
- Code to pull in a PHP file named after the category ID
- How to set up Author archives with sub category URL
- Allow dot in wordpress permalinks (only for categories)
- wordpress wp_list_categories
- How to get category URL with the slug?
- Exclude category from Tag Template
- How to filter posts by format and category via url?
- How to Filter categories in the permalink structure
- How to make a Thumbnails Mosaic
- Are Category or Tag Archive Pages Possible?
- Specifying multiple categories in URL (permalink)?
- Need Category RSS Feed that shows all posts
- WooCommerce IF statements not working
- WordPress subcategories return 404 in custom template
- force category base – archive pages work WITH & WITHOUT category base slug in url?
- Set a them for all subset of category
- How get permalink for the current category or tag?
- Add “page-a” slug to category link if user visit category link from “page-a”
- Redirect category to url with /category
- Changing permalink from /postname/ to category/postname/
- How to display only posts assigned to a particular, isolated, subcategory
- Highlight wp_nav_menu when category is selected
- Archive.php filtered by pre-determined category
- one category template for multiple categories
- One Specific Category To Permalink
- Category being displayed without base parmalink
- wordpress sub-category ( lowercase letters + non-latin characters ) = 404
- Different templates for different category tags
- Removing post category base giving Error 404
- Categories showing page not found
- How to disable default category linkbuilding?
- Read GET parameters in APACHE Mod Rewrite rules for WordPress categories in Posts
- Only one post is showing on category page, why?
- Have different permalinks based on category
- Show parent category in URL of subcategory archive page
- Mod_Rewrite to show only last subcategory in URL
- Permalinks: display just one kind of wp category in the posts url
- Multiple URL’s based on category for one post
- Same base for category and post
- Updating category template to change how subcategories display
- category permalinks
- Hide uncategorized when no category set
- Categories overview that links to page displaying posts
- How can I get categories IDs if multiple categories requested via URI?
- Remove subcategory and category with some rules from permalink
- Sub Categories Keep Redirecting to Pages With Same Slugs
- How to rewrite the post URL according to the category?
- WordPress URL Rewrite for dynamic and customized URL
- Removing subcategories from permalinks [duplicate]