Your easiest option is to just take a copy of your local database and import it to the server using phpmyadmin or similar.
You can then add these 2 options to your wp-config.php file to update the site URL.
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
That was you will get everything in the database on to the live site and then all you need to do is make sure all the files are uploaded including your uploads folder.
Related Posts:
- How do I export my WordPress blog as a book? [closed]
- Is it possible to export WordPress from command line?
- Export all posts as individual plain txt files
- Export specific menu [duplicate]
- Import posts with featured images
- How to Create Export/Import Functionality for Plugin
- Most Flawless Way To Transfer from Dev to Prod [duplicate]
- Problem: Create a cron job to export posts to a WordPress XML file on server
- How do I add paragraph tags to all of my posts after relying on wpauto?
- export csv functionality into my plugin
- Best practice to import/export specific pages and posts
- Export posts to csv with data from ACF custom fields
- Export a blog(not mine) as a PDF document
- export category and sub-category
- I am having trouble with article formatting when exporting/importing articles from the production to the development environments
- Moving wordpress site to subpage of another site
- 403 export error when exporting pages from multisite subfolder site
- Export Custom Report as CSV
- UTF8 Encoding problems when exporting posts
- How to give my database to a friend for duplication in a secure way [closed]
- How to assign name the WordPress export.xml file
- How can transfer get so large when exporting data (15-16MB to over 10GB)
- Export All Posts and Media to XML and/or Word
- Button to download export data WordPress in CSV file
- How to add a timestamp to the exported WXR filename?
- ExpressionEngine Export/Import Issues
- Get all post from table and put it in excel sheet
- How can I export Grunion Contact Form messages in an easily parsable format, e.g. CSV?
- Different way to export data from WP?
- How to export posts and keep html tags in the title
- Does doing an export moves all my posts or just a copy of it?
- wordpress export pretty permalinks and post excerpt export
- Best Way To Locate Offending WP Table
- How can I export data to an Excel file
- Best way to import users, post and categories from an external database
- Import and replace existing page/post content
- How to migrate a WordPress installation from one site to another, including all images?
- WordPress Export Import Site Navigation Menu
- How to completely export and import WordPress?
- Import and export links from WordPress.com to private site
- Export User Info to CSV from Front End
- Export all post from database to JSON only when the database gets updated
- TCPDF get_post_meta outside the loop
- GUID not updated on import
- Suggestions for WPMU Migration (advanced)
- Export only pages and posts with mysql dump
- Import Images from one self-hosted WordPress install to another
- Fixing media links after importing to multisite
- How can I export post data in xml format?
- Importing large data from blogger
- Export WordPress Table to CSV from page
- Exporting and importing my WordPress database, but none of the plugin settings are importing
- How much of my site can I recover from public_html?
- Export entries and multiple custom field meta to .csv?
- Does WordPress Importer notify imported Users?
- Export / import WordPress database
- Are there any scripts, classes, and/or functions built-in to WP for a plugin to export/import its saved data from wp_options?
- WooCommerce product taxonomies and menu export
- How do I migrate blog post images from one domain to a new one?
- Get ALL post ID’s export list (Only id’s. Php or sql not important )
- Transfer only original images to new site
- How to export post meta with images in wordpress
- How to export all content with feature images?
- Buddypress export Profile Fields [closed]
- Export a custom Mysql database product catalog to WordPress
- Importing posts only – consequences?
- Importer fails to import every post
- Is there an easy way of exporting posts with their category already asigned and pictures from localhost?
- Extract wordpress posts content and category content
- How to export custom post type with ACF to individual file with automation?
- Exporting featured image
- Export Header and Footer
- product export and import using xml
- Export WordPress from one domain to another domain
- Editing Theme and Moving Servers
- How do I export the headlines of all the blog posts in a single category?
- Get something out from taxonomy
- Migrate Custom Post Type with Custom Fields data and parent child order
- Exporting a form to a CSV file does not work in WordPress but it does in PHP
- Bulk Edit Media Library alt, caption, image names
- Syncing WP Database Changes Between Environments: How To Handle Merging w/o touching database
- Can’t Export Custom Post Types With Export Tool In A Custom Theme
- Is there a way to export WordPress comments to a non-wordpress, HTML coded site?
- how can export data in excel file custom plugin
- Export wordpress image ID based off keyword search
- Export to csv adding html to file
- Only a small portion of my export page renders
- Export only a part of the database for migration
- Moving Featured Images
- Merge two wordpress sites
- Moving wp from a server to another, with different administrator
- Export to WXR for pages containing script and iframe tags
- Import from HubSpot COS into WordPress 4?
- Exporting a portfolio with pictures
- Blogroll import/export with categories and descriptions
- Export whole wordpress blog to PDF or similar including images [duplicate]
- Export Posts Without Categories In An XML File
- Exporting CSV of users with custom user taxonomies out of WordPress
- WP Recommended Table Exclusions?
- WPALLIMPORT Exporting images from repeater field [closed]