Forums
(@crispijn)
15 years, 1 month ago
I’m looking for the same answer! Hopefully there’s someone out there that could help us!
Anyone?
I’ve fine-tuned the rewriterule into this one but this doesn’t solve my problem
function do_rewrite_test() { add_rewrite_rule('gear/([^/]+)/([^/]+)/?$', 'index.php?pagename=gear&myvar1=$matches[1]&myvar2=$matches[2]','top'); }
I’m also struggling for a long time now with adding a second parameter… does anyone has the answer yet?
Looking forward to new posts with solutions!