0
0
Wordpressframework~5 mins

Local development setup (Local, XAMPP) in Wordpress - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ANode.js
BMySQL
CApache
DPHP
What does Local by Flywheel automate for WordPress developers?
AWriting WordPress themes
BPublishing websites online
CInstalling WordPress and setting up server environment
DManaging domain names
Why should you use a local development environment for WordPress?
ATo edit live website content directly
BTo test changes safely before going live
CTo avoid installing software
DTo host websites publicly
Which tool in XAMPP helps you manage your WordPress database visually?
AGitHub
BFileZilla
CWordPress Dashboard
DphpMyAdmin
What is the first step to start a WordPress site in XAMPP?
ACreate a new database in phpMyAdmin
BInstall Node.js
CUpload files to a live server
DWrite PHP code manually
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.