I currently have a permalink structure like this:
/%category%/%postname%/
In other words, I want
"http://www.thesupermelon.com/trends/page/2/"
instead of
"http://www.thesupermelon.com/category/trends/page/2/"
However, when I attempt to access other pages from category (e.g.: http://www.thesupermelon.com/trends/page/2/), I get a 404 error.
I've tried various plugins and hacks, and there seems to be no clean and simple solution (.html trail for example).
I've already looked into solutions/threads such as:
http://www.brianshoff.com/wordpress/category-base-removal-plugin.htm
http://fortes.com/projects/wordpress/top-level-cats/
http://wordpress.org/extend/ideas/topic.php?id=359
http://wordpress.org/support/topic/98005?replies=25
However, this site seems to be working fine with "category/postname/" structure...
http://www.firanet.nl/kapsels-haarmode/page/2/
Please help!