edited archive view
This commit is contained in:
parent
10298cd016
commit
4313f488c1
|
@ -16,6 +16,13 @@ get_header();
|
|||
<h1><?php single_term_title( ' ' ); ?></h1>
|
||||
</header>
|
||||
|
||||
<aside>
|
||||
<?php if( in_category('faq') ) : ?>
|
||||
<?php xarxaprod_display_faqs_labels(); ?>
|
||||
<?php xarxaprod_display_faqs_search(); ?>
|
||||
<?php endif; //end if is_category faq ?>
|
||||
</aside>
|
||||
|
||||
<?php if ( have_posts() ) : ?>
|
||||
|
||||
<content class="archive-posts <?php xarxaprod_class_posttype(); ?>">
|
||||
|
@ -33,7 +40,6 @@ get_header();
|
|||
|
||||
endwhile;
|
||||
|
||||
|
||||
the_posts_navigation();
|
||||
echo '</content>';
|
||||
|
||||
|
|
Loading…
Reference in New Issue