Build a WP blog with a template is a way to build a WP blog (wordpress) and comes with a beautiful template, which is suitable for building a resource network. Before viewing this tutorial, please make sure you have purchased the server, domain name and downloaded the WordPress blog system. Below Everyone uses it as required. Using the Instructions Space I've got it ready and now the tutorial begins. . Due to time constraints, I have uploaded the source code of the Chinese version of wp and I will package it for everyone. Wait a moment. I will pause it and not bind the domain name! ! 1. How to build a personal website using WordPress blog template? The conditions for building a personal blog-type website: domain name + space + blog program (free open source or commercial blog program) three-step operation to quickly build 01. Download the blog program First, we download the latest version from the official website of wordpress.org. Unzip the package. 02. Set database connection parameters A. Log in to your space management panel, create a database for WordPress, and a MySQL user with access and modification permissions. Using the cPanel Method If your hosting provider uses cPanel, you can follow the instructions below to create your WordPress database and users. Log in to your cPanel. Click MySQL Databases. If there is no user related to WordPress in the Users column, create a new user: Give the WordPress database a username (“wordpress” is good) and fill it in the UserName text box. Choose a password that's not easy to guess (a combination of uppercase and lowercase letters, numbers, and symbols is ideal) and fill it in the Password box. Make a note of the username and password you just selected. Click Add User. If no WordPress-related database exists in the Databases column, create a new database: Give the new WordPress database a name (“wordpress” or “blog” are good), fill in the Db text box, and click Add Db. Under the Databases column, select your WordPress database username from the User drop-down box, and then select your WordPress database from the Db drop-down box. Make sure the All checkbox under Privileges is selected and click Add User to Db. When you return to the main MySQL Account Maintenance page, cPanel will list the information for the database you just created. You should see the username you just added to the database (with ALL PRIVILEGES permissions). B. After decompressing the installation package, rename wp-config-sample.PHP to wp-config.php, and use a text editor to modify the following sentences define('DB_NAME', 'database name'); // The name of the databasedefine('DB_USER', 'MYSQL username'); // Your MySQL usernamedefine('DB_PASSWORD', 'MYSQL password'); // After your MySQL password settings are modified, save the file. 03. Upload the blog to your website space A. Use FTP client software to upload the WordPress installation file to the BLOG folder in your space (if not, create a folder with the BLOG name). B. Enter in the browser: your website address/blog/wp-admin/install.php. For example, if your WordPress is uploaded directly to the root directory, then just enter http://www.yourdomainname.com/wp-admin /install.php will do. The program will automatically detect and install. C. After the installation is completed, the system will give you a randomly generated administrator password. Remember this password, and use admin and that password to log in to the management interface. Change the password in the Profile option of the management interface and modify the detailed personality information. . At this point, your WordPress installation is complete.
Expand