I am just working on a wp plugin. Part of the plugin is a custom rewrite rule which generates a url like this /phones/phone-brand/motorola/ Now the page that is actually loaded is /phones/phone-brand/ and the motorola is submitted via querystring All pages have the same name but I want to change that and change Phone Brand to Motorola or any other brand that is loaded. Any idea how I can do this? I know there must be a hook somewhere but I don't know what is is. Any help??? Thanks