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

@ -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() ) : ?>