This commit is contained in:
Jerry
2022-11-30 16:14:27 +01:00
parent f17b9a686e
commit 2a60f67cdc
9 changed files with 17 additions and 15 deletions

View File

@@ -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>