Saturday, October 26, 2013

Wordpress Question and answer part-2

21. Who supports, maintains, and updates the WordPress core code available on WordPress.org?


Ans: The WordPress community


22. If you want to be allowed to access wp-admin/maint/ what do you need to do first?


Ans: Edit wp-config.php file and set WP_ALLOW_REPAIR to true


23. When we talk about "Post Tags" in WordPress what do we mean?


Ans: Keywords that classify concepts within the content


24. Which plugin doesn't come with WordPress by default?


Ans: Jetpack


Q. Which plugin come with WordPress by default?


Ans. Akismet
  • Hello Dolly
25. What constant can you set to control the number of post revisions WordPress keeps?

Ans: WP_POST_REVISIONS

26. WordPress displays in US English by default, but is capable of being used with

Ans: any language

27. All plugins in the WordPress.org repository are guaranteed to work.

Ans: False

28. An introduction to your full blog posts is called a(n):

Ans: Excerpt

29. What is bbPress?

Ans: A forums plugin for WordPress.

30. If a theme is not acting as anticipated, and you have just loaded a plugin, what should you do?

Ans: Upgrade the plugin or deactivate it

31. In what order does blog content appear on a WordPress blog by default?

Ans: Reverse chronological order

32. Which of the following is a good reason to delete the admin account?
Ans: To enhance security
33. This function allows quick publishing with a web browser bookmarklet. You can create a post by quoting some text, images, and videos on any web page.

Ans. Press This

34. These are provided in the Plugin API and enable your plugin to call functions at specific times during the loading of WP.

Ans. Hooks

35. What type of installation allows for multiple WordPress Sites/Blogs on one WordPress Installation?

Ans: Multisite

36. How can one determine the post format of the current post in the loop?

Ans: get_post_format

37. How do you schedule a post for later publishing?

Ans: Click "Edit" next to "Publish Immediately," select a time, then click OK. Then click "Schedule."

38. What are some indicators that a WordPress theme is “premium”?

Ans: Quality graphic design and easy customization

39. 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

Ans: Shortcode API

40. 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:

Ans: PHP and MySQL



Thursday, October 24, 2013

Wordpress question and answer part -1


1. What is the safest way to customize the look and functionality of your site without losing the changes on updates?

Ans: create a child theme with style.css and functions.php.

2. You can download WordPress at WordPress.com.

Ans: False

3. WordPress categories allow you to:

Ans: Easily designate items in your site that go together

4. At a very minimum, a WordPress Child Theme consists of which files?

Ans: style.css

5. To change the email address that is used for new user notification, which menu option should you go to?

Ans: Settings

6. Which function should a plugin use in order to echo a string to the browser and make it translatable?

Ans: _e('string', 'namespace');

7. Which template tag should you use to output the post title inside the loop?

Ans: the_title

8. Which of the following is a valid permalink format?

(a) /%year%/%postname%/
(b) /%postname%/
(c) /posts/%post_id%/
(d) /%year%/%monthnum%/%day%/%postname%/

Ans: All are valid

9. What does the "RPC" in name "XML-RPC" stand for? ("XML-RPC" is used by WordPress to connect to external resources such as a mobile WordPress application)

Ans: Remote Procedure Call

10. if ( have_posts() ) { while ( have_posts() ) { the_post(); } } This is best described as a(n):

Ans: WordPress posts loop

11. Which of the following is not a required file in a WordPress Theme?

Ans: sidebar.php

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

Ans: None of the above. No need to delete any files

13. Which wp-config.php constant defines the path for your content folder?

Ans: WP_CONTENT_DIR

14. There can only be one loop in a template.

Ans: False

15. How much can you charge for a plugin released to the Plugin Directory?

Ans: You can't charge for the plugin, but you can charge whatever you want for premium features.

16.

17. Which of these is not a core post type?

Ans: Events

Q. 17. Which is core post type?

Ans: .Post
  • Tag
  • Page
  • Attachment
18. In which table is a user's display_name stored?

Ans: wp_users

19. When registering a new post type if you set public => true, then your post type will be

Ans: All of these
  • visible publicly in the front-end.
  • visible in search results.
  • visible in the admin interface.
  • available for selection in navigation menus.
20. You can export and import your blog from which Dashboard section?
Ans: Tools