Friday, October 4, 2013

oDesk Knowledge of Wordpress 3.0 Skills Test Answers


One possible way to collect real-time statistics about traffic to a WordPress site is to:

b. use a plug-in.


Which of the following functions is required to create a new taxonomy?

b. register_taxonomy


____________ can do anything in the WordPress administration area: write, edit, and delete posts, pages, links, and comments; upload media files of any type; import content; manage the Dashboard; create, edit, and delete other users; enable and configure plugins and themes; change the site's theme; and manage all the available options.

e. Administrators


In order to display a widget, the user must ______________.

b. drag the desired widget to the side bar


Can you create a specific theme file for a custom content type?

a. Yes


Is the functions.php file required in each theme?

a. Yes


After moving a WordPress site to a new host, you change your site's URL. Do you have to update your posts and pages to correct paths to your uploaded media files?

b. No


Which of the following methods is required to post HTML code for others to read?

d. None of the above: WordPress auto-replaces special characters with substituted characters.


Which of the following categories of persons can read a post locked by password?

b. Registered users who know a password.


What is the correct order of template files (from highest to lowest priority) to display a tag according to the Template Hierarchy?

c. tag -{slug}.php, tag -{id}.php, tag.php, archive.php, index.php


Conditional tags can be used to _______________.

c. change the content to be displayed


Which of the following statements regarding permalinks on a WordPress site is true?

b. Permalinks are optional but highly recommended.


Which user level has the highest privilege?

b. Level_10


Are categories and tags NOT available for pages?

a. Yes


Is super cache a built-in plugin of WordPress?

a. Yes


Can a post belong to more than one category?

a. Yes


Which of the following actions must be performed before enabling the Network feature?

b. Deactive your plugins.


One possible way to install WordPress in your language is to _______________.

a. manually install the language package or translate as necessary


Can you set individual password for each post?

a. Yes


Can you move your wp-content folder elsewhere or rename it to something else without changing any settings?

a. Yes


Super Cache compression can cause problems if your server _______

c. is already compressing output using mod_deflate (in Apache) or PHP compression (zlib) .


How can a logo be placed on a WordPress header?

a. By manually adding the logo to the source code.


Which of the following files are required for completing your theme?

c. Index.php and style.css


Which of the following methods can be used to enable posting via e-mail?

b. Configuring the feature in admin settings.


The date/time format of a WordPress site can be changed in _____________.

b. admin settings


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

e. Administrators


Can you Override database values for your site URLs in wp-config.php?

a. Yes


What is the limitation to the depth of your categories?

c. There is no limit to depth.


Can you import content from Joomla or Mambo site into WordPress?

a. Yes


Is it possible to run more than one site/blog from a single installation of WordPress?

a. Yes


_________ is a good way to improve the performance of a WordPress blog.

c. Installing the "wp super cache" plug-in


How many built-in user roles does WordPress have?

d. 6


Which of the following methods can be used to eliminate spam?

e. Using the wp-captcha-free plug-in and Using the askimet plug-in


Which of the following blog sites can be imported into WordPress?

b. Yahoo blog


From which version of WordPress can you choose your username during the installation process?

c. 3.0


Which of following action must be performed before using Akismet Plugin?

c. Create an account for this plug-in on your own site.


The WordPress Loop can be used ____________.

b. to display every post


Image size limits can be set _______________.

c. in the admin settings


Which of the following theme files can be used to customize the "page not found error" error page?

b. 404.php


What is the first action you need to take for enabling the WordPress MU feature?

c. Add this code to wp-config.php file: define( 'WP_ALLOW_MULTISITE', true );


Can users change their avatars on the profile settings panel?

a. Yes


User Level 3 converts to ...

c. Editor


Can you import content from static HTML files into WordPress?

b. No


On which of the following databases can WordPress be installed by default?

a. MySQL


Does an author have the capability to create a category?

b. No


Which of the following data can you import from a Blogger site?

b. Posts, comments and categories


Using ____________is a good way to ensure that a WordPress site is indexed by search engines.

b. robot.txt


Which of the following actions must be performed to import data from WordPress.com?

c. Login to Wordpress.com, then export data using the export tool, and import an exported XML file to your site.


