Which of the following is a default user role in wordPress?
Answers
Answers
- Blogger
- Author
- Subscriber
- Contributor
What are wordPress hooks?
Answers
Answers
- Setting option available to WordPress administrators
- Security function that run inside WordPress
- Group of plugins which control WordPress behavior
- Ways to change the default behavior of WordPress
Which constant is NOT recognized in wp-config.php?
Answers
Answers
- WP_SITEURL
- WP_CONTENT_DIR
- WP_CONTENT_URL
- WP_HOME_URL
Which of the following HTML tags are not allowed to be used in post comment?
Answers
Answers
- Code
- form
- img
- strike
- table
Which of the following is not a default image size in WP?
Answers
Answers
- Small Size
- Medium Size
- Large Size
- Thumbnail Size
What does WordPress use to control user access to different features?
Answers
Answers
- Username
- Access Tokens
- Role
- Cookies
Which WordPress system can be used to temporarily store information?
Answers
Answers
- Options
- Meta Tables
- Transients
- The Rest API
_____ is the ability for readers to respond to articles written in your blog?
Answers
Answers
- Comment posting
- Comment rating
- Comment spamming
- Feedback posting
- None of the above
A WordPress _____ is a collection of files that work together to produce a graphical interface with an underlying unifying design for a weblog.
Answers
Answers
- layout
- library
- plug-in
- theme
- widget
What is a permalink?
Answers
Answers
- A popular wordPress plugin.
- The complete URL of your WordPress site.
- The numeric IP address of your WordPress site.
- Permalinks are the permanent URL to your individual weblog posts, as well as category and other lists of weblog posting.
What is WordPress multisite?
Answers
Answers
- A popular WP theme that supports multiple sites.
- A WP plugin that supports multiple sites.
- WP configuration features that support multiple sites.
- Special version of WordPress that can support many sites and is not free
Themes typically reside in the _____
Answers
Answers
- wp-content/theme
- wp-content/themedir
- wp-content/style
- wp-content/main
- wp-content/
Where are plugin options stored in WordPress?
Answers
Answers
- They are stored in WordPress database.
- They are stored in WordPress.org website.
- They are stored in WordPress plugin folder.
- They are stored in WordPress theme folder.
Select all the default taxonomies in WordPress.
Note: There may be more than one right answer.
Answers
Note: There may be more than one right answer.
Answers
- category
- post_format
- product_tag
- link_category
- post_tag
- post_category
What is difference between the wp_title() and the_title() tags?
Answers
Answers
- wp_title() function is for use inside “The Loop ” to display the title of a page. the_title() on the other hand is used within “The Loop”.
- wp_title() function is for use outside “The Loop ” to display the title of a page. the_title() on the other hand is used within “The Loop”.
- wp_title() function is for use inside “The Loop ” to display the title of a page. the_title() on the other hand is used without “The Loop”.
- All of the above.
What can be Contributor role do?
Answers
Answers
- Edit pages
- Edit posts
- Publish posts
- Moderate comments
How do you enable the debug mode in WordPress?
Answers
Answers
- It is enabled by default
- By setting WP_DEBAUG as true in wp-config.php
- By going to dashboard -> setting ->General and then enable debug mode
In a manual installation, wp-config-sample.php should be removed to ……
Answers
Answers
- wp-config.php
- wp-config-man.php
- wp-loop.php
- wp-main.php
- wp-statup.php
What database does WordPress use?
Answers
Answers
- MySQl
- Notes
- Oracel
- PostgreSQL
Which option allows you to style each list item background or WordPress navigation separately?
Answers
Answers
- nav li:nth-child(1).current-menu-item {background-color: red;}
nav li:nth-child(2).current-menu-item {background-color: blue;}
nav li:nth-child(3).current-menu-item {background-color: green;} - nav li:nth-childs(1).current-menu-item {background-color: red;}
nav li:nth-childs(2).current-menu-item {background-color: blue;}
nav li:nth-childs(3).current-menu-item {background-color: green;} - nav li:nth-fisrt-child(1).current-menu-item {background-color: red;}
nav li:nth- fisrt-child(2).current-menu-item {background-color: blue;}
nav li:nth- fisrt-child(3).current-menu-item {background-color: green;} - All of the above
A/An _____ is a globally recognized avatar.
Answers
Answers
- site_avatar
- gravtar
- avataron
- alter ego
- alias
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 information.
Answers
Answers
- wp-install.php
- wp-setup.php
- wp-config.php
- html
Where can you change the Timezone used by WordPress in the dashboard?
Answers
Answers
- In->Setting>General
- In->Setting>Media
- In->Setting>Reading
- In->Setting>Writing
…… make it possible for a person to have one avatar across the entire web.
Answers
Answers
- Avatars
- Gravatars
- Smileys
- Widgets
- None of the above
Which of the following is not a WordPress role?
Answers
Answers
- Editor
- Subscriber
- Administrator
- System
What is the default table prefix in WP?
Answers
Answers
- _wp
- w_
- wp_
- wp-
Which of the following is the correct way to register shortcode?
Answers
Answers
- function foobar_func ($atts){return “foo and bar”;}new_shortcode( ‘foobar’, ‘foobar_func’ );
- function foobar_func ($atts){return “foo and bar”;}insert_shortcode( ‘foobar’, ‘foobar_func’ );
- function foobar_func ($atts) {return “foo and bar”;}register_shortcode( ‘foobar’, ‘foobar_func’ );
- function foobar_func ($atts){return “foo and bar”;}add_shortcode( ‘foobar’, ‘foobar_func’ );
What is the default site update service that WordPress automatically notifies when you publish a new post?
Answers
Answers
How do you enable Network setup item (enable multisite) in WordPress?
Answers
Answers
- Set WP_ALLOW_MULTISITE as true in wp-config.php
- WP MU has been discontinued as a separate project so there is no way to set up multisite WP now.
- Activate WP Multisite in Setting menu
- Install WP MU plugin
Is it possible to programmatically create post?Answers
- Yes with wp_insert_post() function
- Yes with wp_add_post() function
- Yes with wp_create_post() function
- No
Which of the following post type are by default available in WordPress installation. (choose all that apply)Note: There may be more than one right answer.
Answers
Answers
- Post
- Page
- Blog
- Media
- Category
- Archive
What are common features of the following function: next_post, previous_post, link_pages, the_author_url, wp_get_link?
Answers
Answers
- They all echo something
- They all point to points or post list
- They are deprecated
- They all returns URLs
What does the wp_rand() function do?
Answers
Answers
- Generates a random number
- Generates a random post ID for wp_insert_post() function
- Gets a random category ID
- Generates a random post ID
Pick the default template tag(s)?Note: There may be more than one right answer.
Answers
Answers
- the_field()
- wp_title()
- the_title()
- wp_field()
_____ as condensed summaries of your blog post
Answer
Answer
- excerpts
- hints
- tweets
- blurbs
- None of these
WordPress uses a _____ in conjunction with the mod_rewrite Apache module to produce permalinks.
Answers
Answers
- config file
- an XFN file
- an .htaccess file
- an XML file
- none of these
A theme _____ acts like a plugin and, if present in your theme, is automatically loaded during WordPress initialization.
Answer
Answer
- Bootstrap File
- Function File
- Plugin File
- Setup File
- StyleSheet
Which of the following is true about wp_mail() function? (Choose all that apply)
Note: There may be more than one right answer.
Answer
Note: There may be more than one right answer.
Answer
- A true return value does not automatically mean that the user received the email successfully
- For this function to work, the setting SMTP and smtp_port(default: 25) need to be set in your php.ini file
- The default content type allow using html
- The function can handle only one email as $to parameter
A minimal Theme consist of what two files.
Answer
Answer
- style.css and funcion.php
- style.css and index.php
- style.css and template.php
- template.php and index.php
- theme.css and homepage.php
Casino | Downtown Kansas - JTA Hub
ReplyDeleteJTG Marriott 경상남도 출장샵 Hotel & Casino 오산 출장샵 Kansas City, 시흥 출장안마 Missouri offers 24-hour 의왕 출장안마 gaming. Come 경주 출장마사지 play at our downtown Kansas City location at the Southgate, MO Casino.