Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
makura-2025
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Raj Shah
makura-2025
Commits
70ba1149
Commit
70ba1149
authored
Jan 02, 2025
by
rajshah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
done block forhero
parent
c87843db
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
17 deletions
+13
-17
hero.php
blocks/seo/hero.php
+13
-1
seo-audit.php
page-templates/seo-audit.php
+0
-16
No files found.
blocks/seo/hero.php
View file @
70ba1149
...
@@ -8,6 +8,8 @@ if (isset($hero) && is_array($hero) && !empty($hero)):
...
@@ -8,6 +8,8 @@ if (isset($hero) && is_array($hero) && !empty($hero)):
$hero_desc
=
$hero
[
'hero_desc'
]
?:
''
;
$hero_desc
=
$hero
[
'hero_desc'
]
?:
''
;
$hero_url
=
$hero
[
'hero_url'
]
?:
''
;
$hero_url
=
$hero
[
'hero_url'
]
?:
''
;
$hero_btn
=
$hero
[
'hero_btn'
]
?:
''
;
$hero_btn
=
$hero
[
'hero_btn'
]
?:
''
;
$hero_v
=
$hero
[
'hero_v'
];
if
(
$hero_v
)
:
?>
?>
<section
class=
"AUDIT-INTRO pb-40"
>
<section
class=
"AUDIT-INTRO pb-40"
>
<div
class=
"container"
>
<div
class=
"container"
>
...
@@ -41,5 +43,14 @@ if (isset($hero) && is_array($hero) && !empty($hero)):
...
@@ -41,5 +43,14 @@ if (isset($hero) && is_array($hero) && !empty($hero)):
</div>
</div>
</div>
</div>
</section>
</section>
<?php
endif
;
endif
;
?>
<?php
else
:
?>
<section
class=
"AUDIT-INNER-BANNER pb-40"
>
<div
class=
"container"
>
<div
class=
"top-title"
>
<?php
if
(
!
empty
(
$hero_title
))
:
?>
<h1>
<?php
echo
$hero_title
;
?>
</h1>
<?php
endif
;
?>
</div>
</div>
</section>
<?php
endif
;
endif
;
endif
;
?>
<!-- !Seo - Hero Section -->
<!-- !Seo - Hero Section -->
\ No newline at end of file
page-templates/seo-audit.php
deleted
100644 → 0
View file @
c87843db
<?php
/**
* Template Name: SEO Audit
*/
get_header
();
the_content
();
get_template_part
(
"/template-parts/seo-audit/audit-intro"
,
null
);
get_template_part
(
"/template-parts/service-detail/service-listing"
,
null
);
get_template_part
(
"/template-parts/seo-audit/audit-tool-box"
,
null
);
get_template_part
(
"/template-parts/seo-audit/audit-quote"
,
null
);
get_footer
();
?>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment