Add this to your functions.php before exporting
It will run the content through same wpautop() function that’s used to display posts.
function codelight_content_export($content) {
return wpautop($content);
}
add_filter('the_content_export', 'codelight_content_export', 999);
Related Posts:
- Java Package Does Not Exist Error
- Python circular importing?
- How to import wordpress posts with images from one wordpress site to another?
- Failed to import Media
- What is the required format for importing posts into WordPress?
- What exactly does the import tool do?
- WordPress Theme Options Import/Export
- How to add featured thumbnail into import XML?
- One Click demo content installation feature in WordPress theme options panel
- Why do I lose all the slashes, i.e., ” \ “, in my blogs when I import XML files by the WordPress Importer plug-in?
- WordPress Import shows an error when uploading previously exported xml file
- Import and replace existing page/post content
- Disabling HTML Filtering When Importing Into WordPress Multisite
- How to re-Import the WordPress XML file after editing?
- Import old SQL dump into new WordPress version
- Why shouldn’t @import be used to import a parent theme into a child theme?
- How to migrate a WordPress installation from one site to another, including all images?
- Import a very old WordPress Version into new WordPress
- Moving a blog from Tumblr to WordPress
- Using the Importer on an IIS Server
- How to import a TypePad blog including all media?
- Easy way to import a post from Word?
- Convert WordPress.com embed links to normal embeds
- Importing large data from blogger
- Faking the “onSave” event
- Better way to remove HTML syntax from all content
- Importing custom post types using WordPress Importer, how to check for meta field values
- WXR slicing script
- WP CLI not importing media files
- Importing XML to WordPress, permalink problem
- How to get and save WordPress content (html, css, images, videos) from a Java program?
- Exporting and Importing WordPress Media Libraries and Galleries
- How to add more names in Baby Name Page?
- Batch attach unattached images
- How to access my wordpress via IP in shared hosting
- A question on WXR
- Problems with WordPress Import
- What is basic structure of xml for importing a page in wordpress?
- keep two blogs under the same domain
- In What WordPress Version Was the Import/Export Tool Introduced?
- Moving WordPress site to an existing WordPress site
- How to import Theme Unit Test on localhost
- WordPress WXR import – importing a large file
- Import HTML/JS post to WordPress?
- Is it possible to import several xml from different sites to another?
- Import post from XML files into custom post type programatically [closed]
- how do i import a site given that i have [domain].sql and a folder of site files? [closed]
- WordPress: Updating via Import
- Export Users From Live Site to Import onto staging
- create importer with importer api [closed]
- Import subdomain WordPress into main domain WordPress
- Exporting featured image
- CSV to WordPress posts: do I have to populate each possible field?
- How to import XML to WordPress as post and custom fields?
- Programatticaly Import Pages while Maintaining Hierarchy
- product export and import using xml
- How to export a WordPress blog with no export function?
- Importing a database from a custom built CMS to WordPress
- Importing posts via MySql (a csv file) need to be automatically published
- Export WordPress from one domain to another domain
- Exporting by table
- Error in importing wordpress xml [closed]
- CSV Import Tables
- How to correctly move jquery script to external file
- Import function loses tags
- WordPress Import (CLI) returns Error Establishing a database connection
- Import WordPress content to my website
- Importing a Google Group to bbPress
- Import large database in php my admin
- Request failed due to an error: (http_request_fail
- Error importing website: “There has been a critical error on your website.”
- import svg-files from wxr – (upload works, import not)
- WordPress All-Import to ATUM Stock Management
- Mixed Content: The page at ” was loaded over HTTPS, but requested an insecure font ”
- How can I import a BlogML file into my WordPress site?
- WordPress importer – How to handle id clashes for featured images
- How to import several big Import XMLs?
- How to make bulk changes to wordpress posts
- Merge two wordpress sites
- Import demo data into wordpress template
- XML file import for attachments or featured images
- XML importing fails
- When migrating all backslashes were stripped and special signs are converted in html entities
- How to do one-off import or data migration?
- Import xml feed
- Max execution time error with stream_body() in wp-includes/class-http.php
- Importing demo content from plugin
- Standard wordpress importer seems to be missing blog images
- Moving 2 wordpress sites to one
- How to import data from Mingle Forum plugin to bbPress?
- Export plugin omits many images
- Create CSV for import from File directories?
- Export and import all Plugin options
- Import data from file larger than 15 MB
- How to import individual blog posts into WordPress?
- Failed Media Import (importing from LIVE to local)
- Import post from Tumblr to WordPress [duplicate]
- Syndicate posts to another blog?
- WXR? Export from Drupal 7 – import into WordPress
- WordPress Export/Import for custom options.php values?