• Resolved dhackney

    (@dhackney)


    Problem: WP export to WP import posts missing from stream
    Source WP: 3.4.1
    Target WP: 3.4.1
    Target WP Site: http://ideatoexit.com/blog.html

    History:

    • Updated source WP to 3.4.1
    • Exported Source WP Posts
    • Updated target WP to 3.4.1
    • Imported Posts into target WP
    • Import successful
    • Imported posts appear in “Posts – All Posts”
    • Imported posts are editable
    • Imported posts assigned to valid User IDs
    • Imported posts appear in “Blog Post Categories” widget
    • Imported posts do not appear in main blog post stream on blog page
    • Target WP new posts appear in main blog post stream on blog page

    Troubleshooting:

    • Searched via Google and WP support forum; read all results, no similar cases – no joy
    • Edited imported post and updated – no joy
    • Created new test post which appears on main blog page post stream
    • Checked database post table – unable to identify any difference between test post and imported posts – no joy
    • Created new blog page – no joy

    Does anyone have a solution or any troubleshooting ideas?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter dhackney

    (@dhackney)

    Solved:

    The target WP theme page-blog.php was hard coded for category 3:
    <?php query_posts(‘cat=3&showposts=10&orderby=date&order=ASC’); ?>

    I changed it to:
    <?php query_posts(‘showposts=10&orderby=date&order=DESC’); ?>

    Joy.

Viewing 1 replies (of 1 total)

The topic ‘WP to WP import problem’ is closed to new replies.