On my new site DecentQuotes.com the category pages are like http://www.decentquotes.com/?cat=12 The above link is for category "Fear of Failure" Quotes... I want to make it like http://www.decentquotes.com/category/fear-of-failure This is called permalink, right? Can anyone please help me how can I do this? Thanks in advance.
glitto: in your WP admin: settings: permalinks: common settings When you change it, WP will attempt to write a file to your blog root directory called .htaccess It needs to add some rewrite rules into that file in order for the permalink urls to work properly with your server. It needs permission to do so. If WP can't automatically do it, you'll need to add the file to the directory manually and write the lines to it that WP tells you to.