The export tag has no wiki summary.
0
votes
1answer
183 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
1answer
427 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 ...
10
votes
1answer
343 views
Plugin API for easy admin list table generation, handling & exporting of MySQL tables?
I'm aware of the WP_List_Table class (which has helped tremendously as it stands).
However, I'm hunting for something even more capable - some form of API whereby you could simply 'register' a MySQL ...
0
votes
1answer
316 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 ...
2
votes
1answer
784 views
Problem: Create a cron job to export posts to a WordPress XML file on server
I need a way to automatically export all WordPress posts from a specific date and have it output the file on the server that can be downloaded daily.
The reason the XML format is needed is because ...
1
vote
2answers
994 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 ...
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 ...
0
votes
1answer
109 views
In What WordPress Version Was the Import/Export Tool Introduced?
I was just looking under my "Tools" menu in my WordPress site and noticed the "Export/Import" functions.
I was not aware that this was even available and I've been needing it for some time. What ...
0
votes
1answer
55 views
Exporting by table
I am using PHPmyAdmin to move a site.
My site is too large to use the single file export/import method. (I know how to do it, it works fine on smaller sites.)
It seems the only thing working for me ...
0
votes
1answer
598 views
Export SQL query based on post type
I'm looking to export only wp_posts where post_type = post.
Is that possible?
0
votes
1answer
241 views
Getting export > import working correctly - error 500 [closed]
So, I'm redoing my portfolio at a different domain. And want to use my previous domain for another project; I'm trying really hard to get Wordpress's 'Export' > 'Import' feature to work properly. So I ...
0
votes
1answer
171 views
Comments not displayed after blog import [closed]
i have a problem with my blogs comments.
I've exported my blog with default WordPress export tool, installed the fresh instance on new server and imported my previous blog with downloaded file (i know ...
0
votes
1answer
38 views
Unexpected problems after importing WP data
I had to move my solution from one server to another. I therefore Exported all data so that I could import this on the new server.
All worked fine except users.
If I want to edit my own profile, all ...
2
votes
6answers
356 views
Most Flawless Way To Transfer from Dev to Prod [duplicate]
Possible Duplicate:
Easily Move a WordPress Install from Development to Production?
So I've been working with WordPress for a while now and I usually develop locally and then upload ...
0
votes
2answers
2k views
Create a Static HTML Site from WordPress
A friend of mine is investigating the use of WordPress for a dynamic site with some hierarchy. Really, at the moment he just wants "nothing fancier than photos and links between pages," but knowing ...
1
vote
2answers
465 views
Fixing media links after importing to multisite
When i imported all posts and media from a old site to new site which on wordpress multisite. The image links on posts are got broken because how media are stored on a multisite is quite different ...
1
vote
1answer
368 views
WordPress custom options storing?
I have a theme with around 500 custom options, their code looks like this:
<form method="post" action="options.php">
<?php wp_nonce_field('update-options'); ?>
<input type="text" ...
0
votes
1answer
925 views
Export whole wordpress blog to PDF or similar including images [duplicate]
Possible Duplicate:
How do I export my WordPress blog as a book?
I would like to know how can one export all the posts content to a PDF file or Word or similar that includes all the ...
0
votes
2answers
618 views
export individual posts to text files or a single csv file
I'd like to export my blog posts to plain text files so I can version control and update them using emacs org-mode via the org2blog package. However, I'm unfamiliar with SQL and the wordpress ...
0
votes
2answers
64 views
Editing Theme and Moving Servers
Ok, So I have a wordpress installed on a test server. I just edited the default theme to get my desired result. My question is could I just install a new version of wordpress on another server and ...
1
vote
3answers
677 views
Download/View Schema (or DTD) for XML Import
Where can I download the schema (or DTD) for the layout of the WordPress import/export file format?
0
votes
1answer
67 views
How do I export the headlines of all the blog posts in a single category?
I need a list of all the blog post I wrote on a topic. (Basically a list of headlines that are marked with a certain category.)
One of my readers once created a list like this and emailed it to me, ...
1
vote
2answers
339 views
Export blog posts with MathJax to LaTeX document?
I use MathJax to blog my mathematical thoughts. Is it possible to convert my WordPress posts (with plenty of math) into a LaTeX document? The plugin should prompt me to select posts for the paper, and ...
2
votes
2answers
628 views
Non-Linear Questionnaires in Wordpress
I want to make the following happen in Wordpress
People answer questions in paginated or single page form.
Each next set of options is dependent on the option the user selects preiviously
At the ...
-2
votes
1answer
205 views
WordPress Export/Import for custom options.php values?
I've just discovered the WordPress export/import routine under the tools menu. However, upon testing it for the first time, several values stored in my wp_options table did not transfer over.
Is ...
0
votes
3answers
382 views
Not able to export large no. of posts in csv
I have custom post type product like wp ecommerce.
There are 30k posts in it. Also have relate custom taxonomy.
Basically am trying to export those posts in csv, but query_posts with so many records ...
0
votes
1answer
145 views
How to export 2 week's worth of posts
I need to export the last two week's worth of blog posts from one site into another site, including all meta data and post author info.
Is there a good SQL statement to do this, or a plugin that ...
0
votes
1answer
223 views
Blogroll import/export with categories and descriptions
Is there an easy way (a plugin maybe?) to export and then import into a different WordPress installation all links in the blogroll including descriptions and categories?
I know you can export links ...
0
votes
2answers
635 views
Migrating to Tumblr [closed]
I've become a big fan of Tumblr for a few reasons (the minimalism, ease of making quote/photo/video style posts, and the clients for mobile devices I use), so I've decided that after 7 loyal years of ...
0
votes
1answer
934 views
Saving data to database and exporting to excel
I'm creating a form in a blog for users to register their emails so I can send a newsletter later but I don't want to use any newsletter plugin for that.
I'd like to save the emails and than export ...
0
votes
3answers
8k views
Exporting and Importing WordPress Media Libraries and Galleries
I'm trying to migrate a series of blogs from one place to another, both running 3.0.1, and I am unable to get media libraries and galleries to come across in the export/import process.
Any ideas on ...
1
vote
3answers
838 views
How to migrat a Wordpress installtion from one site to another, including images and featured images?
I need to move a Wordpress site hosted on Dreamhost to the my companies servers. To do so I used the built in import and export feature that comes with Wordpress (using a wordpress export file), ...
0
votes
1answer
1k views
How to Mirror WordPress database from Remote server to Local server
Before I embark on this tutorial from the WordPress Codex on mirroring a WordPress database from a remote server to a local one. I'd like to get some feedback from SE users who have successfully ...
1
vote
4answers
1k views
Export wordpress table to excel
I have created PHP scripts before to export a database table to .xls format like this:
$select = "SELECT * FROM tracking";
$export = mysql_query ( $select ) or die ( "Sql error : " . mysql_error( ) ...
0
votes
2answers
82 views
Get something out from taxonomy
I like to use the new taxonomy to make a little CRM, really simple
contact
- name
- tel
- email
- company
Fine, the secretary will enter all the name in the database of the cms (WordPress), and i ...
1
vote
2answers
402 views
Imported thumbnails have incorrect URL
I have an older WordPress site that is going away but I am taking the content from the site and importing it into my new WordPress site.
To do this, I used the WordPress Export tool, located in my ...
0
votes
2answers
931 views
How to migrate Wordpress Blogs into Multisite without using the GUI-Import/Export Feature
I'd like to migrate some quite huge Wordpress-Blogs into one Multisite Installation.
The Export-Wizard and the Import Wizard are bound to PHP-Limits (Memory, Execution-Time) and so the Export and ...
0
votes
1answer
1k views
Import and replace existing page/post content
Is there any way to import a basic, exported Wordpress content XML file and have it replace the existing content? What I'm trying to do is synch up two instances of a site (development and staging ...
1
vote
1answer
370 views
How to add an export function to a custom Option Theme Page
I'm creating a new Wordpress template and I have a question:
I've added a custom Option Page to my new template (you can see what I'm doing Here and Here) but now I would like to add a new function.
...
1
vote
4answers
809 views
Exporting and importing my Wordpress database, but none of the plugin settings are importing
I'm dumping my entire WordPress database, changing all necessary references, and then importing it into another domain.
Everything works fine, except my plugin settings are not being set in the new ...
0
votes
1answer
272 views
Is there an easy way of exporting posts with their category already asigned and pictures from localhost?
Every time I export a database using the Export Tool in wp-admin. There are two things left out: The category 'checked' (I have to do that all over again every time I export the posts). Also I can't ...
0
votes
1answer
372 views
Two-way synchronizing of a post type among multisite blogs
Is it possible to two way sync a post type between multiple sites on a multisite install? For example if someone makes a change to an entry under post type "inventory" on Site A how can I make that ...
1
vote
1answer
370 views
How do I add paragraph tags to all of my posts after relying on wpauto?
I found a way to export my posts in text form so that I can move them to a blog with static pages. The only problem is that there are no paragraph tags, so every post is a huge block of text. I had ...
0
votes
2answers
200 views
Transferring theme and imported post attachments
Recently I have deployed 2 sites from my local development area to the live site and ran into some issues when importing the posts. The reference link for attachments still points to my localhost for ...
3
votes
2answers
161 views
Import and export links from WordPress.com to private site
Is there some way to export/import links from a wordpress.com site to a private site? I have a rather large directory of links. I fetch the opml file and the category levels are there, but when I use ...