카테고리 옆에 해당 글의 개수를 넣을 방법이 없을까요?

워드프레스 게시판 KBoard 사용하고 있습니다.

카테고리까지 적용을 했는데, 각 카테고리별 글의 개수가 몇 개인지 표기할 방법이 있을까요?

개발해야 하는 건가요?

알려주세요~

 

코드는 아래 코드를 사용했습니다.

<?php if($board->use_category == 'yes'):?>

<div class="category-list">

 <?php if($board->initCategory1()):?>

  <a class="all<?php if($_GET['category1'] == ''):?> active<?php endif ?>" href="<?php echo $url->set('category1', '')->set('pageid', '1')->set('target', '')->set('keyword', '')->set('mod', 'list')->tostring()?>"><?php echo __('All', 'kboard')?></a>

  <?php while($board->hasNextCategory()):?>

  <a class="item<?php if($_GET['category1'] == $board->currentCategory()):?> active<?php endif ?>" href="<?php echo $url->set('category1', $board->currentCategory())->set('pageid', '1')->set('target', '')->set('keyword', '')->set('mod', 'list')->tostring()?>"><?php echo $board->currentCategory(); ?></a>

  <?php endwhile?>

 <?php endif?>

</div>

<?php endif?>

워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요