added search field in category faq view

This commit is contained in:
jorge-vitrubio 2023-04-07 21:21:14 +02:00
parent 21c2cf44be
commit 5064491e29
1 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ get_header();
<?php if( in_category('faq') ) : ?>
<?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() ) : ?>