Shortcodes for easily listing all your pages, posts, taxonomies, and tags.
Easy Content Lists is a WordPress plugin that offers a set of shortcodes for efficiently listing pages, posts, taxonomies, and tags on your WordPress site. It provides users with an easy way to display content hierarchically and stylishly, offering various filtering and styling options.
Use the following shortcodes to display lists on your WordPress site:
[razorfrog_pages_list]
– For listing pages.[razorfrog_posts_list]
– For listing posts.[razorfrog_taxonomy_list]
– For listing taxonomy terms.[razorfrog_tags_list]
– For displaying tags in a cloud format./wp-content/plugins/easy-content-lists
directory, or install the plugin through the WordPress plugins screen directly.orderby
: Order by ‘title’, ‘date’, etc. (default: ‘title’)order
: ‘ASC’ or ‘DESC’ (default: ‘ASC’)exclude
: Exclude specific page IDs (default: ”)child_of
: Display child pages of a specific page ID (default: 0)col
: Column number for styling (default: 1)error_message
: Custom error message (default: ‘ERROR: Can\’t find pages.’)post_type
: Specify the post type (default: ‘post’)orderby
: Order by ‘title’, ‘date’, etc. (default: ‘date’)order
: ‘ASC’ or ‘DESC’ (default: ‘DESC’)exclude
: Exclude specific post IDs (default: ”)posts_per_page
: Number of posts to display (default: 100)col
: Column number for styling (default: 1)taxonomy
: Specify taxonomy to filter (default: ”)terms
: Specific terms to include/exclude (default: ”)meta_key
: Meta key for filtering (default: ”)meta_value
: Meta value for filtering (default: ”)error_message
: Custom error message (default: ‘ERROR: Can\’t find posts.’)taxonomy
: Specify the taxonomy (default: ‘category’)orderby
: Order by ‘title’, ‘count’, etc. (default: ‘title’)order
: ‘ASC’ or ‘DESC’ (default: ‘ASC’)col
: Column number for styling (default: 1)count
: Show term count (default: ‘true’)error_message
: Custom error message (default: ‘ERROR: Can\’t find taxonomy.’)query_type
: ‘include’ or ‘exclude’ specific tags (default: ‘exclude’)tags_ids
: IDs of tags to include or exclude (default: ”)max_count
: Max number of tags to display (default: 100)size_from
: Minimum font size for tags (default: 16)size_to
: Maximum font size for tags (default: 36)error_message
: Custom error message (default: ‘ERROR: Can\’t find tags.’)