Completed
Push — master ( 8652fb...5f173e )
by Md. Mozahidur
02:27
created
header.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -12,17 +12,17 @@  discard block
 block discarded – undo
12 12
 ?><!DOCTYPE html>
13 13
 <html <?php language_attributes(); ?>>
14 14
 <head>
15
-	<meta charset="<?php bloginfo( 'charset' ); ?>">
15
+	<meta charset="<?php bloginfo('charset'); ?>">
16 16
 	<meta name="viewport" content="width=device-width, initial-scale=1">
17 17
 	<link rel="profile" href="http://gmpg.org/xfn/11">
18
-	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
18
+	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
19 19
 
20 20
 	<?php wp_head(); ?>
21 21
 </head>
22 22
 
23 23
 <body <?php body_class(); ?>>
24 24
 	<div id="page" class="site">
25
-		<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'lighthouse' ); ?></a>
25
+		<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e('Skip to content', 'lighthouse'); ?></a>
26 26
 
27 27
 		<header id="masthead" class="site-header panel-top" role="banner">
28 28
 			<div class="container">
@@ -43,8 +43,8 @@  discard block
 block discarded – undo
43 43
 							</div>
44 44
 						</div>
45 45
 						<div class="col-sm-12 col-md-2 col-lg-2 header-center-area">
46
-							<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
47
-								<img src="<?php echo( get_header_image() ); ?>" alt="<?php echo( get_bloginfo( 'title' ) ); ?>" />
46
+							<a href="<?php echo esc_url(home_url('/')); ?>" rel="home">
47
+								<img src="<?php echo(get_header_image()); ?>" alt="<?php echo(get_bloginfo('title')); ?>" />
48 48
 							</a>
49 49
 
50 50
 							<div class="iv-module live-search">
@@ -57,9 +57,9 @@  discard block
 block discarded – undo
57 57
 											<div class="container">
58 58
 												<div class="row">
59 59
 													<div class="col-md-12">
60
-														<form method="get" action="<?php echo esc_url( home_url( '/' ) );?>">
61
-															<label for="s"><?php _e('Type &amp; hit enter to search', 'ivan_domain');?></label>
62
-															<input type="search" name="s" id="s" placeholder="<?php echo esc_attr__('Type &amp; hit enter to search', 'lighthouse');?>" />
60
+														<form method="get" action="<?php echo esc_url(home_url('/')); ?>">
61
+															<label for="s"><?php _e('Type &amp; hit enter to search', 'ivan_domain'); ?></label>
62
+															<input type="search" name="s" id="s" placeholder="<?php echo esc_attr__('Type &amp; hit enter to search', 'lighthouse'); ?>" />
63 63
 															<a class="submit-form" href="#"><i class="fa fa-search"></i></a>
64 64
 															<div class="clearfix"></div>
65 65
 														</form>
@@ -86,9 +86,9 @@  discard block
 block discarded – undo
86 86
 											<div class="container">
87 87
 												<div class="row">
88 88
 													<div class="col-md-12">
89
-														<form method="get" action="<?php echo esc_url( home_url( '/' ) );?>">
90
-															<label for="s"><?php _e('Type &amp; hit enter', 'ivan_domain');?></label>
91
-															<input type="search" name="s" id="s" placeholder="<?php echo esc_attr__('Type &amp; hit enter', 'lighthouse');?>" />
89
+														<form method="get" action="<?php echo esc_url(home_url('/')); ?>">
90
+															<label for="s"><?php _e('Type &amp; hit enter', 'ivan_domain'); ?></label>
91
+															<input type="search" name="s" id="s" placeholder="<?php echo esc_attr__('Type &amp; hit enter', 'lighthouse'); ?>" />
92 92
 															<a class="submit-form" href="#"><i class="fa fa-search"></i></a>
93 93
 															<div class="clearfix"></div>
94 94
 														</form>
Please login to merge, or discard this patch.
page-template/page-vc.php 2 patches
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: Template with Visual Editor
4
- *
5
- * @package Lighthouse
6
- */
3
+		 * Template Name: Template with Visual Editor
4
+		 *
5
+		 * @package Lighthouse
6
+		 */
7 7
 get_header(); ?>
8 8
 
9 9
 <div class="container">
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 <div class="container">
10 10
   <div class="row">
11 11
     <main id="main" class="site-main" role="main">
12
-      <?php while ( have_posts() ) : the_post(); ?>
12
+      <?php while (have_posts()) : the_post(); ?>
13 13
         <section class="home-content">
14 14
           <?php the_content(); ?>
15 15
         </section>
Please login to merge, or discard this patch.