WordPress plugin
URL Content Mapper
Map URLs to WordPress content with rules you manage in the admin.
The problem
WordPress ties content to fixed posts and pages. When a site needs to vary what it serves by the requested URL, such as campaign paths or structured URL patterns, editors end up duplicating pages or asking a developer for one-off template changes.
What I built
URL Content Mapper adds a rules screen in the WordPress admin. Define a URL pattern, choose the content to serve, and the plugin resolves it at request time. No duplicated pages and no template edits.
How it works
- Create a rule in the admin that pairs a URL pattern with target content
- On each request, the plugin matches the incoming URL against the rules
- When a rule matches, the mapped content is served in place of the default
- Rules can be enabled, disabled, and reordered without touching code
Need a custom WordPress plugin?
Tell me what it needs to do and which tools it should connect to.