From 7da79c0cd8833569a02926ba38f8aac600747dec Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Tue, 5 Sep 2023 05:30:13 -0400 Subject: [PATCH] Tuesday, September 05, 2023, 05:30:01 + 4 --- .../GUIs/Internet/Websites/Hosting/WordPress.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites/Hosting/WordPress.md b/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites/Hosting/WordPress.md index bfd4ebe..6fdf316 100644 --- a/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites/Hosting/WordPress.md +++ b/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites/Hosting/WordPress.md @@ -31,4 +31,16 @@ More info on editing via Wordpress can be found [here](https://wordpress.org/doc Developer experience is a big part of [Playground Philosophy](https://github.com/WordPress/wordpress-playground/issues/472) – a single ` -``` \ No newline at end of file +``` + + + +### What is the difference? +--- +WordPress.com provides all the necessary tools for creating a blog completely free of charge. However, the ability to install plugins and gain access to some of the more advanced features only comes with [premium plans](https://wordpress.com/pricing/). + +Every WordPress.com premium plan offers a free domain for one year, removes all WordPress ads, and includes email support. + +WordPress.org, on the other hand, is a **free**, open-source [content management system](https://www.hostinger.com/tutorials/what-is-a-cms/) (CMS).  + +This self-hosted WordPress version requires users to [register a domain name](https://www.hostinger.com/domain-name-search) and purchase a plan with a hosting provider. You’ll need to [install WordPress](https://www.hostinger.com/tutorials/how-to-install-wordpress) on your website as well. To make the process easier, most hosting providers offer a single-click WordPress installation feature. \ No newline at end of file