Completed
Push — master ( 08288e...e9bcbe )
by Md. Mozahidur
02:02
created
page-template/page-services.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Template Name: Service
4
- *
5
- * @package Lighthouse
6
- */
3
+		 * Template Name: Service
4
+		 *
5
+		 * @package Lighthouse
6
+		 */
7 7
 get_header(); ?>
8 8
 
9 9
 <?php while ( have_posts() ) : the_post(); 	
@@ -37,9 +37,9 @@  discard block
 block discarded – undo
37 37
 <li class="blog-item shop-latest-item">
38 38
         <a href="<?php the_permalink() ?>" title="<?php  the_title_attribute() ?>">
39 39
           <?php
40
-          $thumb = wp_get_attachment_image_src( get_post_thumbnail_id(), 'blog-listing');
41
-          $url = $thumb[0];
42
-          ?>
40
+		  $thumb = wp_get_attachment_image_src( get_post_thumbnail_id(), 'blog-listing');
41
+		  $url = $thumb[0];
42
+		  ?>
43 43
         <div class="thumbnail blog-item-img" style="background-image:url('<?php echo $url; ?>'); background-color:<?php the_field('post_background_color'); ?>">
44 44
           <img class="img-responsive" src="<?php echo $url; ?>">
45 45
         </div>
@@ -57,9 +57,9 @@  discard block
 block discarded – undo
57 57
 <li class="blog-item shop-latest-item">
58 58
         <a href="<?php the_permalink() ?>" title="<?php  the_title_attribute() ?>">
59 59
           <?php
60
-          $thumb = wp_get_attachment_image_src( get_post_thumbnail_id(), 'blog-listing');
61
-          $url = $thumb[0];
62
-          ?>
60
+		  $thumb = wp_get_attachment_image_src( get_post_thumbnail_id(), 'blog-listing');
61
+		  $url = $thumb[0];
62
+		  ?>
63 63
         <div class="thumbnail blog-item-img" style="background-image:url('<?php echo $url; ?>'); background-color:<?php the_field('post_background_color'); ?>">
64 64
           <img class="img-responsive" src="<?php echo $url; ?>">
65 65
         </div>
Please login to merge, or discard this patch.
page-template/page-home.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Template Name: Home
4
- *
5
- * @package Lighthouse
6
- */
3
+		 * Template Name: Home
4
+		 *
5
+		 * @package Lighthouse
6
+		 */
7 7
 ?><!DOCTYPE html>
8 8
 <html <?php language_attributes(); ?>>
9 9
 <head>
Please login to merge, or discard this patch.
page-template/page-contact.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Template Name: Contact
4
- *
5
- * @package Lighthouse
6
- */
3
+				 * Template Name: Contact
4
+				 *
5
+				 * @package Lighthouse
6
+				 */
7 7
 get_header(); ?>
8 8
 
9 9
 <?php while ( have_posts() ) : the_post(); ?>
Please login to merge, or discard this patch.
template-parts/content-none.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
template-parts/content-search.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
inc/customizer.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
inc/jetpack.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Jetpack Compatibility File.
4
- *
5
- * @link https://jetpack.me/
6
- *
7
- * @package Lighthouse
8
- */
3
+	 * Jetpack Compatibility File.
4
+	 *
5
+	 * @link https://jetpack.me/
6
+	 *
7
+	 * @package Lighthouse
8
+	 */
9 9
 
