-
What is the purpose of WordPress "custom fields"?
- a) To define specific data points for posts, pages, or custom post types
- b) To customize the appearance of the WordPress admin dashboard
- c) To restrict access to certain content based on user roles
- d) To automate the process of publishing content at scheduled times
- Answer: a) To define specific data points for posts, pages, or custom post types
-
Which of the following is NOT a common type of WordPress plugin?
- a) SEO
- b) Security
- c) Performance
- d) Virtual Reality
- Answer: d) Virtual Reality
-
What is the purpose of WordPress "user roles"?
- a) To define the appearance of the WordPress admin dashboard
- b) To assign specific capabilities and permissions to users
- c) To schedule automated backups of the WordPress site
- d) To optimize database queries for improved site performance
- Answer: b) To assign specific capabilities and permissions to users
-
Which of the following is a correct way to create a WordPress menu?
- a) Editing the theme's header.php file directly
- b) Using a plugin to add menu functionality
- c) Using the built-in WordPress menu editor in the admin dashboard
- d) Modifying the WordPress database schema
- Answer: c) Using the built-in WordPress menu editor in the admin dashboard
-
What is the purpose of WordPress "revisions"?
- a) To revert changes made to the WordPress theme
- b) To display a history of edits made to posts and pages
- c) To manage user comments on posts and pages
- d) To optimize images for faster page loading
- Answer: b) To display a history of edits made to posts and pages
-
What is the purpose of the WordPress "wp_enqueue_script()" function?
- a) To add inline CSS styles to WordPress pages
- b) To register and enqueue JavaScript files in WordPress
- c) To manage user permissions for accessing specific content
- d) To optimize database queries for improved performance
- Answer: b) To register and enqueue JavaScript files in WordPress
-
Which of the following is NOT a valid WordPress database table?
- a) wp_posts
- b) wp_users
- c) wp_comments
- d) wp_options
- Answer: d) wp_options
-
What is the purpose of WordPress "transients"?
- a) To store temporary data in the WordPress database
- b) To translate content into different languages
- c) To track user interactions on the WordPress site
- d) To transfer WordPress site data between servers
- Answer: a) To store temporary data in the WordPress database
-
Which of the following is NOT a valid WordPress hook type?
- a) Action
- b) Filter
- c) Widget
- d) Shortcode
- Answer: c) Widget
-
What is the purpose of WordPress "taxonomy terms"?
- a) To categorize posts based on content type
- b) To manage user roles and permissions
- c) To schedule automated backups of the WordPress database
- d) To optimize website performance through caching mechanisms
- Answer: a) To categorize posts based on content type
Comments