
內容簡介
總結:
這個 Custom Post List 外掛可讓你展示可自訂的文章類型清單,並提供篩選選項。
問題與答案:
1. 如何安裝 Custom Post List 外掛?
- 將 custom-post-list 目錄上傳至 /wp-content/plugins/ 目錄。
- 在 WordPress 中的「外掛」選單中啟用此外掛。
- 在任何頁面上使用 shortcode [custom_post_list]。
2. 我可以從下拉清單中選擇特定的文章類型嗎?
- 是的,你可以使用 [custom_post_list] shortcode,並在外掛設定中指定所選的文章類型。
3. 我可以在哪裡取得這個外掛的支援?
- 如需支援,請前往 WordPress.org 上的外掛支援論壇。
透過程式碼呈現:
```html
<ul>
<li>如何安裝 Custom Post List 外掛?
<ul>
<li>將 custom-post-list 目錄上傳至 /wp-content/plugins/ 目錄。</li>
<li>在 WordPress 中的「外掛」選單中啟用此外掛。</li>
<li>在任何頁面上使用 shortcode [custom_post_list]。</li>
</ul>
</li>
<li>我可以從下拉清單中選擇特定的文章類型嗎?
<ul>
<li>是的,你可以使用 [custom_post_list] shortcode,並在外掛設定中指定所選的文章類型。</li>
</ul>
</li>
<li>我可以在哪裡取得這個外掛的支援?
<ul>
<li>如需支援,請前往 WordPress.org 上的外掛支援論壇。</li>
</ul>
</li>
</ul>
```
外掛標籤
開發者團隊
原文外掛簡介
Display a customizable list of custom post types with filtering options using the Custom Post List plugin.
Features
Display a customizable list of posts.
Filter posts based on post type.
Easy-to-use shortcode for embedding the post list.
Select specific post types from the dropdown list.
Usage
After activating the plugin, you can use the following shortcode to display the post list on any page:
[custom_post_list]
