Difference between revisions of "Import wordpress data exported from other system"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Wordpress_configuration|Wordpress configuration</yambe:breadcrumb> =Import wordpress data exported from other system= ''These steps have not been tested tho...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb>Wordpress_configuration|Wordpress configuration</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Web based tools or applications]] > [[Wordpress configuration]] > [[Import wordpress data exported from other system]]
=Import wordpress data exported from other system=


''These steps have not been tested thoroughly. Please use them with appropriate judgement.''
''These steps have not been tested thoroughly. Please use them with appropriate judgement.''
Line 9: Line 8:
# Increase upload_max_filesize and post_max_size in /etc/php.ini and restart httpd.   
# Increase upload_max_filesize and post_max_size in /etc/php.ini and restart httpd.   
# Go to "All Import" option in admin interface and choose "Upload a file".  Upload exported file
# Go to "All Import" option in admin interface and choose "Upload a file".  Upload exported file
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Web based tools or applications]] > [[Wordpress configuration]] > [[Import wordpress data exported from other system]]

Latest revision as of 14:44, 28 July 2022

Home > CentOS > CentOS 6.x > Web based tools or applications > Wordpress configuration > Import wordpress data exported from other system

These steps have not been tested thoroughly. Please use them with appropriate judgement.

  1. Wordpress import plugin can be downloaded from https://wordpress.org/plugins/wordpress-importer/
    Other Wordpress export and import plugins are available at https://wordpress.org/plugins/wp-all-export/ and https://wordpress.org/plugins/wp-all-import/
  2. Go to wordpress admin page and activate plugin
  3. Increase upload_max_filesize and post_max_size in /etc/php.ini and restart httpd.
  4. Go to "All Import" option in admin interface and choose "Upload a file". Upload exported file



Home > CentOS > CentOS 6.x > Web based tools or applications > Wordpress configuration > Import wordpress data exported from other system