這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

評價

There are no reviews for this plugin.

貢獻者及開發者

“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.