WordPress

WordPress

Test your WordPress knowledge with free quizzes on MyCodeSkills covering core concepts.


  1. What is WordPress primarily used for?

    • Image editing
    • Web hosting
    • Building websites and blogs
    • Antivirus software
  2. Which of the following is required to run WordPress?

    • Python
    • Node.js
    • PHP and MySQL
    • Java
  3. What is the default content editor in WordPress?

    • Classic Editor
    • TinyMCE
    • Elementor
    • Gutenberg
  4. Where can you find options to install a new plugin?

    • Appearance → Add New
    • Plugins → Add New
    • Tools → Plugins
    • Settings → Plugins
  5. Which file is the main configuration file in WordPress?

    • index.php
    • config.php
    • wp-config.php
    • settings.php
  6. What is a child theme in WordPress?

    • A duplicate site
    • A theme with advanced security
    • A theme that inherits from another theme
    • A mobile version of a theme
  7. What plugin is commonly used for SEO in WordPress?

    • Jetpack
    • WooCommerce
    • Yoast SEO
    • Contact Form 7
  8. What is the use of Elementor in WordPress?

    • Create backups
    • Edit CSS files
    • Build pages visually
    • Track analytics
  9. Which plugin can be used for creating forms?

    • WPForms
    • WooCommerce
    • Yoast SEO
    • Akismet
  10. What is the purpose of the functions.php file?

    • Database settings
    • Theme-specific functions
    • Core WordPress settings
    • Plugin activation
  11. What is a Custom Post Type in WordPress?

    • A modified plugin
    • A post with extra CSS
    • A user-defined content type like portfolios or products
    • A type of widget
  12. Which function is used to register a custom post type?

    • wp_create_post_type()
    • register_post_type()
    • create_custom_type()
    • add_post_type()
  13. What is the purpose of add_action() in WordPress?

    • Adds new menu
    • Registers a theme
    • Hooks a custom function to a WordPress action
    • Creates a new widget
  14. Which file defines the theme structure and templates?

    • wp-config.php
    • archive.php
    • functions.php
    • style.css
  15. What are WordPress hooks?

    • API endpoints
    • Built-in caching tools
    • Functions for connecting to external apps
    • Mechanisms for extending core functionality