このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Display Site Numbers

説明

ウィジェット

The widget will show (and automatically update) the following site-content counters:

  • Categories count
  • Posts count
  • Pages count
  • Images count
  • Tags count
  • Comments count
  • Authors count

In the admin backend, user can select what counter(s) to display.

ショートコード

Add this shortcode in your page/post:

[DSN-list]

to show all the 6 counters. If you want to specify what counter(s) to show, use this syntax;

[DSN-list show="Categories, Comments, Posts]

Valid terms in the list are: Categories, Comments, Posts, Pages, Authors, Images, Tags.

If you like the plugin, feel free to rate it (on the right side of this page) or donate via PayPal. Thanks a lot! 🙂

スクリーンショット

  • The admin backend
  • The widget frontend
  • Another view of the frontend, with a different style
  • A view of the shortcode output in a post/page.

インストール

  1. Upload display-site-numbers folder to the /wp-content/plugins/ directory
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください
  3. Place the widget

FAQ

Can I customize the style in the widget?

Yes, all elements are included in DSN-wrapper div. Left items are in the item class, while counters are in count class. You can override them in your child theme style.css

評価

2018年12月30日 1 reply
This was perfect. Well coded and easy to adapt for custom post types.
2016年9月3日 1 reply
Funziona che è una meraviglia… e tanto basta!
2件のレビューをすべて表示

貢献者と開発者

Display Site Numbers はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Display Site Numbers” は2ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Display Site Numbers” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • Adding support for custom post types

1.0

  • Implementing Selective Refresh Support

0.9

  • Ensuring compatibility with WP 4.3
  • Removed deprecated php4 code
  • Ready for php7

0.8

  • Added Norwegian localization

0.7

  • Added pages count

0.6

  • Added shortcode

0.5

  • First working version