Rewriting URLs in WordPress
May 5, 2015The Rewrite Engine of WordPress is one of the parts of WordPress that can be confusing at first and that i personally never liked to customize at the beginning. Basically just because it normally worked the way it should and i didn’t want to break anything by adding custom rules. But custom rewrite rules can be a very powerful thing, especially if you’re building custom solutions for clients or a web app on top of WordPress. This post covers the basics and various code examples of how to implement your custom rewrite logic in WordPress.