Add theme support for thumbnails on pages
Hi
I have a child theme of Jobroller 1.5.4. In includes/theme-support.php you have:
add_theme_support( 'post-thumbnails', array( 'post', 'job_listing', 'resume' ) );
But how do I add pages to this list?
Adding
add_theme_support( 'post-thumbnails', array( 'post', 'job_listing', 'resume', 'page' ) );
does not override the core.
Thanks