DEV Community

Cover image for WordPress Multiple Choice Questions
Satyam Jaiswal
Satyam Jaiswal

Posted on

WordPress Multiple Choice Questions

Practice here the top WordPress Multiple Choice Questions and Answers.

Image description

What is the minimum version of PHP required to run WordPress?
A. PHP 5.2
B. PHP 5.3
C. PHP 5.4
D. PHP 5.6

Which of the following is not a default post status in WordPress?
A. Draft
B. Published
C. Pending
D. Scheduled
E. Approved

Which of the following is not a default taxonomy in WordPress?
A. Categories
B. Tags
C. Formats
D. Products

What is the function used to properly enqueue a stylesheet in WordPress?
A. wp_enqueue_style()
B. register_style()
C. enqueue_style()
D. add_style()

Which of the following is not a default template tag in WordPress?
A. the_title()
B. the_excerpt()
C. the_content()
D. the_widget()

What does the wp_head() function do in WordPress?
A. It adds the title of the webpage
B. It adds the header of the webpage
C. It adds the meta data and scripts to the header of the webpage
D. It adds the footer of the webpage

What is the function used to properly enqueue a script in WordPress?
A. wp_enqueue_script()
B. register_script()
C. enqueue_script()
D. add_script()

In WordPress, what is the role of the functions.php file in a theme?
A. It defines the styles for the theme
B. It defines the layout of the theme
C. It holds the functions and features of the theme
D. It holds the template tags of the theme

How many tables are created in the WordPress database by default?
A. 6
B. 7
C. 8
D. 11

Top comments (1)

Collapse
 
dme_satyam profile image
Satyam Jaiswal

good