877-924-1414

How do I change my password?

If you are already logged into your WordPress account, click on your username in the admin tool bar at top right corner of the screen (if your admin bar is disable, then simply go to Users > Your Username via the dashboard). Scroll to the bottom of the screen and...

How to make notes in my files?

Sometimes it is very useful to add a note or a comment to a file. You can add comments in HTML or PHP pages like this: 1 <!– insert comment here –> Add comments in CSS files like this: 1 /* insert comment here */ GregJamesonGreg Jameson has been...

How to restore database from backup?

You can restore a database from backup using phpMyAdmin. After you have logged in, click Databases and select the one you want to import data from. Then choose Import. Then click Browse and locate the backup file. Make sure the SQL radio button is checked and then...

How to backup WordPress database?

There are several ways to backup WordPress data. The easiest is the automatic solution. There are several WordPress plugins designed to backup your files. To find such plugins, go to your Administration Screen and browse in the Plugin Browser. There you will find...