
內容簡介
「文章和分類篩選器」是一個非常簡單的外掛,可用於建立文章篩選器。您只需安裝它,進入儀表板在「文章篩選器」選項裡設置您想要應用篩選器的文章類型和分類以及其他設置,然後儲存即可。
「文章和分類篩選器」提供一個簡碼「[post_taxonomy_filters]」,可將其貼到任何頁面內容。
「文章和分類篩選器」設置
安裝後,您可以在儀表板中看到「文章篩選器」連結。點擊它。
基本設置
1. 文章類型:選擇要應用篩選器的文章類型。
2. 文章分類:選擇要作為篩選器的文章分類。
3. 佈景設置:選擇在哪個位置顯示篩選器以及每一行顯示多少文章。
4. 執行查詢方法:選擇篩選器是在 Ajax 上運作還是僅在 Jquery 上運作。Jquery 只會顯示/隱藏篩選器標籤,在 Ajax 上,當您點擊篩選器時,資料將會載入。
分類篩選器輸出過濾器
此外掛讓讓您能簡單地設置分類篩選器輸出設定。
[tax_name]:顯示分類名稱。
[tax_link]:顯示分類鏈接。
[tax_custom_name_field]:顯示分類自訂欄位。
文章篩選器輸出過濾器
[image]:顯示文章的特色圖片。
[title]:顯示文章標題。
[post_date]:顯示文章發布日期。
[excerpt]:顯示文章摘要。
[content]:顯示文章內容。
[post_link]:顯示文章連接。
[author_name]:顯示文章作者姓名。
[author_image]:顯示文章作者圖片。
[author_link]:顯示文章作者鏈接。
[post_custom_name_field]:顯示文章自訂欄位。例如:[post_custom_price_field]
外掛標籤
開發者團隊
原文外掛簡介
Post and Taxonomy Filter is very simple plugin to create a post filter. You just install it and goes his setting page thant is visible in your dashboard menu Post Filter click on it and just select which post type and Taxonomy and other setting you want to apply filter and save it.
Post and Taxonomy is give you a short code [post_taxonomy_filters] just paste it in any page body.
Post and Taxonomy Fiter Setting
After Installation you can see a POST Filter link in your dashboard. Click on it.
Basic Setting
1. Post Type : Select a Post Type Which you want to apply filter.
2. Post Taxonmy : Select a Post Taxonomy Which you want work as filter.
3. Theme Setting : Select Filter Show in which position and also select how many post are shows in one row.
4. Work Query as : Select a Filter Works on Ajax or just Jquery. Jquery just show hide the filter tabs, In Ajax data will load when you click on filter.
Output Filters: For Taxonomy
This plugin allows you to do this very easily set output of taxonomy filter.
[tax_name] : Show taxonomy term name.
[tax_link] : Show taxonomy term link.
[tax_custom_name_field] : Show taxonomy term custom field.
Output Filters: For Post
[image] : It will show a Post featured image.
[title] : Show a post title.
[post_date] : Show Post publish date.
[excerpt] : Show Post Excerpt.
[content] : Show Post Content
[post_link] : Show Post link
[author_name] : Show Post Author Name
[author_image] : Show Post Author Image
[author_link] : Show Post Author Link
[post_custom_name_field] : Show Post Custom Field .example: [post_custom_price_field]
