Change portfolio url
-
I have two pages showing portfolio posts, one of them shows the posts with parent category ‘products’, and the other one the posts with parent category ‘projects’.
The problem is that the portfolio post page url is: ‘www.xxx.com/portfolio/product-name’ inside products and ‘www.xxx.com/portfolio/project-name’ inside projects, and what I want is: ‘www.xxx.com/PRODUCTS/product-name’ and ‘www.xxx.com/PROJECTS/project-name’.
I found the function ‘rewrite’ => array( ‘slug’ => ‘portfolio’ ), but it changes both of them, and I need a diferent name for each one.
Anyone knows how to do that??
Thanks a lot!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Change portfolio url’ is closed to new replies.