The export tag has no wiki summary.
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 ...
-1
votes
0answers
27 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 ...
1
vote
1answer
39 views
How do i export the HTML from text widgets?
I placed HTML in several text widgets which where lost after i deleted all inactive widgets and changed themes but i have found the data in the tables.
The only problem, its mixed in with all this ...
0
votes
0answers
21 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
1answer
141 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
0answers
51 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 ...
1
vote
0answers
38 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 ...
0
votes
2answers
65 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 ...
1
vote
1answer
73 views
How can I get an XML export of my 1K+ posts WordPress instance?
I'd like to export my database to XML because the import script to my new blog already supports getting data from that. A database backup or wordpress clone is not that useful in this case. The ...
0
votes
0answers
61 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 ...
2
votes
1answer
169 views
How to export comments in WordPress?
I want to export my comments to Excel, PDF or Word. The format really doesn't matter, I just want them exported.
I tried the Export Comments plugin, the standard one, but couldn't get it to work, I ...
0
votes
0answers
89 views
how to run an exe (executable file) from inside a wordpress plugin [closed]
I have an executable file (executor.exe) that works with windows.
It takes input and provides output.
It takes as input a text file, then it connects to some websites, and finally it exports a file ...
3
votes
2answers
355 views
How To Export/Import WordPress (MySQL) Database Properly Via Command-Line?
Normally, a MySQL database can be exported and imported using these simple SSH commands:
Export:
mysqldump -u USERNAME -p PASSWORD DATABASE_NAME > filename.sql
Import:
mysql -u USERNAME -p ...
2
votes
1answer
162 views
WordPress (+WPMU) Import/Export ALL settings?
As we all know WordPress does not import Widgets when you import content with [Tools > Import] and I'm wondering what kind of script could do that? Database has more than just 1 single information ...
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
0answers
121 views
Wordpress post to PDF [closed]
I've been looking for a wordpress plugin that can handle multiple wordpress posts in one pdf export. Ideally I want to end up with a url simular to ...
1
vote
3answers
432 views
Import Images from one self-hosted WordPress install to another
I am redeveloping a client's site and, for a number of reasons, in the process changing hosts.
I'm developing it on the new host and to get the site orgainised I have attempted to import all the pages ...
0
votes
2answers
693 views
How can I export WordPress posts' attachments?
I am in the process of transferring posts from one WordPress install to another. I can use WordPress' Tools --> Export to export the XML I need for my posts. On the new install, I then use Tools --> ...
2
votes
3answers
197 views
Best way to import users, post and categories from an external database
I need to migrate an existing website to WordPress. This website already has a basic database containing users and posts (with a category), but it also has a high number of records so it's not ...
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
2answers
393 views
Where does the Media Library live in the database?
I'm exporting a Wordpress site from localhost to a web host, and I am unable to import the Media Library, as the web host is unable to contact localhost.
I've uploaded all of the localhost files from ...
0
votes
1answer
77 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 ...
1
vote
0answers
430 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 ...
0
votes
1answer
124 views
product export and import using xml
I am use eCommerce plugins for the eCommerce support in wordpress
I am export my all product using Tools->export from my http://localhost/first wordpress site and i am try to import in my ...
0
votes
1answer
251 views
UTF8 Encoding problems when exporting posts
I have a Wordpress installation with MySQL encoded as utf8_general_ci. I'm trying to export it using wordpress' export tool, but the result XML breaks some special characters such as "é", "ê", etc ...
0
votes
1answer
40 views
GUID not updated on import
I've exported data from my dev server and imported it to my prod server.
One template is listing child pages and uses $page->guid to get link to page.
The problem is that this link still points to ...
1
vote
0answers
225 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 ...
2
votes
2answers
96 views
Is it possible to import a wordpress backup from a single site in to a multi-site configuration?
I have a local development server with WordPress installed (my desktop Linux Mint 12 box). I'd like to use multi-site WordPress to manage my different client projects through one install, but I have a ...
0
votes
1answer
529 views
export csv functionality into my plugin
I need to build a "export as .csv" functionality into my plugin. Problem is: i get the header already sent warning, because by the time my "export" function is called, Wordpress has already started ...
3
votes
1answer
469 views
How to Create Export/Import Functionality for Plugin
I am following the tutorial here http://wp.tutsplus.com/tutorials/creative-coding/creating-a-simple-backuprestore-settings-feature/
The script shows how to export all options into JSON. Since my ...
1
vote
1answer
65 views
Are there any scripts, classes, and/or functions built-in to WP for a plugin to export/import its saved data from wp_options?
In WordPress, are there any supported 'script plugins', Classes, and/or a WordPress function that will allow a plugin to use to export/import its own data from the database to a txt/json file? A way ...
1
vote
0answers
127 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
1answer
70 views
export category and sub-category
I'm trying to export a specific category with it's sub-categories.
However, Wordpress export option allows either to export all of the categories or to export one specific category at a time.
Is ...
1
vote
0answers
90 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 ...
4
votes
2answers
234 views
Blog Settings import/export in Wordpress Network environment
I can't use PHPMyAdmin to export/import my blogs from one server to an other because I'm using Wordpress Network.
Export/import works pretty well for Posts, custom posts types and their media, but ...
0
votes
1answer
169 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 ...
2
votes
1answer
150 views
How to completely export and import WordPress?
I exported all posts of a WordPress blog. Then I imported the xml file to another WordPress blog. When I tried to search few posts in the new blog, which are in the old blog, I did not find anything. ...
4
votes
3answers
300 views
Export all posts as individual plain txt files
I wish to export all of my posts as individual plain text files. So, the format may be something like:
title.txt
Title: title
Pub date: date
Category: cat
Lorem ipsum dolor sit amet, ...
5
votes
2answers
860 views
WordPress Theme Options Import/Export
I already have a theme options page that saves to wp_options > kittens_options.
I'm looking for a simple way to incorporate an import/export textarea of those options on my options page.
I've ...
3
votes
2answers
261 views
I want to develop locally with Multisite, then migrate each site to separate remote WP installs
I use WordPress for the majority of my client work. I develop locally with MAMP and then move the sites to the remote server when its time to go live or show the client the progress. I just migrate ...
2
votes
1answer
703 views
What is the best way to export and import theme options?
So what is the best way to create an export and import feature, I tried serialize() and urlencode() on an array of options to be used in a url like so:
export.php?data=(long string), and use $_GET ...
0
votes
2answers
132 views
Importer failed to import posts as format “day and name”
I had a blog exposing posts as "day and name". After exporting that blog and importing it on a new installation of WordPress I can't see the posts in that format, only in the default one: ...
0
votes
1answer
184 views
Export posts with postmeta without ID?
I have some select posts on one database that I need to export and import into a different database.
Because both databases are operating independently, there is overlap with post IDs so I can't ...
0
votes
2answers
126 views
Extract the last published post in wordpress (3.3)
How do I extract the last published post in Wordpress?
I would be grateful if someone can just point out the relevant action hooks that I should check out. I have seen publish_post, edit_post, ...
0
votes
1answer
428 views
Export SQL query based on custom field?
I'm operating on two WordPress sites and I need to export posts only with a specific custom field from one site and import into the other. I can't do a generic dump of the database because some data ...
0
votes
1answer
317 views
Best practice to import user base (subscribers) from one website to another?
I want to import users from a Wordpress installation to another.
Same domain, but complete different websites.
Website A (old, 700 users): running WP3.0 plain installation + BBPress 1.x
Website B ...
0
votes
4answers
134 views
Export WordPress from one domain to another domain
From one domain (foo.com), select export as WXR and import to (bar.com), also I manually uploaded wp-contents to the new location.
Everything is working, except the the images in the blog post still ...
0
votes
2answers
184 views
Importer fails to import every post
I'm trying to move the content of a wordpress.com blog to a self-hosted one. Right now I'm just trying to set things up on my local environment.
I exported the content using the built-in WordPress ...
1
vote
2answers
997 views
Export entries and multiple custom field meta to .csv?
First time poster. I'm trying to export a bunch of custom posts out to a csv file so I can easily import them into a new database. I've ran the native export to xml, but it's not the correct format I ...
1
vote
2answers
161 views
Export local WP install to live - help needed
This question I'm asking has been asked a thousand different ways, and I refuse to believe I'm the only one with a basic need here so here goes:
I'm taking a simple local install and putting it live. ...
