Tag: PHP
URL rewriting in WP
I hate Apache’s mod_rewrite! Trying to set up a dynamic page in WordPress. Need to capture requests of the form /dir/foo/bar/baz, where {foo,bar,baz} are optional. “dir” would be the slug of a page whose template generates dynamic content based on … Continued