Open the WXR in a text editor and see if it contains posts from later years. If not, you will need to revisit your export settings from WP.com to make sure you’re pulling all posts.
If it does contain posts from these years, there might be a non UTF8 character breaking the import. You should be able to spot any offending characters in a typical IDE that parses XML. If this is the case, you should edit those characters and retry the import.
Related Posts:
- How To Export/Import WordPress (MySQL) Database Properly Via Command-Line?
- Export WP database for import using WP-CLI on Vagrant Box
- MySQL Syntax Error upon restoring database from backup [closed]
- Export / import WordPress database
- Merging two databases without borking it
- Import users from old WP site to new one
- Best practice to import user base (subscribers) from one website to another?
- Is it good practice to import/export a blog to test a redesign?
- I broke database after reuploading local version – what exactly happened? Database error
- Why is my database import losing text widget data?
- Best way to import users, post and categories from an external database
- What’s the database relationship between a post and its attachments
- Importing posts from old website to new conflicting post ID’s?
- Exporting revisions
- Export wordpress table to excel
- When importing database, it shows error
- Is a direct or import approach safer for migration into WordPress?
- Is it possible to import a wordpress backup from a single site in to a multi-site configuration?
- Importing New Posts from Live Site into Local Dev Site
- How much of my site can I recover from public_html?
- Import live site to local setup without access to live site
- Error establishing a database connection; After importing DB & Theme
- WordPress database import: Row size too large
- Create a clone from one WordPress site to another in a few minutes
- How to Mirror WordPress database from Remote server to Local server
- Exporting table to csv works in the admin but exports HTML data when used on the front end
- How can i customize the export personal data file?
- Importing CSV into database table not working?
- WordPress Local And Live Site
- Connection refused on locahost after importing database?
- Importing Direct to DB – GUID Question
- Export a custom Mysql database product catalog to WordPress
- Is there an easy way of exporting posts with their category already asigned and pictures from localhost?
- WordPress database products structure
- Bulk Edit Media Library alt, caption, image names
- Exporting Post ID, Post Title, Primary Category and Primary Category ID
- Export only a part of the database for migration
- Featured image from custom to WordPress database
- Exporting Post type from one theme and importing it to another theme
- export individual posts to text files or a single csv file
- Saving data to database and exporting to excel
- Importing Concrete5 content to WordPress
- Problem while importing a site in WPLocal: SQL files fail to import
- What is an ORM, how does it work, and how should I use one? [closed]
- What is the difference between an ORM and an ODM?
- What is this JavaScript “require”?
- Rename a table in MySQL
- How should I tackle –secure-file-priv in MySQL?
- What is this JavaScript “require”?
- What is “Advanced” SQL?
- What’s the difference between identifying and non-identifying relationships?
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- Export Pervasive to MySQL (C#)
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- What are the differences between B trees and B+ trees?
- Import / Export database with SQL Server Server Management Studio
- MySQL SELECT increment counter
- How to resolve ORA-011033: ORACLE initialization or shutdown in progress
- Example of a strong and weak entity types
- Oracle SQL query for Date format
- phpMyAdmin – Error > Incorrect format parameter?
- Strange Characters in database text: Ã, Ã, ¢, â‚ €,
- Difference between partition key, composite key and clustering key in Cassandra?
- How SID is different from Service name in Oracle tnsnames.ora
- What is a relation in database terminology?
- Failed to connect to mysql at 127.0.0.1:3306 with user root access denied for user ‘root’@’localhost'(using password:YES)
- Database vs File system storage
- Can I have multiple primary keys in a single table?
- Remove Project from Android Studio
- Exclude Statement in SQL
- How do you query for “is not null” in Mongo?
- What is a file based database?
- Is it fine to have foreign key as primary key?
- Storing Images in DB – Yea or Nay?
- Using wpdb to connect to a separate database
- how to Optimize WordPress database for 10 million post? [duplicate]
- MySQL Database User: Which Privileges are needed?
- Where does the Media Library live in the database?
- Database synchronization between dev/staging and production
- Keeping WP database synced across multiple developers using git
- WPDB Insert or if exists Update
- Multiple developers / editors working on a site in progress
- How can I make updates to a site, on a development copy, but then move updates back without overriding live site’s evolving database?
- get_results using wpdb
- Failed to import Media
- Will it break my site if I delete all transient records in wp_options table?
- Checking if Database Table exists
- Why WordPress choose data serialization over json_encode?
- What’s the simplest way to backup my WordPress database?
- WordPress (MyISAM) database is slow, should I switch to InnoDB?
- $wpdb won’t insert NULL into table column
- Relaunch 4.2 utf8mb4 database upgrade
- Fastest way (least amount of steps) to locally import a remote database using WP-CLI
- Safest way to bulk delete post revisions
- Please explain how WordPress works with MySQL character set and collation at a low level
- Solution for database version control and deployment?
- The MySQL alternatives: Do Percona Server and MariaDB work well with WordPress, and do they make WordPress go better?
- How many users can WordPress handle?
- Get error messages when $wpdb->insert() returns false?