I’m trying to do some WordPress URL rewriting …

Specifically I have custom post type that currently works like this:

http://mydomain.com/videos/post-title/

But I would like to have it located at:

http://mydomain.com/videos/author-name/post-title/

Is there any way to achieve this?

4 Answers
4

using Jhon’s Custom Post Permalinks plugin it should be easy
using:

/%post_type%/%author%/%postname%/

Leave a Reply

Your email address will not be published. Required fields are marked *