Wordpress MCQ Question and Answer
![]() |
| wordpress-youngheart.tk |
1) In wordpress,The site title and URLs s of the site can be changes from the settings “__________” menu.
a) Readingb) General c) Discussiond) Writing
2) Posting by e-mail in wordpress is possible, but somewhat limited.
a) True
b) False
3) In wordpress,The “Reading” settings determine how your posts appear to your visitors.
a) True
b) False
4) In wordpress by default pages show _________ posts.
a) 5
b) 10
c) 15
d) 20
5) In wordpress,“Front page displays” : can show posts using :
a) your latest posts
b) a static page
c) a and b
d) none
In wordpress,Two default plugins are:
- Hello dolly and bye dolly
- Akismet and dolly
- Hello dolly and akismet
- Akismet and super cache
When a new version of WordPress is available, you’ll see a message on every administration screen.
- True
- False
- Never
In wordpress,If you have several plugins that need to be upgraded, you can process them all at once.
- True
- False
- depends
In wordpress,You can drag widgets around to rearrange them
- True false
in wordpress,Plugins store their data in a table called :
- wp_options
- wp_posts
- wp_comments
- wp_metadata
- In wordpress,_____________ plugin can scan your site (automatically visiting its pages,or allowing you to visit specific pages in a separate window) and report
In wordpress,Each box on the Dashboard (Right Now, QuickPress, Recent Comments, etc.) is a __________.
- Theme
- Widget
- Plugin
- tools
How your plugins affected the site’s load time.
- Performance
- Plugin Performance Profiler (P3)
- Show performance
- test
- In wordpress,____________ can publish, edit, and delete posts and pages written by any user.
- Subscribers
- Authors
- Editors
- Contributors
- In wordpress,_____________ can publish, edit, and delete their own posts. They cannot write pages.
- Subscribers
- Authors
- Editors
- Contributors
- In wordpress,________________ can write their own posts but may not publish or delete them.
- Subscribers
- Authors
- Editors
- Contributors
- For wordpress site’s home page, the ________ template will be used, if it exists.
- front-page.php index.php
- php d. single.php
- If you have chosen a static page as your home page, and you have designated a blog page to contain your most recent posts, ______ will be used to display that blog page.
- front-page.php index.php
- php d. single.php
- For individual posts, WordPress will use ______, if it exists. If not,index.php will be used.
- front-page.php index.php
- php d. single.php
- WordPress will use the generic page template, ________ for loading pages. If that does not exist, index.php will be used instead.
- front-page.php index.php
- php d. page.php
- To display individual views of custom post types, if you have any, WordPress will look for a file called______________. php, where type is the slug of the custom post type.
- single-type archive-type.php
- single-post.php archive.php
- Much like page archives, WordPress will look first for the _______, then the ______, then a generic category template, and last archive.php andindex.php
- slug, id id, slug
- slug, post id, post
- get_sidebar(‘author’) will call:
- sidebar-author.php author-sidebar.php
- php d. author.php
