移动父页面下的帖子 - Wordpress

I like to move post under parent page, by default WordPress makes them appear from the root homepage ex: http://www.example.com/new-article

I would like to move the articles URL so that they appear under that ex: http://www.example.com/blog/new-article.

Does anyone know how to make WordPress move posts under a specific area/parent page so that the URL would appear as above?

any input would be great!

You have to go your dashboard >> Settings >> Permalinks

Select: "Custom Structure" and make your own permalinks by putting

/blog/%postname%/

on the field there.

See for better that what you want.

You can read up here: http://codex.wordpress.org/Using_Permalinks and here: https://codex.wordpress.org/Settings_Permalinks_Screen

You should

  1. create the page "blog"
  2. edit the child page
  3. set the parent page via the widget on the right side of the edit screen