• Hi,

    Quick query – when cloning the site and then moving content, do image refs of the old site get updated? e.g. does src=”/oldblog/uploads/image123.jpg” become src=”/newblog/uploads/image123.jpg”

    Or do I also need to use something like velvet blues URL replacer as well?
    Look great though!

    Alex

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Manuel Razzari

    (@manuelrazzari)

    Yes, all URLs get updated.

    Thread Starter Alex Furr

    (@alexfurr)

    sweeeeet I’ll give it a whirl thanks!

    Plugin Author Manuel Razzari

    (@manuelrazzari)

    Please rate the plugin if you end up using it ??

    Thread Starter Alex Furr

    (@alexfurr)

    Hi, was really excited to try this out.
    however, it doesn’t appear to work for large multisites. We’ve got a network of around 8000 blogs and clicking the Settings > Multisite Cloner page just times out ??

    I’ve had to end up using https://premium.wpmudev.org/project/cloner/ from wpmu dev.

    Alex

    Plugin Author Manuel Razzari

    (@manuelrazzari)

    We’ll work on a fix, for this plugin, for the issue you’ve found.
    (Can’t promise how soon it will be ready though)

    While that happens, if you still want to use this plugin, simply change this line in multisite-cloner.php:

    $blog_list = get_sites(array('number' => null));

    From null to some number like 100:

    $blog_list = get_sites(array('number' => 100));

    Hope this helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Query re: URLs’ is closed to new replies.