home page sticky loop
This commit is contained in:
@ -11,7 +11,7 @@ if (function_exists('add_theme_support')) {
|
||||
// add_image_size('custom-size', 700, 200, true); // call using the_post_thumbnail('custom-size');
|
||||
|
||||
$customHeaderArgs = array(
|
||||
'default-image' => get_template_directory_uri() . '/images/default-header.png',
|
||||
'default-image' => get_template_directory_uri() . '/images/default-header.jpg',
|
||||
'width' => 1800,
|
||||
'height' => 260,
|
||||
'flex-height' => true,
|
||||
|
Reference in New Issue
Block a user