WordPress is a free, open-source website creation platform. On a more
technical level, WordPress is a content management system (CMS) written
in PHP that uses a MySQL database. In non-geek speak, WordPress is the
easiest and most powerful blogging and website builder in existence
today. WordPress is an excellent website platform for a variety of websites.
From blogging to e-commerce to business and portfolio websites,
WordPress is a versatile CMS. Designed with usability and flexibility in
mind, WordPress is a great solution for both large and small websites.
* Here are easy step to build WordPress:
- Step 1: Download, extract, copy to wamp folder www
- Step 2: Create Database in http://localhost/phpmyadmin
- Step 3: Configure wp-config.php
/** The name of the database for WordPress */
/** MySQL database username */
define( 'DB_USER', 'root' );
/** MySQL database password */
define( 'DB_PASSWORD', '' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
- Step 5: Choose template that you love and click install and activate.
- These are the types of websites that you can build with WordPress:
* E-commerce website: is very popular for online shopping in nowadays. We can download and install a WordPress e-commerce plugin to extend the default functionality of WordPress.
* Business website: Many businesses will benefit from having an online presence in the form of their own website. Customers can contact you, ask for a quote, schedule an appointment and much more.
* More configure with this video:
See you next post and thank for your time with my blogger!
0 Comments