
內容簡介
這是一個 WordPress 外掛,可以篩選、排序和動畫化文章和自訂文章類型。
此外掛會以網格格式顯示文章和自訂文章類型的特色圖像,您可以透過分類篩選項目。
如何運作
此外掛提供簡單的短碼,並帶有可選參數。
如果您只想使用預設文章,可以替換或完全刪除大括號。
[ easy-mixitup {post-type=(自訂文章類型名稱)} ]
範例用法
僅顯示文章和文章分類
[ easy-mixitup ]
如果您有命名為「portfolio」的自訂文章類型
[ easy-mixitup post-type=portfolio ]
您也可以調整文章順序
[ easy-mixitup order=ASC ]
[ easy-mixitup order=DESC ]
WP 版本
已測試 WP 版本:5.8.2
應可使用於 5.8+ 版本
問題
如有問題,請開啟 Github 詢問:
https://github.com/invaderb/easy-mixitup/issues
貢獻
此專案為開放原始碼,可供非商業專案使用,需符合 easy mixitup 授權協議。
待辦事項
新增額外參數
依照排序
每頁文章數
定義關鍵字名稱
分頁?
分類參數
外掛標籤
開發者團隊
原文外掛簡介
wp plugin to filter, sort, and animate posts and custom post types.
This plugin will display featured images of posts and custom post types in a grid format where you and filter the items down by categories
How it works
This plugin offers a simple shortcode with optional arguments
The curly braces can be replaced or removed entirely if you just want to use the default posts
[easy-mixitup {post-type=(custom post type name)}]
Example usage
Display just posts adn post categories
[easy-mixitup]
If you have a custom post type named portfolio
[easy-mixitup post-type=portfolio]
You can also adjust the order of the posts
[easy-mixitup order=ASC]
[easy-mixitup order=DESC]
WP version
Tested on wp version 5.8.2
Should work on 5.8+
Issues
If you have issues please open a github issue:
https://github.com/invaderb/easy-mixitup/issues
Contributions
This project is open source and free to use for non comercial projects to mateasy mixitup licensing agreements
TODO
Add additional argument
order by
posts per page
define taxamony name
pagination?
category arguments
