Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ajay Sharma

    (@ajay3085006)

    Hello rafilathif
    Sorry to inform you, currently there is not any shortcode.
    But you can add code to your theme home page. in home.php or front-page.php

    <?php if ( is_active_sidebar( 'left-sidebar' ) ) : ?>
    	<ul id="sidebar">
    		<?php dynamic_sidebar( 'left-sidebar' ); ?>
    	</ul>
    <?php endif; ?>

    in code above left-sidebar is id of container or widget area in which widget wp-scroll-post reside at in appreance -> widgets

    I am working on next version . It will be available soon.

    Thanks for posting query.

    Plugin Author Ajay Sharma

    (@ajay3085006)

    Hello rafilathif

    Happy to inform you that I have update the plugin and now shortcode is available now you can use scroller at any post or page or widget.

    short code is [wpsp]

    Thanks for posting query.

    Thread Starter rafilathif

    (@rafilathif)

    Thanks your awesome
    is there any way to chose specific category or tag?

    Plugin Author Ajay Sharma

    (@ajay3085006)

    Hello rafilathif

    Yes , we can show posts of specific category or from many categories.
    Please go setting page of wp scroll posts, there you can specify category name and other setting like total numbers of posts in scroller etc.

    I hope this will solve your problem.
    Thanks for posting query.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to insert the scroller in the page’ is closed to new replies.