Question: Question 1 Briefly explain what steps need to be completed to install WordPress. Question 2 To develop a theme while working off-line, it is impossible
Question 1 Briefly explain what steps need to be completed to install WordPress.
Question 2 To develop a theme while working off-line, it is impossible to simply install WordPress in any folder to make it work. What needs to be done?
Question 3 In what folder should a new custom theme's folder be located?
Question 4 Two different functions are used at the top and at the bottom of every pages. What are these two functions?
Question 5 Every WordPress page tags contain a function added using PHP (). Briefly explain what this function does.
Question 6 Briefly explain what a taxonomy is.
Question 7 If the home page of the site you're building is static, what page should be defined as your home page in dashboard > Settings > Reading. (Circle the letter corresponding to your answer). a) index.php b) page.php c) front-page.php d) home.php e) None of the above
Question 8 Briefly what is a featured image. Question 9 What is the plugin FakerPress used for?
Question 10 WordPress show different types of pages (pages, archives, and singles). Briefly explain what an archive page is.
Question 11 Briefly explain what the template hierarchy is
Question 12 Briefly explain what the WordPress loop is.
Question 13 Briefly explain what template tags are.
Question 14 Briefly explain what template parts are.
Question 15 True or false (circle your answer)
Functions starting with the prefix the_ are used to retrieve data and display it on screen.
True False
It is better to edit files using your favourite code editor instead of the WordPress theme code editor .
True False
It is always to modify existing classes and ID instead to the source instead of creating a custom stylesheet.
True False
The file functions.php is very important, but we have nothing to code in it; WordPress takes care of everything for this file.
True False
Question 16
The hooks system is composed of two different types of hooks, the actions and the filters. Briefly explain the difference between actions and filters.
Question 17 Something important should be done so you can use an external stylesheet or script file. What is it?
Question 18 Briefly explain what does the following function:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
