From 327308950eac893f10b301fce2468652200fd419 Mon Sep 17 00:00:00 2001 From: "Jorge vitrubio.net" Date: Tue, 2 Apr 2024 21:33:40 +0200 Subject: [PATCH] edited faq categroy id so now is shown --- inc/template-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => '
  • ',