We'll create fresh WordPress site with Zhu Posts Icon Carousel for WordPress installed. You have 20 minutes to test the plugin after that site we'll be deleted.
A WordPress Widget displaying featured images of recent posts in a rotating carousel.
The carousel area displays the featured images of recent posts and scrolls from left to right. An optional preview area sits below showing the posts featured image and its excerpt. Clicking on images or the preview will open a post in a new web browser tab.
The widget is theme agnostic and includes options to enable various display elements, carousel speed, pause time, and image sizes. You can also edit the widget’s CSS within the widget’s settings panel thus giving you control over the look and feel.
There is also a demo mode that uses random stock images and Lorem ipsum. Useful for when working on a new site where you may not have many posts. However, you must have at least one published post for the widget to work.
The carousel will not display posts that are password protected.
The widget title to display. If blank no title is displayed. You can further control the title, along with other items on the widget via CSS
The maximum number of recent posts to display. The minimum is 1.
The height of the widget. A fixed height is required as posts excerpts lengths may differ.
How long in milliseconds to take rotating to the next image.
How long in milliseconds should the carousel pause before rotating to the next image. Thus allowing your user time to read the excerpt.
The size of each image on the carousel. You can set your own size using the ‘custom’ option or select from one of your WordPress’s registered image sizes.
Option to turn off the rendering of the preview area below the carousel.
Option to control the rendering of preview’s post title.
Option to control the rendering of the post’s date.
The number of words to use as the the post’s excerpt.
Option to control the display of the image in the preview. Like the carouse image size option you can also control the size of the preview’s image.
A default CSS template is generated when you add an instance of this widget to your website. Use this to further control the display of this widget. The CSS will only be applied to that instance of the widget. Thus, if required, you can have multiple instances of this widget on a page with a different look and feel.
When enabled Demo Mode uses random images and Lorem ipsum. Useful for when working on a new site where you may not have many posts. However, you must have at least one published post for the widget to work.
When in Demo Mode image sizes will be displayed as per the custom image size option.
The widget’s title is passed through WordPress’s widget_title filter which may be processed via your installed theme.
The widget temporarily adds a hook into WordPress’s excerpt_length filter to ensure that the excerpt length used is the one as set within the widget’s options.
The URL of posts are passed through WordPress’s the_permalink filter.