added search field in category faq view
This commit is contained in:
parent
21c2cf44be
commit
5064491e29
|
@ -16,7 +16,9 @@ get_header();
|
|||
<main id="primary" class="site-main">
|
||||
|
||||
<?php if( in_category('faq') ) : ?>
|
||||
<?php ofisuport_display_faqs_labels(); ?>
|
||||
<?php ofisuport_display_faqs_labels(); ?>
|
||||
<?php ofisuport_display_faqs_search(); ?>
|
||||
|
||||
<?php endif; //end if is_category faq ?>
|
||||
<content class="archive-posts ">
|
||||
<?php if ( have_posts() ) : ?>
|
||||
|
|
Loading…
Reference in New Issue