WordPress Test
____________ can manage their own profiles, but can do virtually nothing else in the administration area.
____________ can publish, edit, and delete posts and pages written by any user. They can upload some kinds of files, and they can write HTML without restrictions. They can manage links and categori...
_____________ 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.
A possible way to allow the display of several authors' names on one post is to ______
Are categories and tags available for pages? <b>Note:</b> Categories must have distinct slugs. Even if two categories have different parents and would therefore have different permalinks, you can'...
Can the contents of the wp-content folder be moved or renamed without changing any settings?
Conditional tags can be used to _______________________.
How can a custom content filter be added?
How can a post ID be retrieved from the permalink?
How can a user be found through its meta data?
How can a WordPress template be integrated inside a codeigniter framework using WordPress functions like wp_header,wp_footer,wp_sidebar?
How can an <li> tag's class and ID attributes be removed from menu items and page lists?
How can the Home link be disable from the Wordpress top nav?
How can the upload media panel be included in a Wordpress template/plugin?
Image size limits can be set _______________.
In order to display a widget, the user must _________________.
In which way MD5 hash does wordpress stores and represents?
Is super cache a built-in plugin of WordPress?
Meta tags can be added to WordPress pages by ________________.
On which of the following databases can WordPress be installed by default?
One possible way to collect realtime statistics about traffic on a WordPress site is:
User Level 7 converts to _________?
What are the correct steps in wordpress plugin development:
What are the database privileges that are required for WordPress?
What is Automated Testing in Wordpress?
What is the BEST way to get last inserted row ID from Wordpress database ?
What is the first action you need to take for enabling the WordPress multisite (MS) feature?
What is the first action you need to take for enabling WordPress MU feature?
What is the function of add_filter in WordPress?
What is the limitation to the depth of your categories?
What is the output of the following code? <ul id="sortable"> <li id="1">example 1</li> <li id="2">example 2</li> <li id="3">example 3</li> <li id="4">example 4</li> </ul> $(docume...
Which conditional tag checks if the dashboard or the administration panel is attempting to be displayed by returning "true' (if the URL being accessed is in the admin section) or "false" (for a fro...
Which function is used to display the name of current page in wordpress?
Which of the follow is a Wordpress alternatives for Ruby on Rails?
Which of the following actions cannot be hooked in with add_submenu_page() function?
Which of the following actions must be performed to import data from wordpress.com?
Which of the following code snippets best protects a system from SQL injections?
Which of the following code snippets can be used to create custom POST status in wordpress 3.0 +?
Which of the following code snippets is the correct way to get content from Tinymce via javascript ?
Which of the following code snippets will create plugins back-end page without showing it as menu item?
Which of the following codes will return the current plugin directory in WordPress?
Which of the following commands can change the ownership of WordPress directory to www-data (for Apache)?
Which of the following functions are used to add administration menu item in WordPress ?
Which of the following functions are used when adding CSS and jQuery codes on a WordPress plugin?
Which of the following functions can be used to create a WordPress page?
Which of the following is an example of a WordPress plugin that provides multilingual capabilities?
Which of the following is the correct code to get an array of every image uploaded to a particular post?
Which of the following is the correct sequence of steps to adapt a WordPress plugin to a multisite?
Which of the following is the correct way to add custom excerpts length identifiers in Wordpress?
Which of the following is the correct way to assign a category to a Wordpress post?
Which of the following is the correct way to filter the content for a few posts?
Which of the following is the correct way to get WordPress Post ID from the Post title?
Which of the following is the correct way to print the slug property of $firstTag object in this code snippet? $tags = wp_get_post_tags($post->ID); $firstTag = $tags[0];
Which of the following is the correct way to redirect the default login and registration page URL to a custom login and registration page URL?
Which of the following is the correct way to retrieve a featured image from a post?
Which of the following methods can be used to make permalinks SEO friendly?
Which of the following role levels has the highest privilege?
Which of the following snippets disable depreciated warnings in Wordpress like this one ? "Deprecated: Assigning the return value of new by reference is deprecated in /home//public_html/hub/wp-se...
Which of the following will call the WordPress media uploader form element?
Which of the following will correctly add custom mod rewrite rules to .htaccess from a WordPress plugin?
Which of the following will correctly load localized (translated) text for a WordPress plugin?
Which of the following will echo the base URL of a WordPress site?
Which of the following will give the option to add inline Ajax for comment posting?
Which of the following will hash a string/password to its md5 equivalent?
Which of the following will show the most recent post (by date) from a custom taxonomy?
Which of the following WordPress Multisite functions allows for getting content from one blog and display it on another?
Which of the functions below is required to create a new taxonomy?
Which PHP method(s) can be used to send form data that is persistent across succeeding page views (such as for a language selection feature) in WordPress?
WordPress's requirements are modest. At minimum, which of the following standards should your server support for WordPress 3.1?
You can limit the number of revisions WordPress stores by _____ <b>Note:</b> Categories must have distinct slugs. Even if two categories have different parents and would therefore have different p...

How do you enable debug mode in WP?

Which of the following is not a default image size in WP?

What is the name of table in database which stores custom fields data?

Which concept does WordPress uses to control user access to different features?

What can the Contributor role do?

How do you enable the Network Setup menu item(enable Multisite) in Wordpress?

What is User Management?

How to style each list item background of the wordpress navigation seperately.

What are WordPress hooks?

If you need to store information temporarily, which WordPress system would you use:

Which one of the following files is located in the root of your WordPress installation directory and contains your website's setup details, such as database connection info?

Which of the following is not a default user role in WP?

Which constant is NOT recognized in wp-config.php?

Which WP global object is used to execute custom database queries?

Select all the default taxonomies in WordPress.

What is a permalink?

Pick the correct default Post Types readily available to users or internally used by the WordPress installation.

Is it possible to create posts programmatically?

What is the default table prefix in WP?

What WordPress function would you use to retrieve the name of the current action?

Which of the following is true about wp_mail() function?

How you can create a static page with WordPress?

Which of the following is the correct way to register shortcode?

How to get all existing tags outside the loop in Wordpress?

Which HTML tags are not allowed to be used in a post comment?

What does wp_rand() function?