Commit 1845aa6c by Manzar Hussain

add new page invesment philospy

parent 29bbc270
<?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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment