Display Posts (or any custom post type), Terms (or any custom taxonomy), Users (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.
- 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
.
- 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 year, month, day ( date_query )
- year
- month
- month year
- category, post tag or custom taxonomies
- authors
- parents
- post id
- post title
- post name
- post publish date
- post modified date
- menu order
- approved comment count
- meta value
- or random
- Next / Previous links
- Numeric navigation flat - Ex: 1, 2, 3.
- Numeric navigation showing in unordered list.
- Enable/Disable pagination by ajax
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.
- Upload zip to the
/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Find W4 post list menu under Posts Menu. Add and manage post list from there.