![]() |
Wordpress Permalinks : How to?
Hi Folks.
Is there any way to achive this permalink strukture? DOMAIN/CATEGORY/SUBCATEGORY/SUBCATEGORY mysite.org/cars/bmw/engine mysite.org/cars/audi/engine mysite.org/cars/ford/engine The problem is the category "engine". As far as I know, it's not possible to have a slug multiple times. Any plugins, coders, hacks to make this possible? |
you can use the rewrite api to pretty much do anything, i would look into that.
|
actually it's not that hard once you understand how this works.. the most basic example would be
create a file called .htaccess and paste this into it Quote:
now create the index.php file Quote:
domain.com/cars/bmw/engine it will print something like Array ( [first] => cars [second] => bmw [third] => engine ) Regards. |
also, make sure to block folders you don't want .htaccess to use... to do this, simply add for example
Quote:
|
All times are GMT -7. The time now is 10:45 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc