Friday, April 3, 2015

Elance Wordpress Test Answers ( Part 1 ) 2015

WordPress is written in:
PHP
Python
Ruby
Java
Which conditional statement checks to see if the current user is a Super Admin?
is_admin_user()
is_super_admin()
is_super_admin_user()
is_admin()
What is a helpful function for including translated javascript objects?
localized_js();
localize_script();
wp_localize_script()
wp_translate_js();
Wordpress allows Two Step Authentication
True
false
According to WordPress PHP Coding Standards, what kind of PHP tags are allowed?
Full and short PHP tags (i.e. both <?php ?> and <? ?>)
Full, short and ASP-like tags (i.e. <?php ?> , <? ?>, <% %> )
Full PHP tags only (i.e. <?php ?>)
How do you schedule a post for later publishing?
Change your post's status to Pending Review and click on the calendar.
Click the preview button and edit the date on the preview page.
Click "Edit" next to "Publish Immediately," select a time, then click OK. Then click "Schedule."
Type the time you wish the post to go live into the first line of the body of your post.
Click the tiny calendar icon next to "Publish Immediately."
Which of the following is a valid permalink format?
/posts/%post_id%/
All are valid
/%year%/%postname%/
/%postname%/
/%year%/%monthnum%/%day%/%postname%/
What is the WordPress Codex?
An encyclopedia of WordPress knowledge
The required password to access the WordPress Dashboard
Encrypted codes used for template design
The name of a plugin used to enhance your template
WordPress.com is a service which
allows you to have unlimited weblogs under a single account.
allows you to set up a blog for free.
is the administration location of the provider of platform software.
is where you will find all the answers to your technical questions.
What is required to activate Akismet in WP?
The last four digits of your WordPress.org password
Your email address
An Akismet API Key
Your Akismet username and password
Your WordPress.com account username
True or false? Plugins are compatible with each other at all times.
False
True
What can widgets do with supported themes?
Spell check your blog posts
Change the colors and fonts of the theme
Add content to your sidebars
Place videos in the body of your posts
Can you migrate your WordPress.com blog to your own hosted website?
You really shouldn't do this at all.
No, this is not allowed as per the terms of service on WordPress.com
Yes, but you have to purchase and syncronizer plugin
Yes, but you need to export the content and re-import it to your website
How much would it cost to get your own copy of the WordPress source code?
It's free for WordPress.com users but unavailable to everyone else
$199.99
$299.00
Nothing, they give it away for free.
$40.00
WordPress began as a publishing platform for:
Blogs
Web applications
Newspaper sites
Business homepages
HTML knowledge is required to install a WordPress theme.
True
False
Which of the following can you download and use to extend the native WordPress functionality?
add-ons
sparks
hooks
plugins
What is the name of the first page you encounter after logging into your web page?
Dashboard
Security question page
WP upgrade option
WPAdmin
What is the file that WordPress edits (or you can edit yourself) when installing WordPress?
The wp-installation.php file
The wp-database-settings.php file
The wp-login-information.php file
The wp-config.php file
The wp-installer.php file
When upgrading to a newer version of WordPress, you should check with your web host to ensure the following minimum required versions of these exist:
WinZip and MySQL
PHP and MySQL
PHP and FTP
PHP and SSH (Secure Shell Access)
Is it possible to add a full-featured security plugin to your WordPress installation?
No
Not Sure
Yes
Before you upgrade WordPress, what is the most important task you must perform?
install Askimet
ensure the new version ends with ".2"
backup your database
ensure your WP account is paid
What is the name of comment spam prevention plugin that comes default with WordPress?
Curecomment
Intense Debate
Disqus
Jetpack
Akismet
Items in WordPress sidebars are generally called:
Blocks
Widgets
Content Areas
Content Zones
You can build your WordPress site in your own language?
True
False
How can you get involved with WordPress?
Attend Word Camp
Edit the Codex (documentation)
Help in the Forums
All of these
Submit a bug report
How do you install a WordPress theme on your site?
Copy and paste the source code into a blog entry
Themes are not applicable to WordPress
Upload the source code to your server
Upload the theme in /wp-content/themes/
How can you install a widget on your blog?
Copy and paste the code for a widget into your blog
Upload a file with the code for the widget onto your server
Go to “widgets” in Appearance, browse available widgets and install them
The server programmer must add it for you
Can you unschedule an event from WP cron, if the event has been created by another plugin?
No
Yes
How do you speed up the load time of your Wordpress website?
Compress images before uploading.
All of these
Use a Content Delivery Network.
Minimize plugin installation.
Minimize CSS.
True Or False ? is it possible to disable WordPress autosave function?
False
True
What software stack does WordPress require to operate correctly?
PHP, MySQL and Memcached
Python, MySQL and nginx
PHP, MySQL, and a web server
Ruby, MySQL, and Apache
In WordPress, what is the user role with the highest privilege level?
Administrator
Author
Editor
Contributor
Of the following, which is a page in the administrative area of WordPress?
Dashter
Codex Control
Dashboard
None of these
What database table prefix is default for a Wordpress Installation?
tb_
wp_
wordp_
bl_
db_
How is WordPress licensed?
Wadalab Fonts License (Wadalab)
SIL Open Font License (OFL)
Bitstream Vera License (Bitstream Vera)
GNU General Public License (GPL)
Liberation Font License (Liberation)
WordPress is a:
Coded Content Silo
Content Production Developer
Customer Relationship Manager
Content Management System
What considerations should you make when using WordPress for a high-traffic site?
All of these
Make sure your host or hardware/network can handle the traffic
Determine what size of files you will be hosting and plan accordingly
How much time do you have to edit a post after publishing?
5 minutes
1 hour
15 minutes
24 hours
Posts can be edited at any time.
WordPress requires which of the following?
A server with Ruby on Rails
A server with a lot of help from your neighbors
A server with PHP and MySQL
A server with PHP and PostgreSQL
A server with Perl and MySQL
Which relational database does WordPress use?
MySQL
Oracle
PostgresSQL
MS SQLServer
You can easily add functionality to your WordPress blog by adding a:
Tool
Adapter
Plug-in
Apps
Where can you change your blog title?
You need to change core code
You cant change the blog title
From the widget
Upgrade the wordpress.org
Under the "Settings > General" screen within the WordPress admin
When you use custom CSS to lay out your site, you can:
Text-wrap around an image
Add borders and captions
Use image styles
All of these
WordPress is an example of what type of software?
Windows
Open Source
Proprietary
Linux
How many authors can you have on your WordPress blog?
1
2
10
Unlimited
100
How do you deactivate a plugin?
Plugins cannot be deactivated
Your site moderator must deactivate it for you
On the Plugins menu, select the plugin and click Deactivate
Delete the source code for the plugin from your server
What is the default WordPress admin url?
/admin
/wp-admin
/manage
/wp-manage
True or False? Wordpress.org's software is free.
False
True
You can post to WordPress from iOS, Android, Blackberry, Windows Phone 7, and WebOS phones.
False
True
I am backing up my WordPress website. At a minimum, I need to make copies of:
The database and wp-content folder.
The wp-content folder.
Can you add custom meta boxes to the post editor page?
No
Yes
Is it possible to hide wordpress header info?
Yes
No.
What is the name of the most famous WordPress plugin?
Hello Manny
Hello Dolly
Hello Sally
Hello Kelly
WordPress is written in what programming language?
Python
Ruby on Rails
PHP
Java
Perl
How much does it costs to host your plugin in WordPress plugin directory?
$4.99/year
$2.99/year
$1,000 Plugin Submission and Approval Fee
$10.99/year
Free
What is the maximum number of blogs that can be created in a WordPress network?
10
Unlimited
25
3000
100
WordPress is open source software.
True
False
True or False? WordPress is open source.
True
False
This filter is used by WP to minimize spam content:
Askimo
Eskimo
Scramble
Akismet
When you install a theme, where will the theme will be saved?
wp-includes
wp-admin
wp-root
wp-content
wp-config
How can you add an image to your blog entry?
You can't add an image to blog entries in WordPress
Upload the image to your server
Click "add an image" and enter the URL of the image, or upload an image from your computer
Email the image to your server moderator and ask them to post it
In what folder are Plugins and Themes located?
wp-admin/
wp-includes/
wp-common/
wp-content/
wp-extensions/
WordPress Widgets are designed to do the following:
simplify the arrangement of the various elements of your sidebar content, without code changes
works in conjunction with plugins to ensure a more secure site
allows for easier uploading of content onto your home page
aid navigation through the web to find similar content to yours
What is the key to solid WordPress SEO?
Relevant content
Minimal duplicate content
All of these
Backlinks and permalinks
What is another term for "HTML editor" within WordPress?
StepUp Effects
Visual Effects
Loop Editor
Text Editor
The sections of information that you can visually drag into your sidebar / footer are called?
Chunks
Excerpts
Widgets
Plugins
Gremlins
Standard post URLs like /index.php?p=76 can be replaced via:
Plugins
Jetpack
my-hacks.php
Permalinks
Core File Hacks
What are tools to extend the functionality of WordPress?
Modules
Blocks
Components
Themes
Plugins
Once you have entered your content onto your blog and completed final edits, what button do you activate to send it live?
Submit
Enter
Go
Publish
How do you post a new blog entry?
Click “new post” on the main site
Click “blog info” on the main site
Click “My dashboard” on the main site
Email your entry to the WordPress moderators to have them post it
Where can you edit your permalink settings?
Settings - Privacy
Settings - General
Settings - Permalinks
Settings - Reading
New themes can be chosen from which Dashboard section?
Plugins
Settings
Widgets
Jetpack
Appearance
How would you troubleshoot the error message: "Database not connected."?
You change the username in phpMyAdmin
None of these
You check functions.php
You check style.css
Check the database name, user and password in wp-config.php
Does WordPress have a built-in url rewrite engine?
Yes
No, and there's no way because it is useless
No, you need a SEO plug-in
When you install a theme, where will the theme files be stored?
wp-admin
wp-content
wp-config
wp-root
wp-includes
How can you display an RSS feed in your blog?
RSS feeds cannot be enabled
RSS feeds do not work with WordPress
Approve the feed link in Remote Content
Add the RSS widget to your sidebar
If you forget your admin password, you should try this first:
Contact WordPress support
Call 1-800-WordPress
Click lost password
Check the support blog
Your blog's timezone can be set via which Dashboard section?
Jetpack
Settings -> General
Posts
Settings -> Reading
Settings -> Writing
WordPress can only be used as a blog.
False
True
True or False: The $wpdb object can be used to read data from any table in the WordPress database (such as custom plugin tables), not just the standard tables that WordPress creates.
true
false
How do you change the date display format in WordPress posts?
Enter a sample date using Jan 1 1900 as a placeholder
It's controlled by the theme, so check theme settings
Install the Date Modifier plugin
Change the format under General Settings
How do you format text in your blog entry?
Copy and paste the formatted text from a word processing program
Use raw html to format the text after clicking the HTML tab or use the rich text editor to format the text
There is no way to format text in blog entries
One of the following is required in a child theme. What is it?
widget.php
style.css
functions.php
sidebar.php
On a default configuration of self-hosted WordPress, which one of these lets me login to manage the site?
/admin
/wordpress.com
/letmein
/login
/wp-login.php
WordPress is powered by the content management platform Drupal.
True
False
There can only be one loop in a template.
True
False
Which license is WordPress available under?
Proprietary
Other
GPL v2
BSD
Apache
True or False: You can replace JavaScript libraries included with Wordpress.
False
True
Where should you go to download the latest version of WordPress?
GoDaddy
WordPress.com
WordPress.org
WP.org
How can you add a plugin to your WordPress site?
The server administrator must add the plugin for you
In the navigation menu, choose “add new” under plugins
In the navigation menu, choose “edit plugins” under plugins
WordPress doesn't support plugins
Which function should you use to send an e-mail from within WordPress?
imap_send
mail
wp_mail
smtp_send
WordPress plugins might also be referred to as:
extras
additions
add-ons or extensions
fillers
Wordpress is used by major companies such as People Magazine and CNN
True
False
WordPress is only available to web hosting companies and/or domain registrars.
True
Not Sure
Maybe
False
Who Knows
What are categories?
They work just like tags
Wordpress blogs do not have categories
They allow you to organize your blog by subject
Labels applicable to other bloggers
What is a theme in WordPress?
The combined design and messaging statements in your site that drive the user to a specific 'call to action'
A plugin that extends the functionality of a WordPress site
A set of files that work together to create the design and functionality of a WordPress site
A color scheme
Which of the following theme features are required in order to submit themes to the WordPress Theme Directory?
All listed
Support Widgets
Automatic Feed Links
Comments
When you use the "Export" feature of WordPress, it creates a ______ file which can then be imported to retrieve all posts, pages, comments, custom fields, categories, and tags.
JPEG
XML
RSS
JSON
What default user role is required to activate a new theme?
Contributor
Author
Administrator
Editor
Subscriber
What is the WordPress.com tag line?
A better way to blog
Freshly pressed
WordPress is the best
Themes can add which of the following to WordPress?
Additional CMS capabilities
Functionality
Settings
All of these
Design
What are the registered user roles?
Viewer, commentator, author, guest, subscriber
Subscriber, contributor, author, editor, administrator
Visitor, user, contributor, blogger, lurker
When registering a new post type if you set public => true, then your post type will be
available for selection in navigation menus.
visible in search results.
visible in the admin interface.
visible publicly in the front-end.
All of these
Do new versions of WP provide support for automatic upgrades of itself?
Yes
No
When you install a plugin, where will the plugin be saved?
wp-includes
wp-content
wp-admin
wp-config
wp-root
What is the correct casing of wordpress?
Wordpress
wordPress
WordpRess
wordpress
WordPress
When you need to access your WP Dashboard, which URL do you use?
www.yourdomain.com/admin/wp-admin
www.yourdomain.com/wp/dashboard
www.yourdomain.com/admin-wp
www.yourdomain.com/wp-admin
How do you edit your WordPress profile?
Go to "My blog"
Click “Edit profile” under the My Account dropdown menu
Click “My dashboard”
Profiles are only editable at registration
From which of the following blog sites does WordPress provide the feature to import posts?
Tumblr
Technorati
LiveJournal
Blogger
True or False? A standard WordPress installation can be set to require an administrator to always approve a comment without a plugin.
True
False
How do you add a shortcode?
Using the add_shortcode function
Modifying shortcodes.xml in the theme folder
Using the the_shortcodes filter
From Settings->Writing in the admin
Which line of code would you add to your wp-config.php file to enable the WP_DEBUG feature?
define('WP_DEBUG',true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG', false);
WordPress displays in US English by default, but is capable of being used with
all languages within North America and Asia
any language
UK, Canadian, Australian and US English
all languages that do not contain accents and symbols
You cannot use WordPress on
Local machine
A hosted server
WordPress.com
MySpace
Which of the following is not a required file in a WordPress Theme?
style.css
index.php
sidebar.php
With default settings, what's the first step in configuring WordPress Multisite?
Download the MU version of WordPress
Set WP_ALLOW_MULTISITE to true in wp-config.php
Browse to Tools > Create a Network in the admin area
Change the wpmu_enabled php.ini directive to true
post, page, attachment, revision and nav_menu_item are all reserved post types?
false
true
Which is the necessary file if you need to create a child theme?
index.html
style.css
page.php
single.php
index.php
What is the name of WP_Query pagination parameter used to limit posts shown per page?
total
posts_per_page
limit
per_page
In WordPress, how do you make (1) static page the "Home Page" of your website?
Create a file "home.php" in your theme folder.
Admin Panel of your Theme
"Settings -> Reading -> Set Front Page"
On the Page Editor you wish to make the default home page
In which table is a user's display_name stored?
wp_options
wp_usermeta
wp_users
What is a tag?
A WordPress-based game of Tig
A label that identifies different bloggers
A searchable label for blog entries
A Wordpress function similar to Facebook's “poke”
What do WordPress users commonly use to skin their blogs?
Codex
Templates
Themes
Data and photos
What's the difference between WordPress.com and WordPress.org?
That's a trick question - there is no difference they both lead to the same website.
WordPress.com offers a free hosting service for WordPress blogs, WordPress.org offers downloads of the free software for self hosting.
WordPress.org is a non-profit book printing service WordPress.com is a blogging platform.
WordPress.com is a place to buy teeshirts, WordPress.org is a free place to put your blog.
What filters out your comment and track-back spam?
WPAntiSpam
all external virus software
Akismet
WPSecurity
When WordPress is installed, it comes with which two of the following plugins?
Akismet and TinyMCE
myEASYbackup and Hello Dolly
Akismet and Hello Dolly
Jetpack and BuddyPress
All of your uploaded photographs can be viewed from which top-level Dashboard section?
Jetpack
Media
Library
Images
Appearance
When used in a post or page, the tag [button] is an example of what?
DRY Markup
BBC
Shortcode
Textile
XML
Where can "Widgets" be found on the WP Dashboard?
All of these
Tools > Widgets
Appearance > Widgets
Plugins > Widgets
True or false? wp_enqueue_scripts is the proper hook to use when enqueuing items that are meant to appear on the front end, but despite the name, it is used for enqueueing both scripts and styles.
False
True
A self-hosted WordPress website is totally hacker-proof.
Only if WordPress core files haven't been updated
Never
Only when wp-config.php hasn't been deleted
Only if the theme hasn't been updated
Which of the following is preferable for loading a template part other than header, sidebar, or footer?
include()
include_once()
require()
get_template_part()
include_part()
When you install a plugin, in what directory will the plugin code be stored?
wp-admin
wp-config
wp-includes
wp-content
wp-root
Where can you make functional edits to your WordPress theme without adding plugins?
functions.php
index.php
wp-install.php
wp-config.php
What is the default role for the user created during the WordPress "5-minute install" process?
Administrator
Subscriber
Contributor
Author
Editor
Which media type is not allowed to be uploaded by default in a WordPress multi-site?
bmp
jpg
gif
png
How is Wordpress licensed?
GNU General Public License
Common Public License
Apache License
Mozilla Public License
W3C Software Notice and License
What is Akismet?
A standard spam and comment management plugin that has been featured since WordPress 2.0
Akismet is not a plugin
Akismet does not have anything to do with WordPress
A spam and comment management plugin that must be installed from an external source
You can export and import your blog from which Dashboard section?
Tools
Appearance
Users
Posts
Who is responsible for backing up your WordPress installation?
Automattic, Inc.
You
Matt Mullenweg
Your hosting provider
WordPress.com
What are the two parts to backing up your WordPress site?
database and files
plugins and widgets
files and plugins
database and templates
If you want to create a custom WP loop without affecting the original query, you would use which of the following?
rewind_posts();
$wp_query = clone $temp_query;
$my_query = new WP_Query();
$my_query = $do_not_duplicate;
True or False? WordPress plugins and themes can be only released via wordpress.org
True
False
Which WordPress function do you need to use to send users to another URL?
redirect_user
auth_redirect
redirect
send_to_url
wp_redirect
When designing for mobile devices, it is best to:
Not specify measurements because there are so many different models and sizes
Use percentage measurements for formatting to adjust dynamically
Use fixed measurements to accommodate the smaller screens
A user with the level of Contributor can adjust your site settings.
False
True
Which of the following files must be deleted after installing WordPress?
None of the above. No need to delete any files
wp-admin/install.php
installation.php
install.php
In the "Add New Post" screen, you have a choice of two editors to use. What are they?
Rich Text and Poor Text
CSS and HTML
Visual and Non-Visual
Visual and HTML
Rich Text and Code
Where can you find plugins for combating comment spam?
Official WordPress Plugin Directory
Official Anti-Spam plugin
Official WordPress Codex
Official Norton Web Site
By default, who does not have the "edit_published_posts" capability?
Author
Contributor
Editor
Administrator
How can WordPress be hosted?
Neither of these
On the free WordPress.com platform
Both of these
On your own server
In order to extend or enhance the core functionality of a blog, which of the following might you use?
Plugins
RSS Feed
Security Software
Dashboard
To move a WordPress blog from one server to another you first need to
backup the database
backup the database and wp-config.php
backup the Wordpress directory
backup your WordPress directory, images, plugins, and other files on your site as well as the database
backup the wp-content directory
What is a WordPress Theme Framework?
A standard development agreement between two or more theme developers.
A code library or starter theme used to facilitate development of custom WordPress themes
A set of functions to identify DIV and SPAN elements in a theme
A package of security improvements, via plugin or embedded in a custom theme.
if ( have_posts() ) { while ( have_posts() ) { the_post(); } } This is best described as a(n):
WordPress posts loop
Roasted loop
single.php
Incorrect code
Sidebar widget code
How do you add a function to a filter hook?
do_filter_hook
run_filter_hook
run_filters
execute_filters
add_filters
Which of the following is a good reason to delete the admin account?
For better functionality
To enhance performance
Because it is not necessary
To enhance security
For a self hosted WordPress website, where are your pictures stored by default?
/wp-content/themes/uploads/
/wp-includes/uploads/
/wp-content/uploads/
/wp-admin/uploads/
In which table is a user's email address stored in a default WordPress installation?
wp_users
wp_options
wp_usermeta
wp_posts
This is a simple set of functions for creating macro codes that let you embed options to install a contact form, blog archive index, images, videos, or audio
Coders
Shortcuts
Sharpcodes
Shortcode API
WordPress is licensed under which of the following?
Public Forum
Copyright Matt Mullenweg
Public Domain
GPLv2
Creative Commons
WordPress is free and licensed under
GPL
GLP
LPGA
GLU
Which function should you use to retrieve the contents of a remote file?
fsockopen
fopen
file_get_contents
curl_exec
wp_remote_get
Expert WordPress users often share their insight and knowledge by publishing help articles here.
TechiesKnowItAll
WPSmarties
WPCoder
CapitalP
The Codex
Who can see password protected posts without knowing the password?
Author
Editor
Editor and Admin
None of these
Subscriber
What constant can you set to control the number of post revisions WordPress keeps?
None, you can't control the amount of post revisions WordPress keeps.
WP_POST_REVISIONS
WPPOSTREVISIONS
POST_REVISIONS
POSTREVISIONS
What are basically defined as "a way to 'skin' your weblog."
Plugins
Filters
Tempates
Skins
Themes
If you want to be allowed to access wp-admin/maint/ what do you need to do first?
Define WP_INSTALLING somewhere in WordPress.
Edit wp-config.php file and set WP_ALLOW_REPAIR to true
Create an empty file called .maintenance in the webroot.
The WordPress default theme consists of the following items:
header, footer, RSS feed, comments
header, footer, plugins, comments
header, sidebar menu, post, footer
header, footer, page number,
When adding a link to your blog, what is necessary for optimal search engine optimization and user friendly experience?
clean URL
clean content
clear concepts
clean themes
WordPress Documentation is in...
The README file.
The WordPress website.
The WordPress Forums.
The WordPress Codex.
Which function should be used to include header.php template file?
wp_header
get_header
the_header
return_header
When displaying a URL inside an anchor tag (<a>), which function should be used to escape the URL before displaying it?
esc_url()
esc_js()
attribute_escape()
esc_attr()
esc_html()
WordPress can import from which blogging platforms?
Movable Type
b2
Tumblr
Blogger
All listed platforms
By adding define('WP_POST_REVISIONS', 3); to your wp-config.php file, you are effectively:
Removing post revisions all together
Limiting post revisions to the last 3
Re-enabling post revisions that a plugin has disabled
Limiting the characters in post revisions to 3 or less
What type of installation allows for multiple WordPress Sites/Blogs on one WordPress Installation?
Manysite
Manyblog
Multisite
Multiuser
Multiblog
Template file sidebar.php must be included in every theme
False
True
What is the safest way to customize the look and functionality of your site without losing the changes on updates?
make certain changes in core WordPress files.
create a child theme with style.css and functions.php.
use a customization plugin.
add a special function in functions.php.
edit the theme's style.css.
WordPress allows access to a portable core. This implies
you can utilize your public domain as well as store WP related files and directory tree in the WP domain
you can take WP mobile to all social media sites
you can use WP from all Ethernet ports to fill your entire weblog
you can remove the content without your clients knowing
What is the recommended method for including the 'header.php' file within your theme's template files?
get_header()
wp_head()
get_head()
wp_header()
What function would you use to check if a plugin is currently active?
plugin_is_currently_active()
is_plugin_active()
plugin_activated()
plugin_is_active()
plugin_active()
The default user role for new user registration
Administrator
Contributor
Subscriber
Author
Editor
What feature allows you to attach additional non-standard information to posts?
RSS feeds
Permalinks
Custom Fields
Bookmarks
Pings
What is the default comment setting?
Only registered users can comment
Allow people to post comments
Only bloggers on your blogroll can comment
Comments are not allowed
Who is eligible to contribute to the continually growing number of templates and plugins offered by WordPress?
web technicians
anyone
WP admin
pro bloggers
Does WordPress have official unit tests?
Yes
No
Only approved beta testers can install a development version of WordPress.
False
True
What is the default user role?
Editor
Contributor
Author
Subscriber
How do you change which page displays on the home page of your site?
Edit the Reading Settings.
Make a post "Sticky."
Create a new page called "Home."
Choose a different page template.
What is the recommended method for including the 'footer.php' file within your theme's template files?
get_footer()
include 'footer.php'
wp_footer()
require 'footer.php'
Which of the following are needed to install WordPress 2.5.1?
(none of these)
Dreamweaver
web server
Plugin
The number of posts displayed on the index page is typically set via which Dashboard section?
Posts
Jetpack
Settings -> Writing
Appearance
Settings -> Reading
This code remove_action('wp_head', 'wp_generator'); to remove WP generator meta tag. In which file should you place this code?
header.php
home.php
page.php
footer.php
functions.php
These are provided in the Plugin API and enable your plugin to call functions at specific times during the loading of WP.
pegs
auto loaders
hooks
references
Under WordPress Coding Standards, you should NEVER use shorthand PHP start tags and always use full PHP tags.
False
True
"attachment" is a post type?
true
false

No comments:

Post a Comment