The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
64 views

MySQL Syntax Error upon restoring database from backup

Performed a bad import to my Wordpress install and decided to restore from the mqSQL backup (full export) I had made minutes earlier. Dropped all tables in the database and then did an import from my ...
0
votes
1answer
33 views

wordpress export pretty permalinks and post excerpt export

Note: tried all old questions and they seem not working in current version of wp I want to export pretty permalinks ( not in db) ,posts title,excerpt and if possible category and tags to csv Please ...
0
votes
1answer
116 views

How to export/import WordPress woocommerce products

I'm searching a solution to my problem, i have a WordPress website which contains many products so i have created a new one with a new design i have installed the same version of woocommerce as the ...
0
votes
1answer
83 views

Export / import Wordpress database

Is there a proper way of exporting and importing a big WordPress MySQL database to a new database? When I tried to do that in the standard way I run into 2 issues: All widgets disappeared and I had ...
0
votes
1answer
76 views

Fast worpress backup/clone

i have a problem with 2 websites. I have for example site1.com site2.com How can i make a perfect clone of site1.com for site2.com? i mean i want a method that i can do this in minutes, not ...
0
votes
1answer
164 views

How do I fully migrate post images from one WordPress site to another?

I know WordPress has a built-in tool for exporting content, but this does not actually export images associated with each post...it only exports an XML file. How do I actually export images in each ...
1
vote
0answers
36 views

Wordpress Export Import Site Navigation Menu

When I do an export and import the menus get transferred but I have to set the Site Navigation Menu manualy. Obviously it's only a small detail but can I ask is this a bug or expected behaviour and is ...
1
vote
0answers
32 views

How to export the wordpress gallery only

I trying to export the WordPress galleries but, can't seem to find any functions that do that. I want the data and attachments of the galleries in a WRX Format.
1
vote
0answers
426 views

Import posts with featured images

I am trying to make an import of posts from my old blog installation. It works fine for posts content but fails for featured images. I've done: tools -> export -> posts -> selected a category. In ...
1
vote
0answers
223 views

How to export all content with feature images?

I want to export all content with featured images from my localhost WordPress site to the production blog,but when I tried using the default WordPress export-import plugins ,all content get exported ...
1
vote
0answers
126 views

Lead/contact form export to XML

I have a lead form that I want to send leads to an external CRM in XML format when someone fills it out. Ive looked at most of the popular solutions documentation (Contact form 7, gravity, Wufoo) and ...
1
vote
0answers
89 views

How to use the WP export and get images that are contained in a posts gallery

I ran the standard wp Export on a single custom post type called products. I got all the custom fields and all that but each cpt has a standard post gallery. The link to the image is not coming ...
0
votes
0answers
20 views

how to import custom taxonomy (& terms)

I exported a working Wordpress (v3.5.1) blog content with multiple custom taxonomies (& terms) and whenever I try to import these terms and taxonomy into a new blog the wordpress-importer fails ...
0
votes
0answers
49 views

Export list of custom post types (filtered by taxonomy terms) to PDF

I have seen some useful plugins on the web like WP Post to PDF and PDF24 Article To PDF which let users export post contents to PDF for offline readings, but my question is how I can export a list of ...
0
votes
0answers
58 views

“The connection was reset” while importing content works on 1and1 not GoDaddy

Following Chip Bennett's instructions here I successfully imported all contents from a WordPress.com website of mine to a WordPress website hosted by 1and1 (hosting provider). I now need to import ...
-1
votes
0answers
26 views

How to transfer orders from woocommerce 1.x to 2.0.x?

I am trying to export/import orders from one woocommerce site to another. To accomplish this, I am going to the tools > export option in the WordPress backend and selecting the "orders" option to ...