We know that, we can set a permalink structure for wordpress from settings. But, this setting is global. that means, a single structure can be saved only. Now, I want that, for some certain different kind of posts(based on category), url structure will be different.
For Example, my current permalink structure is set to "post name", like "http://localhost/wordpress/sample-post/"
Now for a specific category(say "mytest") it should follow the structure "http://localhost/wordpress/mytest/sample-post/"
To achieve this, I found only one plugin named "advance permalink"(http://wordpress.org/extend/plugins/advanced-permalinks/) . But it has some problems. Initially doesn't work at all(with latest version of wordpress). even If I fix it and get working (I did already), still occurs some other problems, like paging functionality for home page get lost. So, I am in need of some alternative solution.
Can anyone suggest some other plugin that can help achieve my goal or some hints to achieve it by some custom coding please?
Thanks in advance.