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
8368b793
Commit
8368b793
authored
Jan 02, 2025
by
rajshah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dynamic hero init
parent
520b8b37
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
7 deletions
+20
-7
hero.php
blocks/seo/hero.php
+20
-7
No files found.
blocks/seo/hero.php
View file @
8368b793
<section
class=
"AUDIT-INTRO pb-40"
>
<!-- Seo - Hero Section -->
<?php
$hero
=
get_field
(
'hero'
)
?:
[];
if
(
isset
(
$hero
)
&&
is_array
(
$hero
)
&&
!
empty
(
$hero
))
:
$enable_hero
=
$hero
[
'enable_hero'
]
?:
false
;
if
(
$enable_hero
)
:
$hero_title
=
$hero
[
'hero_title'
]
?:
''
;
$hero_desc
=
$hero
[
'hero_desc'
]
?:
''
;
$hero_url
=
$hero
[
'hero_url'
]
?:
''
;
$hero_btn
=
$hero
[
'hero_btn'
]
?:
''
;
?>
<section
class=
"AUDIT-INTRO pb-40"
>
<div
class=
"container"
>
<div
class=
"ai-content"
>
<div
class=
"section-title top-title"
>
<h1>
Run SEO Audit for Your Website
</h1
>
<p>
Fix your all website technical issues with our free seo audit tool, this tool provides you the comprehensive
report to make your web error free
</p>
<?php
if
(
!
empty
(
$hero_title
))
:
?
>
<h1>
<?php
echo
$hero_title
;
?>
</h1>
<?php
endif
;
echo
$hero_desc
?:
''
;
?>
<div
class=
"search-field"
>
<div
class=
"input-field"
>
<form
class=
"turboform"
method=
"POST"
action=
"https://makuracreations.com/free-seo-audit/domain"
...
...
@@ -33,4 +44,6 @@
</div>
</div>
</div>
</section>
\ No newline at end of file
</section>
<?php
endif
;
endif
;
?>
<!-- !Seo - Hero Section -->
\ 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