10 10
 /**
11 11
  * Jetpack setup function.
@@ -33,9 +33,9 @@  discard block
 block discarded – undo
33 33
 	while ( have_posts() ) {
34 34
 		the_post();
35 35
 		if ( is_search() ) :
36
-		    get_template_part( 'template-parts/content', 'search' );
36
+			get_template_part( 'template-parts/content', 'search' );
37 37
 		else :
38
-		    get_template_part( 'template-parts/content', get_post_format() );
38
+			get_template_part( 'template-parts/content', get_post_format() );
39 39
 		endif;
40 40
 	}
41 41
 }
Please login to merge, or discard this patch.
inc/custom-header.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,19 +1,19 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
inc/template-tags.php 1 patch
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Custom template tags for this theme.
4
- *
5
- * Eventually, some of the functionality here could be replaced by core features.
6
- *
7
- * @package Lighthouse
8
- */
3
+	 * Custom template tags for this theme.
4
+	 *
5
+	 * Eventually, some of the functionality here could be replaced by core features.
6
+	 *
7
+	 * @package Lighthouse
8
+	 */
9 9
 
10 10
 if ( ! function_exists( 'lighthouse_posted_on' ) ) :
11 11
 /**
@@ -125,16 +125,16 @@  discard block
 block discarded – undo
125 125
  */
126 126
 //Left menu
127 127
 function lighthouse_header_menu_left() {
128
-    if ( has_nav_menu( 'header-menu-left' ) ) {
129
-    wp_nav_menu(
130
-        array(
131
-            'theme_location'  => 'header-menu-left',
132
-            'menu'            => '',
133
-            'container'       => 'div',
134
-            'container_id'    => 'header-menu-left-id',
135
-            'container_class' => 'header-menu-left-cl',
136
-            'menu_id'         => 'header-menu-id',
137
-            'menu_class'      => 'header-menu-cl',
128
+	if ( has_nav_menu( 'header-menu-left' ) ) {
129
+	wp_nav_menu(
130
+		array(
131
+			'theme_location'  => 'header-menu-left',
132
+			'menu'            => '',
133
+			'container'       => 'div',
134
+			'container_id'    => 'header-menu-left-id',
135
+			'container_class' => 'header-menu-left-cl',
136
+			'menu_id'         => 'header-menu-id',
137
+			'menu_class'      => 'header-menu-cl',
138 138
 			'echo'            => true,
139 139
 			'fallback_cb'     => '',
140 140
 			'before'          => '',
@@ -144,23 +144,23 @@  discard block
 block discarded – undo
144 144
 			'items_wrap'      => '<ul id="%1$s" class="%2$s">%3$s</ul>',
145 145
 			'depth'           => 0,
146 146
 			'walker'          => ''
147
-        )
148
-    );
149
-    }
147
+		)
148
+	);
149
+	}
150 150
 }
151 151
 
152 152
 //Right menu
153 153
 function lighthouse_header_menu_right() {
154
-    if ( has_nav_menu( 'header-menu-right' ) ) {
155
-    wp_nav_menu(
156
-        array(
157
-            'theme_location'  => 'header-menu-right',
158
-            'menu'            => '',
159
-            'container'       => 'div',
160
-            'container_id'    => 'header-menu-right-id',
161
-            'container_class' => 'header-menu-right-cl',
162
-            'menu_id'         => 'header-menu-id',
163
-            'menu_class'      => 'header-menu-cl',
154
+	if ( has_nav_menu( 'header-menu-right' ) ) {
155
+	wp_nav_menu(
156
+		array(
157
+			'theme_location'  => 'header-menu-right',
158
+			'menu'            => '',
159
+			'container'       => 'div',
160
+			'container_id'    => 'header-menu-right-id',
161
+			'container_class' => 'header-menu-right-cl',
162
+			'menu_id'         => 'header-menu-id',
163
+			'menu_class'      => 'header-menu-cl',
164 164
 			'echo'            => true,
165 165
 			'fallback_cb'     => '',
166 166
 			'before'          => '',
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
 			'items_wrap'      => '<ul id="%1$s" class="%2$s">%3$s</ul>',
171 171
 			'depth'           => 0,
172 172
 			'walker'          => ''
173
-        )
174
-    );
175
-    }
173
+		)
174
+	);
175
+	}
176 176
 }
177 177
\ No newline at end of file
Please login to merge, or discard this patch.