이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Category count Shortcode

설명

Show all published categories count by shortcode.

How to use:
Use [show_category_count] shortcode to show the count.

Arbitrary section

A brief Markdown Example

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Category count Shortcode”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Category count Shortcode”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.4

  • 20:36 Tuesday March 14 2023 Gebze

  • Adding how to use

  • in readme.txt description section

  • and sub page admin menu.

1.3

  • 17:16 Sunday March 12 2023 Gebze

  • Add how to use paragraph

  • to readme.txt description.

1.2

21:38 Thursday March 7 2023 Kagizman

  • Change License from

  • V2

FS License

Version 2 – Feb 16 2022

This program is free software
without any commitment,
you are allowed using it in any kind
but going cross others border.

if you purchased this software
in redistributing case
you allowed to reselling it
in purchased count
without creator or modifier confirm
even after modify.

to

to V4.

  • Check if Textdomain

  • function name exist or not.

1.1

13:00 Friday Feb 24 2023 Shahriar Baghestan

Change ‘hide_empty’ => 0 to 1

$args = array(

    'get' => 'all',

    'hide_empty' => 0

);

$categories = get_categories( $args );

Change plugin name

from

category-count

to

category-count-shortcode.

Change links in plugin head

from temup.ir

to codeway.ir.

1

  • 16:17 tuesday mar 8 2022
  • First release.
  • Show category count with
  • shortcode.