內容簡介
總結:這個 WordPress 外掛可以透過簡單的短代碼將文章或自訂文章類型以標籤、分類或自訂分類法分隔在列表中展示。開啟測試模式可以可視化當前展示的文章數量。未來更新將包括預設分頁以及其他分頁方式如無限滾動。
1. 可以透過怎樣的簡單短代碼在 WordPress 中顯示文章或自訂文章類型?
- 答案:使用短代碼 [bbwd-post-display post-type='your-Post-Type-Slug'] 以預設設定簡單展示。
2. 如何在「測試模式」下呈現文章?
- 答案:使用短代碼 [bbwd-post-display post-type='your-Post-Type-Slug' testing='true'] 能夠在測試模式時呈現文章。
3. 如何選擇特定的文章類型呈現?
- 答案:透過短代碼 [bbwd-post-display post-type='your-Post-Type-Slug'] 選擇特定的文章類型呈現。
4. 如何選擇特定的文章類型並使用自訂分類法?
- 答案:透過短代碼 [bbwd-post-display post-type='your-Post-Type-Slug' taxonomy='your-Tax-Slug'] 選擇特定的文章類型並使用自訂分類法。
5. 如何選擇特定的文章類型、自訂分類法以及在每個分類法中添加顯示數量?
- 答案:使用短代碼 [bbwd-post-display post-type='your-Post-Type-Slug' taxonomy='your-Tax-Slug' post-per-section=5] 選擇特定的文章類型、自訂分類法以及在每個類別中設置顯示數量。
6. 如何選擇特定的文章類型、自訂分類法、設置每個分類法中的顯示數量並添加後備 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'] 能夠達到以上要求。
外掛標籤
開發者團隊
原文外掛簡介
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′]
