Right now the slug reflects the title. I have three fields: number, first_name, and last_name. I want the slug to look like this:
/03-John-Smith/
How can I do this? Thanks.
Right now the slug reflects the title. I have three fields: number, first_name, and last_name. I want the slug to look like this:
/03-John-Smith/
How can I do this? Thanks.
perhaps a combination of %post_id% and %author% ?
http://codex.wordpress.org/Using_Permalinks#Structure_Tags
Sorry for not explaining, but these are all custom fields in a custom post type (Players).
'number'
'first_name'
'last_name'
This topic has been closed to new replies.