@@ -1,11 +1,11 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Lighthouse functions and definitions. |
|
| 4 | - * |
|
| 5 | - * @link https://developer.wordpress.org/themes/basics/theme-functions/ |
|
| 6 | - * |
|
| 7 | - * @package Lighthouse |
|
| 8 | - */ |
|
| 3 | + * Lighthouse functions and definitions. |
|
| 4 | + * |
|
| 5 | + * @link https://developer.wordpress.org/themes/basics/theme-functions/ |
|
| 6 | + * |
|
| 7 | + * @package Lighthouse |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | if ( ! function_exists( 'lighthouse_setup' ) ) : |
| 11 | 11 | /** |
@@ -167,12 +167,12 @@ discard block |
||
| 167 | 167 | * Read More button in excerpt |
| 168 | 168 | */ |
| 169 | 169 | function new_excerpt_more( $more ) { |
| 170 | - return ' '; |
|
| 170 | + return ' '; |
|
| 171 | 171 | } |
| 172 | 172 | add_filter( 'excerpt_more', 'new_excerpt_more' ); |
| 173 | 173 | /** |
| 174 | - * Implement the Custom Header feature. |
|
| 175 | - */ |
|
| 174 | + * Implement the Custom Header feature. |
|
| 175 | + */ |
|
| 176 | 176 | require get_template_directory() . '/inc/custom-header.php'; |
| 177 | 177 | |
| 178 | 178 | /** |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Template Name: Blog |
|
| 4 | - * |
|
| 5 | - * @package Lighthouse |
|
| 6 | - */ |
|
| 3 | + * Template Name: Blog |
|
| 4 | + * |
|
| 5 | + * @package Lighthouse |
|
| 6 | + */ |
|
| 7 | 7 | get_header(); ?> |
| 8 | 8 | <div class="title-wrapper"> |
| 9 | 9 | <div class="container"> |