Displays a list of posts

Options
- start - Start offset for pagination, default 0
- limit - Number of posts to displat, default 4
- page - Page number, the number of pages is the total number of posts divided by limit
- language_id - Language id for name and content, default is current language
- site_id - Site id to show posts for, default is current site
- type - Custom post type, default is 'post'
- manufacturer_id - Fitler by manufacuter id, default null
- vendor_id - Fitler by vendor id, default null
- order - Order by, available options: 'post_id', 'price', 'date_added', 'date_modified'
- direction - Order direction, available options: 'asc', 'desc'
- taxonomy_item_id - Filter by taxonomy,
- include_image_gallery - Include post images, usefull for image swap on hover, default true
- post_id - Filter by post_id can be a single value or a comma delimited list eg: 1,2,3
- search - Filter posts by name or description that contain the search term
- slug - Filter by post slug can be a single value or a comma delimited list eg: slug-1,slug-2,slug-3
- username - Filter by author by providing author username eg: admin
- date_format - Date format for post creation date, value can be a php date format https://www.php.net/manual/en/function.date.php or human for human friendly date.
- sticky - Include sticky posts
Properties
- Post - data-v-post - repeatable element for each post to display
- └── name - data-v-post-name - Post name
- └── content - data-v-post-content - Post content
- └── price - data-v-post-price - Post price
- └── image - data-v-post-image - Post image
- └── images - data-v-post-images - Post gallery
- └── url - data-v-post-url - Post url