remove custom taxonomy base / slug [duplicate]
Question
Possible Duplicate:
Remove slug in taxonomy url
I’m using proreview theme and it uses a custom taxonomy called “review-cats”
In of this
www.domain.com/review-cats/clothing
I want
www.domain.com/clothing
I’ve been trying to find a solution for 2 days not …
relevant code
register_taxonomy(
“review-cats”,
array(“reviews”),
array(
“hierarchical” => false,
“label” => “Categories”,
“singular_label” => “Category”,
“rewrite” => true
)
);
0
custom-taxonomy, slug
3 years
2020-04-03T12:52:09-05:00
2020-04-03T12:52:09-05:00 0 Answers
79 views
0
Leave an answer