@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Template part for displaying page content in page.php. |
|
4 | - * |
|
5 | - * @link https://codex.wordpress.org/Template_Hierarchy |
|
6 | - * |
|
7 | - * @package Lighthouse |
|
8 | - */ |
|
3 | + * Template part for displaying page content in page.php. |
|
4 | + * |
|
5 | + * @link https://codex.wordpress.org/Template_Hierarchy |
|
6 | + * |
|
7 | + * @package Lighthouse |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | ?> |
11 | 11 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Template part for displaying a message that posts cannot be found. |
|
4 | - * |
|
5 | - * @link https://codex.wordpress.org/Template_Hierarchy |
|
6 | - * |
|
7 | - * @package Lighthouse |
|
8 | - */ |
|
3 | + * Template part for displaying a message that posts cannot be found. |
|
4 | + * |
|
5 | + * @link https://codex.wordpress.org/Template_Hierarchy |
|
6 | + * |
|
7 | + * @package Lighthouse |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | ?> |
11 | 11 |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Lighthouse Theme Customizer. |
|
4 | - * |
|
5 | - * @package Lighthouse |
|
6 | - */ |
|
3 | + * Lighthouse Theme Customizer. |
|
4 | + * |
|
5 | + * @package Lighthouse |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Add postMessage support for site title and description for the Theme Customizer. |
@@ -1,19 +1,19 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Sample implementation of the Custom Header feature. |
|
4 | - * |
|
5 | - * You can add an optional custom header image to header.php like so ... |
|
6 | - * |
|
3 | + * Sample implementation of the Custom Header feature. |
|
4 | + * |
|
5 | + * You can add an optional custom header image to header.php like so ... |
|
6 | + * |
|
7 | 7 | <?php if ( get_header_image() ) : ?> |
8 | 8 | <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> |
9 | 9 | <img src="<?php header_image(); ?>" width="<?php echo esc_attr( get_custom_header()->width ); ?>" height="<?php echo esc_attr( get_custom_header()->height ); ?>" alt=""> |
10 | 10 | </a> |
11 | 11 | <?php endif; // End header image check. ?> |
12 | - * |
|
13 | - * @link https://developer.wordpress.org/themes/functionality/custom-headers/ |
|
14 | - * |
|
15 | - * @package Lighthouse |
|
16 | - */ |
|
12 | + * |
|
13 | + * @link https://developer.wordpress.org/themes/functionality/custom-headers/ |
|
14 | + * |
|
15 | + * @package Lighthouse |
|
16 | + */ |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * Set up the WordPress core custom header feature. |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The template for displaying the footer. |
|
4 | - * |
|
5 | - * Contains the closing of the #content div and all content after. |
|
6 | - * |
|
7 | - * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials |
|
8 | - * |
|
9 | - * @package Lighthouse |
|
10 | - */ |
|
3 | + * The template for displaying the footer. |
|
4 | + * |
|
5 | + * Contains the closing of the #content div and all content after. |
|
6 | + * |
|
7 | + * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials |
|
8 | + * |
|
9 | + * @package Lighthouse |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | ?> |
13 | 13 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Custom functions that act independently of the theme templates. |
|
4 | - * |
|
5 | - * Eventually, some of the functionality here could be replaced by core features. |
|
6 | - * |
|
7 | - * @package Lighthouse |
|
8 | - */ |
|
3 | + * Custom functions that act independently of the theme templates. |
|
4 | + * |
|
5 | + * Eventually, some of the functionality here could be replaced by core features. |
|
6 | + * |
|
7 | + * @package Lighthouse |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | /** |
11 | 11 | * Adds custom classes to the array of body classes. |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The template for displaying search results pages. |
|
4 | - * |
|
5 | - * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result |
|
6 | - * |
|
7 | - * @package Lighthouse |
|
8 | - */ |
|
3 | + * The template for displaying search results pages. |
|
4 | + * |
|
5 | + * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result |
|
6 | + * |
|
7 | + * @package Lighthouse |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | get_header(); ?> |
11 | 11 |
@@ -1,11 +1,11 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The template for displaying all single posts. |
|
4 | - * |
|
5 | - * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post |
|
6 | - * |
|
7 | - * @package Lighthouse |
|
8 | - */ |
|
3 | + * The template for displaying all single posts. |
|
4 | + * |
|
5 | + * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post |
|
6 | + * |
|
7 | + * @package Lighthouse |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | get_header(); ?> |
11 | 11 | |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | <?php |
56 | 56 | $postslist = get_posts('numberposts=99&order=DESC&orderby=date'); |
57 | 57 | foreach ($postslist as $post) : |
58 | - setup_postdata($post); |
|
58 | + setup_postdata($post); |
|
59 | 59 | ?> |
60 | 60 | <div class="col-xs-12"> |
61 | 61 | <div class="entry"> |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The template for displaying archive pages. |
|
4 | - * |
|
5 | - * @link https://codex.wordpress.org/Template_Hierarchy |
|
6 | - * |
|
7 | - * @package Lighthouse |
|
8 | - */ |
|
3 | + * The template for displaying archive pages. |
|
4 | + * |
|
5 | + * @link https://codex.wordpress.org/Template_Hierarchy |
|
6 | + * |
|
7 | + * @package Lighthouse |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | get_header(); ?> |
11 | 11 |