Oki Im trying to get wordpress to recognize a custom structure for permalinks manly this /%pagename%/%category%/postname%/
As you can see I want to have a page that will be called and in that page I want to loop out category with selected postname.
The main problem is that url rewrite in .htaccess file always uses the postname as the target by defualt, how can I make it use pagename as root for the request but still maintaining category and postname as part of the permalink ?
Best Regards
Nick =)