Vertical Scroll Recent Post allows you to add a scrolling div, where the desired number of posts titles will be displayed one after the other. It can be placed either as a widget or a shortcode wherever you like. Available options to display post’s date, post’s thumbnail etc.
Features:
- Multiple Widgets and Shortcodes
- Different scrollings with different settings
- Pause on mouseover
- Option to display post’s thumbnail
- Option to display post’s date
- Option to display link to all posts of Widget
- Option for scrolling direction
- Option to choose category
- Option to select order
Plugin configuration:
- Drag and drop the Widget, multiple widgets allowed.
- Use the desired Shortcode in Posts/Pages.
- Add directly in to the Theme using the following PHP code:
<?php $instance = array( 'class' => "", 'vsrp_id' => ID ); if ( function_exists( 'vsrp' ) ) vsrp(); ?>