If I have the url,
http://localhost/index.php/trial/?blog=13&cats=163
a call to
regenerate_url( "types", "types=2")
results in
http://localhost/index.php/trial/?blog=13&types=2
instead of
http://localhost/index.php/trial/?blog=13&cats=163&types=2
Any ideas? Am I using regenerate_url incorrectly? Or is there something funky going on with category params from the URL string?
Cindy Rae
Hi, sorta this works for me in /skins/[skin]/index.main.php, I get the cat name as part of the path but it's also replicated as a param .... either way this is gonna end up in the bugs forum ;)
It produces :
Test : http://b2evo.astonishme.co.uk/c15/?blog=5&cat=15&types=2
¥
note to self : still need to do the cat urls to summat a smidge more imaginative :P