Answer the question
In order to leave comments, you need to log in
How to customize category template in wordpress without category prefix?
Hello guys! pliz tell me who is in the know, I delete the prefix / category in wp through function.php, in this way
function true_remove_category_from_category($cat_url) {
$cat_url = str_replace('/category', '', $cat_url);
return $cat_url;
}
add_filter('category_link', 'true_remove_category_from_category', 1, 1);
Answer the question
In order to leave comments, you need to log in
Hello!
1) don't confuse category and template name category. The category template name should be categorx-xxx.php
2) to remove the category base slug just install this plugin
https://ru.wordpress.org/plugins/no-category-base-wpml/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question