forked from LiveCarta/LiveCartaWP
wp fixes
This commit is contained in:
@@ -12,7 +12,7 @@ get_header();
|
||||
<div class="mp-blog">
|
||||
<div class="cont">
|
||||
<div class="inner-cont">
|
||||
<h4>More from the Blog</h4>
|
||||
<h4 class="text-header">More from the Blog</h4>
|
||||
<div class="bp-list cat-all">
|
||||
<?php foreach ($posts as $post): ?>
|
||||
<a class="bp-block <?php $categories = get_the_category(); foreach($categories as $category):?><?= $category->slug; ?> <?php endforeach;?>" href="<?=get_permalink(); ?>">
|
||||
@@ -34,7 +34,7 @@ get_header();
|
||||
<div class="flex">
|
||||
<div class="col">
|
||||
<div class="mp-interested">
|
||||
<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