Commit 1ba9cc0c by rajshah

init case study single

parent e58319bc
<?php
// Single Case Study Template
get_header();
?>
<div class="container-fluid py-40 background-dark blog-breadcrumb-background-dark breadcrumb-background-dark py-40">
<div class="container">
<div class="row">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<?php echo esc_url(get_home_url()); ?>">Home</a></li>
<li class="breadcrumb-item"><a href="<?php echo esc_url(get_permalink(get_page_by_path('case-study'))); ?>">Case Study</a></li>
<li class="breadcrumb-item active" aria-current="page"><?php the_title(); ?></li>
</ol>
</nav>
</div>
</div>
</div>
<?php the_content(); ?>
<?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