diff --git a/inc/template-functions.php b/inc/template-functions.php index 81a3228..3124ba5 100644 --- a/inc/template-functions.php +++ b/inc/template-functions.php @@ -81,7 +81,7 @@ if ( ! function_exists( 'xarxaprod_display_faqs_labels' ) ) : // https://developer.wordpress.org/reference%2Ffunctions%2Fwp_list_categories%2F/ wp_list_categories( array( - 'child_of' => 38, // category FAQ id=1 + 'child_of' => 39, // category FAQ id=1 'hide_empty' => 1, 'hide_title_if_empty' => true, 'separator' => '
  • ',