Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Wordpress Export/mport or BackUpWordpress

Hi everyone!

Does anyone have ever used the Export/Import option of Wordpress? It seems to be easier than BackUpWordpress for putting the local data into a live server. Is there any drawbacks or something?

Thanks in advance

1 Answer

John Locke
John Locke
15,479 Points

You can use the Import/Export feature to move Posts and Pages from one site to another. There is a a 8MB limit on the files you can import, so this is not very practical for a site of any great size. Backups are stored on the server, and can usually be emailed as an attachment. These are practical in case something bad happens to your site and you need to restore it.

Thanks for your help!