Wordpress - IT & Programming
Practice questions to test your knowledge and improve your understanding.
Which of the following functions does NOT output a list of WordPress pages?
Who is responsible for backing up your WordPress installation?
Which file would you create/modify in your theme to customize a search form?
How do you install a WordPress theme on your site?
If you wanted to debug some JavaScript, which method would you use to display data in your browser console?
Which one is NOT a transient time constant?
Which template tag should you use to output the post title inside the loop?
What is the name of the open-source project that serves as a bug tracker and project management tool for WordPress?
Which of the following is a valid permalink format?
You can move the wp-content folder elsewhere adding _____ in wp-config.php
An AJAX action registered within WordPress can be accessed directly without performing a JavaScript-driven AJAX call.
Which of these are the minimum files required to make a child theme?
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?
What constant can you set to control the number of post revisions WordPress keeps?
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?
WordPress displays in US English by default, but is capable of being used with
When registering a new post type if you set public => true, then your post type will be
What is the function used to create dashboard widgets?
Which one of the following WordPress functions doesn't exist?
WordPress began as a publishing platform for:
What are the registered user roles?
When constructing a URL with query parameters (?test=1, for example), what is the correct expression to add the query parameters to the URL?
Who owns the trademark for WordPress and WordCamp names and logos?
N a standard template file, how often does the WordPress Loop run?
Given the following line of code: remove_filter( 'the_content', 'capital_P_dangit', 11 ) what does the third argument (11) mean?
Expert WordPress users often share their insight and knowledge by publishing help articles here.
Template file sidebar.php must be included in every theme
What do we need to do in order to create a widget?
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?
Do new versions of WP provide support for automatic upgrades of itself?
_____________ 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.
What is the right order (by priority in use) to display page in Template Hierarchy?
If is_admin returns true, you are logged in as an administrator?
WordPress's requirements are modest. At minimum, which of the following standards should your server support for WordPress 3.1?
What is the right order (by priority in use) to display category in Template Hierarchy?
What will be the child theme of Twenty Fifteen
What is the function to check if a user has a capability?
XFN Stands for ________________
For a self hosted WordPress website, where are your pictures stored by default?
What argument do you pass to WP_Query to limit the number of posts shown on each page?
In what folder are Plugins and Themes located?
Which WordPress function returns difference between two timestamps in a human readable format ("1 day", "10 mins"...)?
Which of the following actions must be fixed after importing data into WordPress?
The following license can be obtained by the blog owner to specify what content can and cannot be taken from the site:
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";}
True or false? WordPress locks you into its current version for jQuery..
Which hook is triggered when a new post is published?
Which of the following are true regarding Pages in WordPress?
JavaScript variables can hold many data types. Which data type does the following variable represent? var x = "16"
What is the difference between the functions __() and _e()?