Fix(guide): Add changes to wordpress section

pull/27189/head
Ryan 2018-10-23 10:40:52 -07:00 committed by Heather Kusmierz
parent d4b2bf0341
commit d275ffb7ee
1 changed files with 9 additions and 5 deletions

View File

@ -4,21 +4,25 @@ title: WordPress
# WordPress
WordPress is a free and open-source content management system based on PHP and MySQL. Features include a plugin architecture and a template system. It is most associated with blogging but supports other types of web content including more traditional mailing lists and forums, media galleries, and online stores.
WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. Features include a plugin architecture and a template system. It is most associated with blogging but supports other types of web content including more traditional mailing lists and forums, media galleries, and online stores.
WordPress powers over 30% of all websites and is by far the most used CMS on the planet. Backed by a huge community, this open source platform powers a multi-billion dollar economy with themes/plugins and custom software.
As a CMS, WordPress allows you to control and manage content of your website with a very easy system such as the WordPress dashboard panel. A dashboard lets you to do work on your website without needing to program anything. You can add or delete images and edit text on your webpage fast and easily.
WordPress powers over 30% of all websites and is by far the most used CMS on the planet. In fact, more than 60 million websites rely on WordPress. Since it's backed up by a huge community, this open source platform powers a multi-billion dollar economy with themes/plugins and custom software built on top WordPress's underlying technology.
Wordpress offers an easy-to-use solution for both web developers and non-web developers alike to create a site.
Just a few advantages of WordPress:
* Users are able to manage their Wordpress webpage from any computer
* Has a blog built-in and ready to go whenever applicable.
* Has plugins, which extend functionality to WordPress sites.
* There's a blog built-in and ready to go whenever applicable
* It has plugins, which extend functionality to WordPress sites
Whether its page transitions or a customized contact form, WordPress users are only a few clicks away from success and a beautiful website.
One of the main things that appeal to people about WordPress is the abudant themes and plugins. You can make your website look however you like, and with many plugins available you can do anything from having a plugin to handle contact forms, manage SEO (Search Engine Optimization), and many more.
Whether its page transitions or a customized contact form, WordPress users are only a few clicks away from building a website.
### More Information
- [WordPress Codex: the online manual](https://codex.wordpress.org/)
- [WordPress Code Reference](https://developer.wordpress.org/reference/)
- [WordPress Github Repository](https://github.com/WordPress/WordPress)