Display 文章设置 (any custom post type), 项目(Terms) (any custom taxonomy), 用户 (any role) on Content or Widget Areas by placing a shortcode. Select what to show and design how to show it. Using the plugin is really easy. You will find Tinymce button on post/page editor to quickly inset a list. Also, there's a separate page for creating or editing list.
List Types
- Posts
- Terms
- Users
- Terms & Posts
- Users & Posts
Creating a list is just few steps. There are different sets option for different List Type, following options are available for List Type -
posts
.
Posts
- post type
- post mime type
- post status
- post search keyword
- include post by ids
- exclude post by ids
- exclude current post
- posts per page - while using pagination
- post by parent ids
- post by author ids
- post by terms ( tax_query )
- post by meta ( meta_query )
- post by 年, 月, day ( date_query )
Group Results by
- year
- month
- month year
- category, post tag or custom taxonomies
- authors
- parents
Order Results by
- post id
- 文章标题
- post name
- post publish date
- post modified date
- menu order
- approved comment count
- meta value
- or random
Multi-Page Pagination by
- Next / Previous links
- Numeric navigation flat - Ex: 1, 2, 3.
- Numeric navigation showing in unordered list.
- Enable/Disable pagination by ajax
To Create Template
Templates are designed using Shortcodes. You can create a simple list just showing post title and linked to the post page, or you can display complex list using any of the information relating to post. Some of the available shortcodes are -
- post thumbnail
- post categories
- post tags
- post custom taxonomy terms
- post author name / links / avatar
- post publish time
- post modified time
- post excerpt
- post content
- post meta value (multiple times, with multiple meta keys)
- media thumbnail
Check all of the
available shortcodes here.
Check Example