Title: WP to WP import problem
Last modified: August 20, 2016

---

# WP to WP import problem

 *  Resolved [dhackney](https://wordpress.org/support/users/dhackney/)
 * (@dhackney)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/wp-to-wp-import-problem/)
 * 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](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](https://wordpress.org/support/users/dhackney/)
 * (@dhackney)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/wp-to-wp-import-problem/#post-2910796)
 * 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.

## Tags

 * [Import](https://wordpress.org/support/topic-tag/import/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [dhackney](https://wordpress.org/support/users/dhackney/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/wp-to-wp-import-problem/#post-2910796)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
