Hi. I´m working on a site where I want to separate Portfolio and Blog, both made with Wordpress. I created a page for Portfolio, where I just show the posts belonging to this category.
Using permalinks, the url is www.domain.com/portfolio/. The problem is when there is a link, to the category 'Portfolio'. In the permalinks I´ve set the value /%category%/%postname%/, but for links to category 'Portfolio' the url is www.domain.com/category/portfolio/ (for example, using the plugin Breadcrumb NavXT)
So I´me getting a different page, one solution is to define a page in the theme call category-ID.php with the ID of the category, and include in this page the template of the page Portfolio I´ve defined. But this is not my favourite solution.
- Is there a way to redirect from www.domain.com/category/portfolio/ to www.domain.com/portfolio/?
- Or maybe, a way to get rid of the /category/ preffix in the url?
Thanks in advanced.