Tagged Questions
0
votes
2answers
308 views
add_theme_support( 'custom-header' ) does not add option menu in dashboard
I'm writing a new theme from scratch, based off the Toolbox theme. My installation of WP is straight out of the box. I added add_theme_support('custom-header'); to my functions.php file, but the ...