Wordpress - IT & Programming

Practice questions to test your knowledge and improve your understanding.

0
Answered
0
Correct
0%
Accuracy
Question 1 Hard Mcq

Which of the following functions does NOT output a list of WordPress pages?

Question 2 Hard Mcq

Who is responsible for backing up your WordPress installation?

Question 3 Medium Mcq

Which file would you create/modify in your theme to customize a search form?

Question 4 Medium Mcq

How do you install a WordPress theme on your site?

Question 5 Hard Mcq

If you wanted to debug some JavaScript, which method would you use to display data in your browser console?

Question 6 Hard Mcq

Which one is NOT a transient time constant?

Question 7 Hard Mcq

Which template tag should you use to output the post title inside the loop?

Question 8 Hard Mcq

What is the name of the open-source project that serves as a bug tracker and project management tool for WordPress?

Question 9 Hard Mcq

Which of the following is a valid permalink format?

Question 10 Hard Mcq

You can move the wp-content folder elsewhere adding _____ in wp-config.php

Question 11 Hard Mcq

An AJAX action registered within WordPress can be accessed directly without performing a JavaScript-driven AJAX call.

Question 12 Medium Mcq

Which of these are the minimum files required to make a child theme?

Question 13 Hard Mcq

The WordPress block editor contains a number of default blocks, including blocks for paragraphs, images, quotes, and shortcode. Blocks are grouped into categories to help users browse and discover them. Which is not a category provided by WordPress core?

Question 14 Hard Mcq

What constant can you set to control the number of post revisions WordPress keeps?

Question 15 Easy Mcq

The REST API is a simple way to get data in and out of WordPress over HTTP. Applications using the REST API should be written in which programming language?

Question 16 Hard Mcq

WordPress displays in US English by default, but is capable of being used with

Question 17 Hard Mcq

When registering a new post type if you set public => true, then your post type will be

Question 18 Medium Mcq

What is the function used to create dashboard widgets?

Question 19 Hard Mcq

Which one of the following WordPress functions doesn't exist?

Question 20 Hard Mcq

WordPress began as a publishing platform for:

Question 21 Hard Mcq

What are the registered user roles?

Question 22 Hard Mcq

When constructing a URL with query parameters (?test=1, for example), what is the correct expression to add the query parameters to the URL?

Question 23 Hard Mcq

Who owns the trademark for WordPress and WordCamp names and logos?

Question 24 Hard Mcq

N a standard template file, how often does the WordPress Loop run?

Question 25 Hard Mcq

Given the following line of code: remove_filter( 'the_content', 'capital_P_dangit', 11 ) what does the third argument (11) mean?

Question 26 Hard Mcq

Expert WordPress users often share their insight and knowledge by publishing help articles here.

Question 27 Medium Mcq

Template file sidebar.php must be included in every theme

Question 28 Medium Mcq

What do we need to do in order to create a widget?

Question 29 Hard Mcq

In the following, which is the best function to use if you want to redirect your visitor to another page within the same WordPress installation?

Question 30 Hard Mcq

Do new versions of WP provide support for automatic upgrades of itself?

Question 31 Hard Mcq

_____________ can publish, edit, and delete their own posts. They cannot write pages. They can upload some kinds of media files, and they are allowed to use only the limited set of HTML tags.

Question 32 Hard Mcq

What is the right order (by priority in use) to display page in Template Hierarchy?

Question 33 Hard Mcq

If is_admin returns true, you are logged in as an administrator?

Question 34 Hard Mcq

WordPress's requirements are modest. At minimum, which of the following standards should your server support for WordPress 3.1?

Question 35 Hard Mcq

What is the right order (by priority in use) to display category in Template Hierarchy?

Question 36 Medium Mcq

What will be the child theme of Twenty Fifteen

Question 37 Hard Mcq

What is the function to check if a user has a capability?

Question 38 Hard Mcq

XFN Stands for ________________

Question 39 Hard Mcq

For a self hosted WordPress website, where are your pictures stored by default?

Question 40 Hard Mcq

What argument do you pass to WP_Query to limit the number of posts shown on each page?

Question 41 Medium Mcq

In what folder are Plugins and Themes located?

Question 42 Hard Mcq

Which WordPress function returns difference between two timestamps in a human readable format ("1 day", "10 mins"...)?

Question 43 Hard Mcq

Which of the following actions must be fixed after importing data into WordPress?

Question 44 Hard Mcq

The following license can be obtained by the blog owner to specify what content can and cannot be taken from the site:

Question 45 Medium Mcq

Wordpress core and many plugins store data in the database in a special format as represented by the sample below. What format is this called? a:2:{i:0;s:27:"ari-adminer/ari-adminer.php";i:1;s:30:"atomic-blocks/atomicblocks.php";}

Question 46 Hard Mcq

True or false? WordPress locks you into its current version for jQuery..

Question 47 Hard Mcq

Which hook is triggered when a new post is published?

Question 48 Hard Mcq

Which of the following are true regarding Pages in WordPress?

Question 49 Hard Mcq

JavaScript variables can hold many data types. Which data type does the following variable represent? var x = "16"

Question 50 Hard Mcq

What is the difference between the functions __() and _e()?

Showing 50 of 647 questions