I just found out today. After I post a new post in my blog at indomino.net that my post didn't had a permalink as supposed to be. just post number. example: I wrote a post with tile "something to consider" wordpress suppose to write my permalink into "index.php/2007/04/something-to-consider/" but it only use "index.php/2007/04/45/" Anybody can help?
That looks like to me that your post didn't have a title (blank in the Title textbox when you created it) and hence Wordpress used the post ID in the permalink. Edit the post and have a look. If you have forgotten a title for the post, add it in and then edit the "slug". Otherwise, look at your permalink options again.
I have the title, but still the permalink just number. I try to manually change the post-slug from number to title, save it. But when I open it again, the post-slug still number. It seem my hosting company had change something.
Another thing to try if you are comfortable with using phpmyadmin is to look into the database - have a look at the "wp_posts" table, filter using the "ID" field. See if there's anything unusual looking in the following two fields: post_name (which is the slug) guid (this seems to be the URL used) Compare with the other posts. Of course, before making any changes make sure you backup the database first.
Thanks for help. This is the result of it, in order ID, post_name and guid. 22 add-your-own-digg-this-in-your-wordpress-blog http://www.indomino.net/blog/index.php/2007/03/20/add-your-own-digg-this-in-your-wordpress-blog/ 23 do-you-think-your-email-address-as-your-privacy http://www.indomino.net/blog/index.php/2007/03/21/do-you-think-your-email-address-as-your-privacy/ 24 report-from-lotusphere-comes-to-you-finally-at-jakarta http://www.indomino.net/blog/index....m-lotusphere-comes-to-you-finally-at-jakarta/ 25 my-summaries-about-lotus-notes-8 http://www.indomino.net/blog/index.php/2007/03/28/my-summaries-about-lotus-notes-8/ 26 sample-of-email-policy-for-office-use http://www.indomino.net/blog/index.php/2007/04/02/sample-of-email-policy-for-office-use/ 29 road-to-upgrade-lotus-domino-65-to-lotus-domino-7 http://www.indomino.net/blog/index.php/2007/04/05/road-to-upgrade-lotus-domino-65-to-lotus-domino-7/ 30 wordpress-or-blogger http://www.indomino.net/blog/index.php/2007/04/09/wordpress-or-blogger/ 37 links http://www.indomino.net/blog/index.php/links/ 38 a-new-way-for-fighting-spam-will-this-help http://www.indomino.net/blog/index.php/2007/04/19/a-new-way-for-fighting-spam-will-this-help/ 51 "NULL" http://www.indomino.net/blog/?p=51 You see in ID=51, the slug is null (empty) and the guid only with number. actually the post have title. I tried to changed both field into postname, but give an error result, page not found It only draft, but it stay the same when I publish it.
After I upgraded the wordpress, everything back to normal. It tooks more than 3 days to solve the problem. I think my hosting company changed something, and it required me to upgrade my wordpress with fantastico to solved the problem.