Hello, i have question that in my Wordpress with CMS site i have 6 page all, each page have page id for example ABOUT PAGE url is like http://localhost/wordpress/?page_id=178 but what i want insted of page_id=178 i want http://localhost/wordpress/?ABOUT. Give me the solution for this. Thanks Harshida Parmar
If your server has mod_rewrite or a compatible module enabled, and your host allows for the editing of .htaccess (Apache) or web.config (IIS) files, go into your WordPress Dashboard, go to Settings > Permalinks and choose "Custom" under the Permalinks option. Then add this: /%category%/%postname%.html/ Code (markup): Once you've done that, go to http://wordpress.org/extend/plugins/top-level-cats/ and download the "Top Level Categories" plugin to remove /category/ from ALL of your permalinks.