forked from LiveCarta/LiveCartaWP
71 lines
3.2 KiB
PHP
71 lines
3.2 KiB
PHP
<?php
|
||
get_header();
|
||
$post = get_post();
|
||
?>
|
||
<div class="content no-pb">
|
||
<div class="blog-page-single">
|
||
<div class="blog-page-top">
|
||
<div class="bp-top-bg"></div>
|
||
<div class="cont">
|
||
<div class="bp-top-img" style="background-image: url(<?=get_the_post_thumbnail_url(); ?>);"></div>
|
||
<h1 class="bp-top-text"><?=get_the_title($post); ?></h1>
|
||
</div>
|
||
</div>
|
||
<div class="blog-body">
|
||
<div class="cont">
|
||
<div class="blog-info">
|
||
<div class="blog-date">September 7, 2020</div>
|
||
<div class="blog-tags">Edtech, Online teaching, Education</div>
|
||
</div>
|
||
<div class="blog-page-social">
|
||
<div class="left">
|
||
<a href="#" class="social twitter"></a>
|
||
<a href="#" class="social linkedin"></a>
|
||
<a href="#" class="social facebook"></a>
|
||
</div>
|
||
</div>
|
||
<?=get_the_content(null,false, $post); ?>
|
||
</div>
|
||
</div>
|
||
<div class="read-next">
|
||
<div class="rn-head">What you may want to read next...</div>
|
||
<div class="rn-body">
|
||
<div class="cont">
|
||
<a class="rn-block">
|
||
<div class="text">
|
||
<span class="head">Develop an action plan</span>
|
||
Before starting, ask yourself a clear question: "What environment do I want to foster for my class?" It’s important to communicate with your students to learn what makes things most ...
|
||
</div>
|
||
</a>
|
||
<a class="rn-block">
|
||
<div class="text">
|
||
<span class="head">Develop an action plan</span>
|
||
Before starting, ask yourself a clear question: "What environment do I want to foster for my class?" It’s important to communicate with your students to learn what makes things most ...
|
||
</div>
|
||
</a>
|
||
<a class="rn-block">
|
||
<div class="text">
|
||
<span class="head">Develop an action plan</span>
|
||
Before starting, ask yourself a clear question: "What environment do I want to foster for my class?" It’s important to communicate with your students to learn what makes things most ...
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- <div class="main-page">
|
||
<div class="mp-small-block">
|
||
<div class="cont">
|
||
<div class="sb-head">Interested? Get to know more</div>
|
||
<div class="buttons">
|
||
<a href="/contact-us" class="button xxl mp-top-right">Request a demo</a>
|
||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button xxl mp-top-left">Sign Up For Free</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div> -->
|
||
</div>
|
||
|
||
<?php
|
||
get_footer();
|