// Option 1: disables the page header image completely. add_filter( 'wpex_enable_term_page_header_image', '__return_false' ); // Option 2: Sets the default to…
The Total theme makes it easy to add new image sizes under the Theme Panel > Image Sizes admin dashboard…
// Display post thumbnail above the title on pages function my_add_thumbnail_to_pages() { // For pages only if ( ! is_page()…