Arkadaşlar capacious temasında şöyle bir sıkıntı yaşıyorum. Temada kategorilerim var olmasına rağmen özelleştirme alanından yaptığım düzenlemelerde sadece 2 adet kategoriyi görebiliyorum. Diğerleri görünmüyor bu sorunu nasıl düzeltebiliriz ? Önizleme ve temanın paneldeki bir bileşen kodunu aşağıda paylaşıyorum.

Önizleme;




/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site may use a
* different template.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package capacious
*/
// retrieving Customizer Value
$section_option = capacious_get_option( 'capacious_homepage_testimonials_option');
if( $section_option != 'hide' ) {
$section_bg_image = capacious_get_option( 'capacious_testimonials_section_image' );
$testimonial_section_id = capacious_get_option( 'capacious_testimonial_section_id');
$section_cat_id = capacious_get_option( 'capacious_testimonials_cat_id');
if(!empty($section_cat_id))
{

$category = get_category($section_cat_id);
$section_cat_id;
$counts = $category->category_count;
if($counts>0)
{
?>