Change url of WordPress site.

I am changing my site from Drupal to WordPress. There are many articles written.
Every article has url like given below.

http://example.com/blog/simple-post

How can I achieve this in WordPress.
For now I am using.

http://example.com/simple-post/

Related posts

Leave a Reply

3 comments

  1. you can set it up in settings->permalink and set the option to custom type, then you add this type of permalink : /%category%/%postname%/ instead of just /%postname%/

    Then you just assign any category to your posts, like blog, shop, portfolio, team etc whatever you want without having to worry how to set that permalink for lets say two, three types of urls

  2. If you want to keep the exact same URL structure, look at “Permalinks” under the “Settings” option in the admin section.

    You can set a custom permalink structure like:

    /blog/%postname%/