Which Wordpress conditional would you use to determine if you were on a single page?
is_archive()
is_page()
is_page_template()
is_single()
(D) is_single()
Explanation: