WordPress plugin

URL Content Mapper

Map URLs to WordPress content with rules you manage in the admin.

  • WordPress
  • PHP
  • JavaScript
View on WordPress.org ↗

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

  1. Create a rule in the admin that pairs a URL pattern with target content
  2. On each request, the plugin matches the incoming URL against the rules
  3. When a rule matches, the mapped content is served in place of the default
  4. 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.