Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marcellus
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
Ashish Pal
marcellus
Commits
1845aa6c
Commit
1845aa6c
authored
Nov 18, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add new page invesment philospy
parent
29bbc270
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
investment-philosophy-new.php
wp-content/themes/marcellus/templates/investment-philosophy-new.php
+42
-0
No files found.
wp-content/themes/marcellus/templates/investment-philosophy-new.php
0 → 100644
View file @
1845aa6c
<?php
/*
* Template Name: Investment Philosophy new
*/
get_header
();
?>
<div
id=
"full-content"
class=
"about-page"
>
<?php
if
(
have_posts
())
:
?><?php
while
(
have_posts
())
:
the_post
();
?>
<section
style=
"background-image: url('
<?php
echo
home_url
();
?>
/wp-content/uploads/2018/11/about-banner-bg.jpg');"
class=
"about-banner-bg"
>
<div
class=
"container"
>
<h1>
<?php
the_title
();
?>
</h1>
</div>
</section>
<div
class=
"container mt-5"
>
<div
class=
"row"
>
<div
class=
"col-12 col-sm-12 col-lg-8"
>
<div
class=
"about-content pg-single-default"
>
<?php
the_content
();
?>
</div>
</div>
<div
class=
"col-12 col-sm-12 col-lg-4"
>
<div
class=
"sidebar-box about-img-bottom"
>
<?php
the_field
(
'invest-philosophy-video'
);
?>
</div>
<?php
if
(
!
empty
(
get_field
(
'invest-philosophy-books'
)))
{
?>
<div
class=
"sidebar-box books-sale"
>
<?php
the_field
(
'invest-philosophy-books'
);
?>
</div>
<?php
}
?>
</div>
</div>
</div>
<?php
endwhile
;
endif
;
?>
</div>
<?php
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