WordPress personal diego notes


WordPress personal diego notes

Created: 2024-11-12 17:33

What is the difference between WordPress.com and WordPress.org?

  • WordPress.org is an open-source platform that allows you to build and fully customize your own website. You need to provide your own hosting.

  • WordPress.com is the official hosting service for WordPress. They offer different plans like Personal, Premium, and Business, with hosting and maintenance included.


How to Install WordPress on Hostinger

Tags: [[Hostinger]] [[WordPress]]


Elementor

Is it worth using Elementor if you know how to code in HTML and CSS?


WordPress on Localhost

I currently have WordPress installed locally using XAMPP. To access the site:

  1. First, you need to start XAMPP.

  2. Then, open the URL where WordPress is installed.

If you don’t remember which port XAMPP is running on, use the command below to list active services and their ports:

ss -nltp

By default, your local WordPress site might be available at:

  • http://localhost:85/wordpress/

  • or http://localhost:85/wordpress/wp-admin


References

  1. Wordpress vs coding - why devs SHOULD learn Wordpress
  2. How does WordPress Work? (Simply Explained for Beginners)
  3. WordPress Architecture For Beginners
  4. WordPress Tutorial for Beginners
  5. [[Astro and wordpress]]
  6. [[How to forward a url to a page in Wordpress]]