MD Taxonomy Totals

外掛說明

MD Taxonomy Totals provides a simple and efficient way to display the total number of published posts on your site. Use the [mdtt_total_posts] shortcode anywhere on your site to show post counts.

Features:
* Display total published posts count
* Filter by category (name, slug, or ID)
* Filter by tag (name, slug, or ID)
* Combine category and tag filters
* Automatic number formatting based on locale
* Admin instructions page accessible via Tools menu

Perfect for:
* Showing total blog posts on your homepage
* Displaying category-specific post counts
* Tag-based post statistics
* Portfolio or gallery post counts
* Any content that needs post count displays

螢幕擷圖

  • Admin instructions page showing usage examples
  • Shortcode examples and parameter reference

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/md-taxonomy-totals directory, or install the plugin through the plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen
  3. Use the [mdtt_total_posts] shortcode in your posts, pages, or widgets

常見問題集

Where can I use the shortcode?

The [mdtt_total_posts] shortcode works in:
* Post and page content (Gutenberg and Classic Editor)
* Text widgets and Custom HTML widgets
* Page builders (Elementor, Avada, WPBakery, etc.)
* Theme templates (using do_shortcode())

Can I combine category and tag filters?

Yes! Use [mdtt_total_posts category="news" tag="featured"] to count posts that match both criteria.

What happens if I specify an invalid category or tag?

The shortcode will return “0” for invalid terms, ensuring your site doesn’t break.

Does this work with custom post types?

Currently, the plugin counts only standard posts. Future versions may include custom post type support.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈MD Taxonomy Totals〉的開發相關工作。

參與者

將〈MD Taxonomy Totals〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • Initial release
  • [mdtt_total_posts] shortcode with category and tag filtering
  • Admin instructions page
  • Support for slug, name, and ID-based filtering
  • Automatic locale-based number formatting