mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogside.git
synced 2025-08-27 01:21:23 +08:00
Multiple other required fixes
This commit is contained in:
parent
1ae2f90e81
commit
22b18ba5f4
8 changed files with 53 additions and 109 deletions
|
@ -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() ) : ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue