forked from LiveCarta/LiveCartaWP
wp fixes
This commit is contained in:
@@ -13,7 +13,7 @@ get_header();
|
||||
<div class="cont">
|
||||
<div class="inner-cont">
|
||||
<h4>More from the Blog</h4>
|
||||
<div class="bp-list">
|
||||
<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(); ?>">
|
||||
<span class="bp-img">
|
||||
|
||||
Reference in New Issue
Block a user