home page sticky loop

This commit is contained in:
2018-07-26 21:36:17 -05:00
parent c6706f3f48
commit bdc22c7ad4
4 changed files with 16 additions and 7 deletions

View File

@ -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,