WordPress

WordPress group

📝 15 Prompts

📚 Prompts in this Group

Learn these prompts step by step to master this theme

1

footer.php

footer.php
View →
2

Function must you include just before the closing body tag in your WordPress to show admin bar?

<?php wp_footer(); ?>
View →
3

functions.php

functions.php
View →
4

get_footer();

get_footer()
View →
5

get_header();

get_header();
View →
6

GitHub Excluded Files

excluded from GitHub and included in the host section such as Hostinger or WordPress.com. Reason enclosed with each item. 1. /wp-admin/ Why → WordPress core system 2. /wp-includes/ Why → WordPress core libraries 3. /wp-content/uploads/ Why → User-generated media 4. Vendor plugins Why → Third-party managed code 5. /wp-config.php Why → Secrets & environment config 6. Database Why → Dynamic runtime data
View →
7

GitHub included files

GitHub included files : 1. /wp-content/themes/your-custom-theme/ 2. /wp-content/plugins/your-custom-plugin/ 3. /wp-content/mu-plugins/ (custom only) 4. Custom PHP / JS / CSS code you wrote
View →
8

GitHub included files

GitHub included files : 1. /wp-content/themes/your-custom-theme/ 2. /wp-content/plugins/your-custom-plugin/ 3. /wp-content/mu-plugins/ (custom only) 4. Custom PHP / JS / CSS code you wrote
View →
9

header.php

header.php
View →
10

index.php->theme

index.php->theme
View →
11

localwp.com/

localwp.com
View →
12

page.php

page.php
View →
13

single.php

single.php
View →
14

What WordPress function before </head> lets plugins inject scripts?

<?php wp_head(); ?>
View →
15

What WordPress function returns the home page URL of your website?

<?php echo home_url(); ?>
View →

🎯 Learning Progress

0 / 15 completed
🧠 Practice with Quiz