WordPress Intermediate
This test evaluates your intermediate knowledge of WordPress, covering themes, plugins, customization, and user roles. To enhance your skills further, explore free tutorials like Theme Customization by Learn WordPress, Hostinger Plugin Guide, and this practical YouTube video on WordPress customization.
1
Which file is required for a WordPress theme to work?
2
Which hook is used to add scripts and styles in WordPress?
3
Which function is used to register a new sidebar in WordPress?
4
Which role has the capability to publish and manage their own posts but not others'?
5
What is the default table prefix in WordPress database?
6
What is the purpose of the wp-config.php file?
7
Which of the following can be used to create a child theme?
8
Which function is used to create custom post types?
9
Which of the following is NOT a default post type in WordPress?
10
Where are plugins stored in a WordPress installation?
11
How do you enable debug mode in WordPress?
12
Which constant sets the siteβs database password in wp-config.php?
13
What function is used to include header.php in a theme file?
14
Which template file is used for a single post?
15
Which tool in WordPress allows importing content from another site?