@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The header for our theme. |
|
4 | - * |
|
5 | - * This is the template that displays all of the <head> section and everything up until <div id="content"> |
|
6 | - * |
|
7 | - * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials |
|
8 | - * |
|
9 | - * @package Lighthouse |
|
10 | - */ |
|
3 | + * The header for our theme. |
|
4 | + * |
|
5 | + * This is the template that displays all of the <head> section and everything up until <div id="content"> |
|
6 | + * |
|
7 | + * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials |
|
8 | + * |
|
9 | + * @package Lighthouse |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | ?><!DOCTYPE html> |
13 | 13 | <html <?php language_attributes(); ?>> |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Template part for displaying posts. |
|
4 | - * |
|
5 | - * @link https://codex.wordpress.org/Template_Hierarchy |
|
6 | - * |
|
7 | - * @package Lighthouse |
|
8 | - */ |
|
3 | + * Template part for displaying posts. |
|
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 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,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Template part for displaying results in search pages. |
|
4 | - * |
|
5 | - * @link https://codex.wordpress.org/Template_Hierarchy |
|
6 | - * |
|
7 | - * @package Lighthouse |
|
8 | - */ |
|
3 | + * Template part for displaying results in search pages. |
|
4 | + * |
|
5 | + * @link https://codex.wordpress.org/Template_Hierarchy |
|
6 | + * |
|
7 | + * @package Lighthouse |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | ?> |
11 | 11 |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The template for displaying comments. |
|
4 | - * |
|
5 | - * This is the template that displays the area of the page that contains both the current comments |
|
6 | - * and the comment form. |
|
7 | - * |
|
8 | - * @link https://codex.wordpress.org/Template_Hierarchy |
|
9 | - * |
|
10 | - * @package Lighthouse |
|
11 | - */ |
|
3 | + * The template for displaying comments. |
|
4 | + * |
|
5 | + * This is the template that displays the area of the page that contains both the current comments |
|
6 | + * and the comment form. |
|
7 | + * |
|
8 | + * @link https://codex.wordpress.org/Template_Hierarchy |
|
9 | + * |
|
10 | + * @package Lighthouse |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | /* |
14 | 14 | * If the current post is protected by a password and |
@@ -1,11 +1,11 @@ |
||
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 |
@@ -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,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. |