forked from LiveCarta/LiveCartaWP
wp fixes
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
<div class="cont">
|
||||
<div class="inner-cont">
|
||||
<div class="flex">
|
||||
<div class="blog-title col"><?=get_the_title($post); ?></div>
|
||||
<div class="blog-title col">
|
||||
<h1><b><?=get_the_title($post); ?></b></h1>
|
||||
</div>
|
||||
<div class="blog-img col">
|
||||
<img src="<?=get_the_post_thumbnail_url(); ?>" alt="How To Become An Author In 2020">
|
||||
</div>
|
||||
@@ -68,7 +70,7 @@
|
||||
<div class="flex">
|
||||
<div class="col">
|
||||
<div class="mp-interested centered">
|
||||
<h4>Interested? Get to know more</h4>
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/contact-us" class="button action big">Request a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big">Sign Up For Free</a>
|
||||
|
||||
Reference in New Issue
Block a user