I want to have some child categories, but i don't want my url look like
parent-category/child-category/.
Means i don't want parent category to be added in url. Please let me know if there is any hack for it.
I want to have some child categories, but i don't want my url look like
parent-category/child-category/.
Means i don't want parent category to be added in url. Please let me know if there is any hack for it.
Hi, I just removed the get_category_parents( $category->parent, false, '/', true ) . from no_category_base function and it seems to work as i wanted. Please let me know if there can be any side effects.
This topic has been closed to new replies.