• I have 112 posts from a WordPress blog which I have exported and now would like to import to a new blog.

    However, instead of having them show up as “posts” I would like them to show up as “pages” (actually sub-pages of an existing page in the new blog).

    Can this be done? If so, how?

    Google was no help. The generic-ness of the terms “pages” and “posts” makes it difficult to get specific results.

    Thanks!

Viewing 1 replies (of 1 total)
  • Check out an export file of a blog that has a page and child page then just edit the XML file you created.

    an example of a page having a parent (id 64)

    ...
    <wp:post_parent>64</wp:post_parent>
    <wp:menu_order>0</wp:menu_order>
    <wp:post_type>page</wp:post_type>
    ...

Viewing 1 replies (of 1 total)

The topic ‘Import old *posts* as *pages*’ is closed to new replies.