Correct Answer: Under Settings > Writing Settings
Explanation:
Note: This Question is unanswered, help us to find answer for this one
WordPress Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More WordPress MCQ Questions
The function get_taxonomies( ) can handle which parameters?
What is the name of the action hook that is executed at the beginning of each standard WordPress Loop?
How can you detect a custom URL redirect?
Which filter would you use, if you'd like to alter the output of every comment content in WordPress?
How do you add a contextual help tab for a plugin or theme?
Where is the Wordpress repository stored?
The code that displays post or page title inside a loop in your template is:
What should you write in PHP comments in the head of a file to declare a custom page template in a WordPress theme?
Given the following line of code: remove_filter( 'the_content', 'capital_P_dangit', 11 ) what does the third argument (11) mean?
What is a helpful function for including translated javascript objects?