Digi Educorp
Menu
About
WordPress
Elementor
Resources
Best Practices
Blogs & Solutions
Plugin Cheat Sheet
Essential Addon
Elements Kit
Happy Addons
Useful Links
Contact Us
WordPress Setup
Download and installing WordPress
Table of contents
1. Introduction to Web Development
Menu
Understanding websites and their purpose
Basics of Web Hosting
Domain Essentials
2. Deep Dive into Web Hosting
Menu
Types of web hosting
3. Domain Management and DNS
Menu
Working fundamentals of a domain
4. How Websites Works
Menu
Client-server model
Working of a client-server model on a website
5. Introduction to WordPress
Menu
What is WordPress
How WordPress Work
Common terminologies used in WordPress
6. XAMPP Server
Menu
Understanding XAMPP
Components of XAMPP
How XAMPP Works
7. Setting up XAMPP Environment
Menu
Installing XAMPP
Starting and Stopping XAMPP server
Create Database using phpMyAdmin
Creating a Database User with All Permissions
8. WordPress Setup
Menu
Download and installing WordPress
Set Up WordPress
9. WordPress Configuration
Menu
Accessing WordPress Dashboard
Navigating the WordPress Dashboard
Accessing Site Settings on WordPress
10. Installing Themes and Plugins
Menu
Installing Themes on WordPress
Installing Plugins on WordPress
11. Building Your WordPress Site
Menu
Creating Content with pages and posts
Creating and adding menu
Creating header and footer in WordPress
Creating and configuring contact form
12. Backup and Security
Menu
Taking backups of the WordPress website
Security measures in WordPress
13. Linking domain with web hosting
Menu
Procuring domain and hosting
Connect Domain and Hosting
14. WordPress Migration
Menu
Setup WordPress instance on web hosting
Migration through plugins
Migration without plugins
Download WordPress from official site
Visit the official WordPress website at wordpress.org/download
Click the "Download WordPress" button to obtain the latest version of WordPress in a .zip file
WordPress Installation
Extract WordPress Files
Locate the downloaded WordPress .zip file
Extract the contents of the .zip file into the 'htdocs' folder within the XAMPP installation directory (e.g., C:\xampp\htdocs)
Rename the extracted folder to match your project name (example.com)
Create a MySQL Database
Open your web browser and go to http://localhost/phpmyadmin/
Click on the "Databases" tab and create a new database by entering a name that matches your project name (e.g., "example_db") and click "Create."