How to make customized permalink in wordpress, using own numbering or data.?

September 2nd, 2010 | by admin |

WORDPRESS, how can I create custom permalinks for urls like http://www.mysite.com/MY_NUMBER , I do not want to use %post_id% as it is database driven and autogenerated, I want to assign the number to the post myself in order of their time.
I can do it by putting numbers in post title and having permalink as
mysite.com/%post_title% . But I do not want to use post title. Any other way to create number based permalink like www.mysite.com/43 ?

http://codex.wordpress.org/Using_Permalinks

Probably more info there. You can also ask in the WordPress forums.

  1. One Response to “How to make customized permalink in wordpress, using own numbering or data.?”

  2. By j k on Sep 2, 2010 | Reply

    http://codex.wordpress.org/Using_Permalinks

    Probably more info there. You can also ask in the WordPress forums.
    References :

Post a Comment