The export tag has no wiki summary.
14
votes
6answers
5k views
How do I export my WordPress blog as a book?
I want to export some or all of the posts of a blog into a format that makes sense to a publisher (traditional or self-publisher(e.g.: Lulu.com)) (MS Word, RTF, PDF, epub, something else).
What tools ...
2
votes
1answer
790 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 ...
2
votes
1answer
716 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 ...
1
vote
1answer
373 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
875 views
Migrating WP site to another URL
We are planning to change the domain name of our website.We are not changing the host but creating a new domain and will close/redirect all traffic to new domain (there will be not update on the old ...
1
vote
3answers
689 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
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 ...
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 ...
5
votes
2answers
870 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 ...
2
votes
1answer
185 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 ...
1
vote
2answers
421 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 ...