All the features from >= 8.0 are available in this version too. Starting with version 8.6, the Latest Post Shortcode plugin introduces the support for four columns and the overlay option.
== Summary for 8.6 version ==
- Four columns support
- Overlay support
- Other updates
- See also other extended available options, technical & non-technical details common for the rest of the releases (8.0 -> 8.4)
Four columns support
NEW This new feature allows you to configure the output as a four columns content. For mobile devices, the four columns transform into two columns, so that the content will still fit and be readable.
Demo shortcode and the output for four columns:
[latest-selected-content perpage="4" showpages="4" display="title,date" url="yes" linktext=" ..." image="medium" elements="3" css="four-columns" type="post" status="publish" taxonomy="category" term="online-tools,tips-tricks" orderby="dateD" show_extra="ajax_pagination,light_spinner,pagination_all,date_diff"]
Overlay support
NEW This is a new feature that allows you to configure the tiles to use the image as the background and the content as an overlay. To do so, you can append the extra CSS class as-overlay
. By default, the overlay color is dark, but you can add the light
class to make it light (see examples below). If you need to fit more content in each tile you can also append the tall
class. Please note that the ovelay options work better when you use the columns as described on this page.
Demo shortcode and the output for overaly option:
[latest-selected-content perpage="4" showpages="4" display="title,date,excerpt-small" chrlimit="120" url="yes" image="medium" elements="3" css="four-columns tall as-overlay" type="post" status="publish" taxonomy="category" term="travels" orderby="dateD" show_extra="ajax_pagination,light_spinner,pagination_all,date_diff,category"]
Demo shortcode and the output for light overaly and tall option:
[latest-selected-content perpage="4" showpages="4" display="title,date,excerpt-small" chrlimit="120" url="yes" linktext="Read more" image="thumbnail" elements="3" css="four-columns tall as-overlay light" type="post" status="publish" taxonomy="category" term="online-tools,tips-tricks" orderby="dateD" show_extra="ajax_pagination,light_spinner,pagination_all,date_diff,category"]
Other updates
- The plugin has been tested up to WordPress 5.0.1
- When used with WordPress >= 5.0 + Gutenberg, the plugin shortcode can be configured from any Classic block, using the plugin button
- Slider image placeholder fix
- Better translation
Extended available options, technical & non-technical details common for ver < 8.6
See other plugins