• Hi Greg,

    I am reinstalling WP and would like to install my WPAdverts as it exists into the new install. Can you tell me the steps to import the existing install of WPAdverts into the new WP install? Can I install the plugin and import the data? I am trying not to remake my custom fields I created.

    Thanks, Brian

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    we do not have any import/export functionality in WPAdverts but you should be able to use some third-party migration plugin like https://www.ads-software.com/plugins/wp-import-export-lite/ that will allow you to export the WPAdverts custom post types and taxonomies from the old website and import them on a new one.

    To additionally copy your configuration, using phpMyAdmin you run the query

    
    SELECT * FROM wp_options WHERE option_name LIKE '%adverts%';
    

    export the data and then also using phpMyAdmin import into wp_options table in the new database.

Viewing 1 replies (of 1 total)
  • The topic ‘New WP Install’ is closed to new replies.