diff --git a/dev.sync.sh b/dev.sync.sh old mode 100644 new mode 100755 diff --git a/footer.php b/footer.php index ade3b42..258d110 100644 --- a/footer.php +++ b/footer.php @@ -1,3 +1,3 @@ diff --git a/functions.php b/functions.php index 7a2ad6d..df588a8 100644 --- a/functions.php +++ b/functions.php @@ -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, diff --git a/home-loop.php b/home-loop.php index 88b17b8..7e50d7a 100644 --- a/home-loop.php +++ b/home-loop.php @@ -1,18 +1,27 @@