I am using WampServer on my laptop to develop new pages for my WP website, but don't know what file(s) to FTP to my website to "install" a new page without disturbing anything else. I have been searching through the forums without success...
I am using WampServer on my laptop to develop new pages for my WP website, but don't know what file(s) to FTP to my website to "install" a new page without disturbing anything else. I have been searching through the forums without success...
Page content is in the mysql database, so if you want to "upload" a new page, export the local database and upload it and import it: Backing Up Your Database « WordPress Codex. If you're talking about page templates and php files, they go in your theme directory in wp-content/themes/
Thanks - I want to upload page content for a new page, but was afraid that importing my local mysql database could delete other content that had been added to my website. It sounds like importing is what I need to do!
Make a backup of the existing live site database before you import the local database....
Will do!
This topic has been closed to new replies.