You want to schedule a backup of your site database but do not have enough permissions to access your host. Which of the following choices can help you perform this task?

b. Install "wp database backup" plug-in.


Which of the following actions must be performed before enabling the Network feature?

b. Deactivate your plugins.


Which of the following methods is required to post HTML code for others to read?

c. Using the
 tag.


Which task must be performed to add a favicon icon to your site?

e. Upload a favicon icon to your site and Add a favicon icon link to the theme's header file or update the existing favicon icon link to the new one.


_________ can write their own posts but cannot publish or delete them. Their HTML is limited to the set of allowed tags and they cannot upload media files.

c. Editors


What is the name of the theme file for a page with id '3'?

b. page-3.php


What is the correct order of template files (from highest to lowest priority) to display taxonomies according to the Template Hierarchy?

b. taxonomy -{taxonomy}-{term}.php, taxonomy-{taxonomy}.php, taxonomy.php, archive.php, index.php


Can you add extra fields to user's profiles (such as birthday, birth year,...)?

a. Yes


You can limit the number of revisions WordPress stores by _________.

a. adding the following line to your wp-config.php file: define('WP_POST_REVISIONS', 3);


In which of the following ways can a redirect feature be added to a permalink?

d. By using a plug-in and By changing the config file.


'Slug' has a higher priority for use than 'id' in the Template Hierarchy?

a. Yes


One way to get posts from a specific day is to ____________.

b. use the query_posts loop in the source code


What is the correct order of template files (from highest to lowest priority) to display a page according to the Template Hierarchy?

d. page-{slug}.php, page-{id}.php, page.php, 404.php


In which version of WordPress were custom taxonomies introduced?

a. 2.3


Which of the following files must be deleted after installing WordPress?

a. wp-admin/install.php
b. install.php
c. installation.php
d. None of the above


Which of the following actions must be performed before upgrading WordPress?

a. Back up the site.
b. Ensure that the database username registered with WordPress has permission to create, modify, and delete database tables.
c. Deactivate plug-ins.
d. Enable FTP on the site.
e. a, c, and d


Where can Google Adsense be integrated into a WordPress blog?

c. Anywhere.


What is the name of the theme file for a page with slug 'about'?

b. page-about.php


User Level 1 converts to ...

a. Contributor


__________ can publish, edit, and delete posts and pages written by any user. They can upload some kinds of files, and write HTML without restrictions. They can manage links and categories, and moderate comments. Editors and administrators are also the only users allowed to read private posts and pages.

e. Administrators


__________ can manage their own profiles, but can do virtually nothing else in the administration area.

d. Subscribers


Can you move your wp-config.php file to the parent directory without changing any settings?

a. Yes


Which of the following actions should you perform to move your site from "/wordpress" to "/blog/wordpress"?

c. Update the database.


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

a. Link URLs
b. Paths to Linked Files
c. Truncated or Garbled Content
d. All of the above


User Level 10 converts to ...

e. Administrator


How can the use of html code in comments be disabled?

b. By disabling the feature in admin settings.


Can you set the same slug for two categories that have different parents?

a. Yes


Which of the following methods can be used to make permalinks SEO friendly?

d. Configuring the feature in the admin settings.


User Level 0 converts to ...

d. Subscriber


From which version of WordPress can you choose your username during the installation process?

a. 2.7


Meta tags can be added to WordPress pages by ________________.

b. adding them to the header.php file


Which of the following tasks should be performed before installing any widget?

c. Verify that your WordPress theme is widget-ready.


What is the correct order of template files (from highest to lowest priority) to display a category according to the Template Hierarchy?

c. category -{slug}.php, category-{id}.php, category.php, archive.php, index.php


One way to make a WordPress page title more SEO friendly is to ____________.

c. change the title tag in header.php to something like "blog name »» category »» post name"


One possible way to allow the display of several authors' names on one post is to ___________.

b. change the admin settings


A taxonomy is a ____________.

c. group of terms


The "function_exists()" function can be used to check whether a plug-in is activated or not.

b. False


The parameter 'Slug' has a higher priority than the parameter 'id' in the Template Hierarchy?

a. Yes
b. No


To manually make the sidebar widget-ready, the user must ____________.

a.modify the sidebar.php file
b.enable it in the admin settings
c.change the index.php file