53 lines
2.6 KiB
Markdown
53 lines
2.6 KiB
Markdown
|
|
|||
|
Wordpress is one of the most powerful frameworks upon which most of the world's powerful sites run on. There is the commercial version at wordpress.com as well as the non-profit DIY installation for free at wordpress.org.
|
|||
|
|
|||
|
|
|||
|
### Tips:
|
|||
|
---
|
|||
|
- Use wordpress Patterns[ ](https://wordpress.org/patterns/) for quick deployment
|
|||
|
|
|||
|
|
|||
|
|
|||
|
### Editing via Block Editor:
|
|||
|
---
|
|||
|
To launch the WordPress block editor, click on **Posts** > **Add New** or **Pages** > **Add New**.
|
|||
|
|
|||
|
More info on editing via Wordpress can be found [here](https://wordpress.org/documentation/article/wordpress-block-editor/). Primarily for Vivaldi blog usage currently.
|
|||
|
|
|||
|
|
|||
|
## Wordpress.com
|
|||
|
---
|
|||
|
- [Moving a site](https://www.wpbeginner.com/wp-tutorials/how-to-properly-move-your-blog-from-wordpress-com-to-wordpress-org/) from wordpress.com to wordpress.org
|
|||
|
|
|||
|
|
|||
|
## Wordpress.org
|
|||
|
---
|
|||
|
- Wordpress Foundation [Projects](https://wordpressfoundation.org/projects/)
|
|||
|
- For [Developer](https://developer.wordpress.org) Wordpress resources
|
|||
|
|
|||
|
|
|||
|
### Integrate it with your app in 5 minutes
|
|||
|
|
|||
|
Developer experience is a big part of [Playground Philosophy](https://github.com/WordPress/wordpress-playground/issues/472) – a single `<iframe>` tag is all it takes to integrate Playground with your application:
|
|||
|
```html
|
|||
|
<iframe src="https://playground.wordpress.net/?mode=seamless" ></iframe>
|
|||
|
```
|
|||
|
|
|||
|
|
|||
|
|
|||
|
### 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.
|
|||
|
|
|||
|
|
|||
|
## Installing Wordpress
|
|||
|
---
|
|||
|
|
|||
|
- Via [Hosting](https://www.wpbeginner.com/how-to-install-wordpress/#installwpbluehost) Platforms
|
|||
|
- via [FTP](https://www.wpbeginner.com/how-to-install-wordpress/#installftp)
|
|||
|
- via [Locally](https://localwp.com) on computer
|
|||
|
- [Features](https://localwp.com/help-docs/local-features/local-connect/#connect-to-flywheel) with Local
|