i displaying list of employees using my custom plugin, i have set permalink structure like %category%%postname%/ So my page navigation was like http://www.abc.com/emp/?page=2, untill now it was working fine but now it rewrites url like http://www.abc.com/emp/2/.
i have read http://codex.wordpress.org/Using_Permalinks and try the solution empty .htaccess file and generating it again. but still i am getting same http://www.abc.com/emp/2/ url
as per my guess this problem occurs because i have updated wordpress from 3.3.2 to 3.4 do anyone have any idea how resolve this??