Thread Starter
FFPR
(@ffpr)
Ok – I found another article on this topic suggesting to use rewrite tags instead of query vars.
So I set this up by using
function custom_rewrite_tags() {
add_rewrite_tag('%tdhm%', '([^&]+)');
add_rewrite_tag('%tdht%', '([^&]+)');
}
add_action('init', 'custom_rewrite_tags', 10, 0);
Yet it’s still not working. Any thoughts?
Thread Starter
FFPR
(@ffpr)
it was actually more of a combined varianble / routing problem. I will open up another thread for that.
Thread Starter
FFPR
(@ffpr)
Hi zourbuth, thanks for your reply. Too bad though… 😉
works like a charm now! GREAT JOB! 😀