Moving WordPress to a new location

|

Moving your WordPress site is certainly not something that you are do it everyday, but it is better to know how this is done. Save your data If you really care about your WordPress site, I hope that this step … Read More

How to install a WordPress theme

|

You have finished installing WordPress, and playing with its settings? Now you want to install a WordPress theme for your web site has the desired look. Good idea! Because it must be said, the theme provides by default by WordPress … Read More

Manual update of WordPress

|

During these steps, we assume that the address of your blog is http://example.com/wordpress/. Replace WordPress files Download the .zip file of the latest version. Unzip this archive to your computer. Disable your extensions. On the hosting server, delete the folders … Read More

Automatic update of WordPress

|

Since version 2.7, WordPress has an internal tool for automatic updating. You can start the update by clicking on the link in the toolbar (if it is present) or by visiting the Tools > Update (pre-3.0 versions) or the Dashboard … Read More

Installing WordPress: Configuring wp-config.php

|

The file wp-config.php can be created manually, or automatically during the installation. Also, it can be edited when one or more data (especially database) are changed. Looking ahead, the code you want to change is the following: [html] define(‘DB_NAME’, ‘database_name_here’); … Read More

Installing WordPress Plugins

|

WordPress offers a simple and easy way to add plugins to your blog. Access Dashboard, click Plugins link, Add New, and search for the plugin or upload it from Upload Plugin. Next, activate it from the Plugins page and sit … Read More

WordPress installation – Database

|

Step 1: Download and extract Download and unzip the WordPress archive. If you intend to upload WordPress on a remote web server, download the WordPress archive on your computer with your favorite web browser and unzip it. If you have … Read More

Installing WordPress

|

WordPress is well known as being easy to install. In most cases, installing WordPress is a very simple operation that takes no more than five minutes to be completed. The following instructions tell you what to do, whether you use … Read More

New or existing database for an WordPress site?

|

WordPress requires access to a MySQL database to store information. So you need a database. You can create a new database if: You do not have one already created on the server. The company that offers you hosting service give … Read More

Hosting requirements for WordPress sites

|

Most web hosting services and personal installations on Unix/Linux systems are expected to host WordPress in joint configurations. Server requirements PHP version 5.2.4 or greater (recommended: PHP 5.4 or greater) MySQL version 5.0 or greater (recommended: MySQL 5.5 or greater) … Read More