Describes difference between .org and .com WP (#20842)

Added a section to explain the difference between WordPress.org and WordPress.com
This commit is contained in:
stetsonthree
2018-11-03 21:16:28 -04:00
committed by Niraj Nandish
parent 6e42246d53
commit d6e1120e76

View File

@ -25,7 +25,11 @@ The power of WordPress becomes apparent in the use of 3 features: custom post ty
For example: lets say you have a company website with a large number of products, numerous physical storefront locations, and a news/blog section. If all of that content was all crammed into the default posts or pages section of the website admin panel, navigating said sections could very quickly become an overwhelming mess.
In this instance, you could create a custom post type for products, a custom post type for locations, keep thing the default posts section exclusively for your news/blog content.
=======
## WordPress.org vs. WordPress.com
The free and open-source version of wordpress is found at [https://wordpress.org](https://wordpress.org) and must be self-hosted on a server or local development machine. This is also the version of WordPress that is frequently available as a simple installation through cPanel on the majority of hosting providers. Meanwhile, a hosted version of WordPress is available [wordpress.com](https://wordpress.com), but this is not an open-source version. Users of the WordPress.com site may need to pay subscription fees to access many of the features and benefits of the open-source WordPress.
Here are some examples of big name brands using WordPress:
* Sony Music
* The New Yorker
@ -37,6 +41,7 @@ Note: WordPress's ease of use may encourage new users to forget about website se
It is important to choose extremely difficult or random passwords for the administrators and for the database. This guards against random brute-force attacks.
Using tools such as [Jetpack](https://jetpack.com/) and an [SSL certificate](https://www.verisign.com/en_US/website-presence/website-optimization/ssl-certificates/index.xhtml) increases your protection against unwanted attacks.
### More Information
- [WordPress Codex: the online manual](https://codex.wordpress.org/)