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

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

스크린샷

설치

  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

FAQ

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