0
votes
2answers
702 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 --> ...
0
votes
2answers
127 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
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 ...