• I have an e-commerce site I want to use slider for it. The theme that I am using is https://jshop-free.justpx.com/product-category/man/.

    This is what I want to do:

    I will have posts which will be displayed on the “homepage”. I want to use this slider is the category page of the products. For example in the theme mentioned above there are many categories… on top menu like ….man, woman etc…if you click on each category it will take you to category page where it displays list of products. On this page above the list of I want to this my post as slider with imgaes. Right now I have only one post per category but in the future I could have more categories, please guide how I can achieve that?

    https://www.ads-software.com/plugins/smooth-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @xploreindia

    Thanks for writing to us.
    Put below Template tag in your theme’s category.php file. It will show slider with posts of selected category only.

    <?php if( function_exists( "get_smooth_slider_category" ) ){ get_smooth_slider_category( $catg_slug=""); } ?>

    Let me know if it helps.
    Thank you,

    Best Regards,
    Sagar.

    Thread Starter xploreindia

    (@xploreindia)

    ?an you please send me step by step guidelines…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to use slider’ is closed to new replies.