Replies: 0
Hi
I’m facing a big problem to merge 2 wordpress websites because of galleries shortcodes…
I have 2 websites said site1.com and site2.com but my client want to delete site1.com and move all the posts (not the pages) into site2.com
The best way to do that is with the plugin One Click Demo Import because standard WordPress import is not stable.
In site2.com I have this shortcode:
[gallery type=”justified” size=”medium” link=”file” ids=”1,2,3,4″]
In site1.com I have this shortcode:
[gallery type=”justified” size=”medium” link=”file” ids=”11,22,33,4″]
As you see there is one ID that is the same: the “4”
When importing from site1.com to site2.com (with One Click Demo Import – standard wordpress is not very stable), the imported image with ID 4 was changed to ID 44, but my shortcode do not changed… It still the same:
[gallery type=”justified” size=”medium” link=”file” ids=”1,2,3,4″]
instead of:
[gallery type=”justified” size=”medium” link=”file” ids=”1,2,3,44″]
So what’s happen? My post display an image with the wrong image, it’s an image that already existe, but it’s not the good one 🙁
I’m complely stick with that and I have 59 posts with 900 images within galleries to import…
Are you aware of a solution?