Roy
(@gangleri)
I use %post_id%/%postname% and my categories come out like you want.
Roy,
I get this when I setup the way you mentioned:
http://example.com/27/my-new-post
Roy
(@gangleri)
Oh sorry, I thought you wanted that and have categories in your permalink for categories.
You want %category%/%postname%
but that might conflict when you use multiple categories for posts.
http://codex.wordpress.org/Using_Permalinks
I’m new to wordpress and already read the link you mentioned, it says
“Starting Permalinks with %category% is strongly not recommended for performance reasons.”
So if I can not use the following:
%category%/%postname%
then what is the best way to implement it?
Regards
Roy
(@gangleri)
%post_id%/%postname%
But you’re still not clear about what you want exactly.
I want
http://example.com/category/post-name/
and I can do this from:
wp-admin/options-permalink.php by specifying:
/%category%/%postname%
Then why it is not recommended? Please read the following link:
http://ottopress.com/2010/category-in-permalinks-considered-harmful/
Regards