Recall & Review
beginner
What is the purpose of using Local or XAMPP for WordPress development?
Local and XAMPP let you run WordPress on your own computer without needing the internet. This helps you build and test websites safely before making them live.Click to reveal answer
beginner
Which software components does XAMPP provide to run WordPress locally?
XAMPP includes Apache (web server), MySQL (database), PHP (programming language), and Perl. These work together to run WordPress on your computer.
Click to reveal answer
beginner
How do you start a local WordPress site using Local by Flywheel?
Open Local, click 'Create a New Site', follow the steps to name your site and choose environment, then Local sets up WordPress automatically for you.
Click to reveal answer
beginner
Why is it important to use a local development setup before publishing a WordPress site?
It lets you try changes and fix problems without affecting a live website. This keeps your real site safe and professional.
Click to reveal answer
intermediate
What is the role of phpMyAdmin in XAMPP for WordPress development?
phpMyAdmin is a tool to manage your WordPress database easily through a web interface. You can create, edit, or delete database tables without coding.
Click to reveal answer
Which of these is NOT included in XAMPP?
✗ Incorrect
XAMPP includes Apache, MySQL, and PHP but does not include Node.js.
What does Local by Flywheel automate for WordPress developers?
✗ Incorrect
Local automates installing WordPress and setting up the local server environment.
Why should you use a local development environment for WordPress?
✗ Incorrect
Local environments let you test changes safely without affecting the live site.
Which tool in XAMPP helps you manage your WordPress database visually?
✗ Incorrect
phpMyAdmin is the database management tool included in XAMPP.
What is the first step to start a WordPress site in XAMPP?
✗ Incorrect
You first create a database in phpMyAdmin to store WordPress data.
Explain how Local or XAMPP helps you develop WordPress sites on your computer.
Think about how you can build a website without publishing it online.
You got /4 concepts.
Describe the steps to set up a WordPress site using XAMPP.
Focus on the order of actions from installing software to running WordPress.
You got /6 concepts.