Posts by Taxonomy

설명

Display a posts or custom post types in a list seperated by tags, categories or a custom taxonomy via a simple shortcode. Enable test mode to allow a visualization of how many posts are currently being displayed. Future updates will also include a default pageniation along with alternative paginations such as infinate scroll.

EXAMPLES:

Simple display using default settings:
[bbwd-post-display post-type=’your-Post-Type-Slug’]

Simple display in “Test Mode”:
[bbwd-post-display post-type=’your-Post-Type-Slug’ testing=’true’]

Select a specific post type:
[bbwd-post-display post-type=’your-Post-Type-Slug’]

Select a specific post type and use a custom taxonomy:
[bbwd-post-display post-type=’your-Post-Type-Slug’ taxonomy=’your-Tax-Slug’]

Select a specific post type, custom taxonomy and add quantity to disply per taxonomy:
[bbwd-post-display post-type=’your-Post-Type-Slug’ taxonomy=’your-Tax-Slug’ post-per-section=5]

Select a specific post type, custom taxonomy, add quantity to disply per taxonomy and add a fallback url:
[bbwd-post-display post-type=’your-Post-Type-Slug’ taxonomy=’your-Tax-Slug’ post-per-section=5 fallback-image=’https://yourURL.com/wp-content/uploads/2023/06/your-image.jpg’]

Select a specific post type, custom taxonomy, add quantity to disply per taxonomy, add a fallback url, and display with Search and Filter:
[bbwd-post-display post-type=’your-Post-Type-Slug’ taxonomy=’your-Tax-Slug’ post-per-section=5 fallback-image=’https://yourURL.com/wp-content/uploads/2023/06/your-image.jpg’ s-and-f=123]

Select a specific post type, custom taxonomy, add quantity to disply per taxonomy, add a fallback url, display with Search and Filter, and exclude tags:
[bbwd-post-display post-type=’your-Post-Type-Slug’ taxonomy=’your-Tax-Slug’ post-per-section=5 fallback-image=’https://yourURL.com/wp-content/uploads/2023/06/your-image.jpg’ s-and-f=123 exclude=’123, 222′]

설치

  1. Go to Plugins in the Admin menu
  2. Click on the button Add new
  3. Search for Posts by Taxonomy and click ‘Install Now’ or click on the upload link to upload posts-by-taxonomy.zip
  4. Click on Activate plugin

FAQ

How do I include Search and Filter

Create your seach and filter form. Copy the ID and add it to your shortcode as an attribute (s-and-f=123)

What does your company do

Bright Bridge Web is a web development company that specializes in React, Django, and WordPress. We build websites to best fit your needs and work with you to stay within your budget.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Posts by Taxonomy”(을)를 번역하세요.

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

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

변경이력

1.0.0: October 16, 2024

  • Birthday of Posts by Taxonomy

1.0.2: May 21, 2026

  • Resolving custom post type error

1.0.3: May 21, 2026

  • Resolving missing attribute errors
  • Verify WP 7.0 release

1.0.4: May 21, 2026

  • Updating stable tag to verify deployment automation

1.0.4: May 21, 2026

  • Resolving display bug