1. Question: In wordpress, You can call sidebars in your theme files using the get_sidebar()function.

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: The “function_exist()” function can be used to check whether a plug-in activated or not?

    A
    True

    B
    False

    Note: Not available
    1. Report
  3. Question: get_sidebar('author') will call:

    A
    sidebar-author.php

    B
    author-sidebar.php

    C
    sidebar.php

    D
    author.php

    Note: Not available
    1. Report
  4. Question: Inside the Loop, the global __________ holds the information about each post in wordpress.

    A
    $Page

    B
    $Content

    C
    $Article

    D
    $post

    Note: Not available
    1. Report
  5. Question: Much like page archives, WordPress will look first for the _______, then the ______, then a generic category template, and last archive.php and index.php

    A
    slug, id

    B
    slug, post

    C
    id, slug

    D
    id, post

    Note: Not available
    1. Report
  6. Question: For wordpress site’s home page, the ________ template will be used, if it exists.

    A
    front-page.php

    B
    index.php

    C
    home.php

    D
    single.php

    Note: Not available
    1. Report
  7. Question: To display individual views of custom post types, if you have any, WordPress will look for a file called______________.

    A
    single-type

    B
    archive-type.php

    C
    single-post.php

    D
    archive.php

    Note: Not available
    1. Report
  8. Question: WordPress will use the generic page template, ________ for loading pages. If that does not exist, index.php will be used instead.

    A
    front-page.php

    B
    index.php

    C
    home.php

    D
    page.php

    Note: Not available
    1. Report
  9. Question: 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.

    A
    front-page.php

    B
    home.php

    C
    index.php

    D
    single.php

    Note: Not available
    1. Report
  10. Question: For individual posts, WordPress will use ______, if it exists. If not,index.php will be used.

    A
    front-page.php

    B
    index.php

    C
    home.php

    D
    single.php

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd