29
Dec
2009
2009
Best Permalink Structure for WordPress
Posted in: WordPress Tips and Tricks
1 Comment
Permalink settings is a great feature of WordPress which let you have custom url for your posts, pages etc.
If you ask me the best permalink structure, I will recommend:
/%category%/%postname%/
This will produce post url as:
domain.com/category-name/post-title
if you want something shorter, you can use:
/%postname%/
This will produce post url as:
domain.com/post-title




One Response to Best Permalink Structure for WordPress