內容簡介
這個外掛可以用來建立文章類型、分類、標籤、分類法等等的手風琴。您也可以自定義這個外掛的模板。
這個外掛的一些演示縮短碼:
“[dg_accordian post_type=”post” posts_per_page=”3″][/dg_accordian]” 是演示縮短碼。
“post_type” 將文章類型的文章值設置給縮短碼。
“posts_per_page” 設置從這個縮短碼顯示的文章數量。
“category” 也是 縮短碼的屬性之一
您可以將所有WP_Query的引數放到這個縮短碼中。
一個簡單的 Markdown 範例
有序列表:
文章類型手風琴
分類手風琴
每頁文章手風琴
多個分類
這個外掛接受所有 WP_Query 的引數
外掛標籤
開發者團隊
原文外掛簡介
This plugin help you to make accordian of post type, category, tags, taxonomy etc. You can also customize template of this plugin.
Some demo shortcode of this plugin
“[dg_accordian post_type=”post” posts_per_page=”3″][/dg_accordian]” is demo shortcode.
“post_type” set post type posts value to this shortcodes.
“posts_per_page” set no of post show from this shortcode.
“category” is also attribute of shortcode
You can put all WP_Query arguments to this shortcode.
A brief Markdown Example
Ordered list:
Post Type Accordian
Category Accordian
Post Per Page Accordian
Multiple Category
All WP_Query Arguments accepts by this plugins
