Professional WordPress Quiz Questions and Answers

Why is wordpress.com considered more secure than wordpress.org?

Answer :
  • Limit the themes and also does not allow installing plugins

Explanation :

WordPress.com is considered more secure than wordpress.org because they limit the themes and also does not allow installing plugins.  However, the security is more dependable on how the hosting company is hosting your website(wordpress.org) & also what ar

What is WordPress Writing Setting?

Answer :
  • A) Controls WordPress writing experience 
    B) Control WordPress's features in the adding and editing posts, Pages, and Post Types
    C) Optional functions like Remote Publishing, Post via e-mail, and Update Services
    All of the above

Explanation :

The writing settings controls WordPress writing experience and provides options for customizing WordPress site. These settings control WordPress's features in the adding and editing posts, Pages, and Post Types, as well as the optional functions like Remo

What is the role of a Contributor in WordPress?

Answer :
  • A) Contributor can only write and edit their posts until published
    B) They can create their own posts and pages but cannot publish them
    C) They cannot upload images or files but can see your site's status
    All of the above

Explanation :

Contributor can only write and edit their posts until published. They can create their own posts and pages but cannot publish them. They cannot upload images or files but can see your site's status. When they want to publish any post, it must be first not

How can you create a static page with WordPress?

Answer :
  • Upload php in theme folder

Explanation :

To create a static page in WordPress, in the page section you have to upload a PHP file to the server in the theme folder, and then select that as your template.  It allows you to add any page and look that you wanted for your blog and it will remain stat

What is the use of the Post via e-mail option in WordPress Writing Setting?

Answer :
  • Email address to create post for you and publishes posts on your blog by email

Explanation :

This option uses email address to create post for you and publishes posts on your blog by email. To use this, you'll need to set up a secret e-mail account with a POP3 access, and any mail received at this address will be posted.

What is the use of Mail Server in the WordPress Writing setting?

Answer :
  • Both A & B

Explanation :

It allows reading the emails that you send to WordPress and stores them for retrieval. For this you need to have POP3 compatible mail server and it will have URI address such as mail.example.com, which you should enter here.

What should one use for plugin development — custom post types or custom database tables?

Answer :
  • Both A & B

Explanation :

There is no specific preference for plugin development; it depends on what type of plugin’s one has to develop. Though few recommend custom post type, as it has few benefits compared to a custom database table

What is a Child Theme in WordPress?

Answer :
  • The child theme is an extension of the parent theme

Explanation :

The child theme is an extension of the parent theme. If you make changes to the main/parent theme, any update will undo the changes. With a child theme, the customizations are preserved on an update.

What do you mean by a custom field in WordPress?

Answer :
  • Adds extra info

Explanation :

The custom field is a meta-data that allows you to store arbitrary information in the WordPress post. Through custom field, extra information can be added to the post.

What is the use of WordPress News in WordPress Dashboard?

Answer :
  • Displays the latest news

Explanation :

The WordPress News widget displays the latest news such as latest software version, updates, alerts, news regarding the software etc from the official WordPress blog.