added search field in category faq view
This commit is contained in:
parent
21c2cf44be
commit
5064491e29
|
@ -17,6 +17,8 @@ get_header();
|
||||||
|
|
||||||
<?php if( in_category('faq') ) : ?>
|
<?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 ?>
|
<?php endif; //end if is_category faq ?>
|
||||||
<content class="archive-posts ">
|
<content class="archive-posts ">
|
||||||
<?php if ( have_posts() ) : ?>
|
<?php if ( have_posts() ) : ?>
|
||||||
|
|
Loading…
Reference in New Issue