
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:
-
First, you need to start XAMPP.
-
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
- Wordpress vs coding - why devs SHOULD learn Wordpress
- How does WordPress Work? (Simply Explained for Beginners)
- WordPress Architecture For Beginners
- WordPress Tutorial for Beginners
- [[Astro and wordpress]]
- [[How to forward a url to a page in Wordpress]]