Multiple other required fixes

This commit is contained in:
Alexander Agnarson 2018-09-08 17:21:23 +02:00
parent 1ae2f90e81
commit 22b18ba5f4
8 changed files with 53 additions and 109 deletions

View file

@ -4,12 +4,8 @@
<?php get_template_part('inc/page-title'); ?>
<?php if ((category_description() != '') && !is_paged()) : ?>
<div class="pad pad-top group">
<div class="notebox">
<?php echo category_description(); ?>
</div>
</div><!--/.pad-->
<?php if ( ! is_paged() ) : ?>
<?php the_archive_description( '<div class="pad pad-top group"><div class="notebox">', '</div></div>' ); ?>
<?php endif; ?>
<?php if ( have_posts() ) : ?>