Category: WordPress

Starter Guide For WordPress Security

This guide serves as a “starter” guide for securing your WordPress installation. If there are any additional steps you recommend, please feel free to reply with them. This guide is by no means a “complete”guide however, it will get you started with some basic WordPress security measures. 1. Keep your WordPress Installation Updated! This is

Continue reading…

Migrate/Importing a WordPress installation

To migrate a WordPress site, follow the steps below: Exporting the mySQL database 1. You will need to know the name of the database, which can be found in your wp-config.php file. Locate the lines shown below: /* MySQL settings */ define( ‘DB_NAME’, ‘database_name’ ); define( ‘DB_USER’, ‘username_here’ ); define( ‘DB_PASSWORD’, ‘password_here’ ); define( ‘DB_HOST’,

Continue reading…