Viewing 1 replies (of 1 total)
  • Plugin Author Mathieu Viet

    (@imath)

    Hello,

    wow ! well snippets is a custom post type, so you’ll find them in your {table_prefix}posts table.
    then you should also have datas in {table_prefix}postmeta and in {table_prefix}terms / taxonomy and terms relationships as it uses custom taxonomies. So i guess there’s a way but it’s a rough one !

    If i were you i would try to change the domain for all the database by exporting an sql file and replacing each occurence of your old domain by your new one. Once done, i would delete the content i don’t need anymore and start from here.

    You should first test this on a local environment by playing with your hosts file (127.0.0.1 yourdomain.com) and add a virtual host on your apache config.

    Hope you’ll achieve your goal.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: BP Code Snippets] How move snippets to new domain’ is closed to new replies.