Hi @guptakushagra16,
Theme slider is only for home page.
If you want to use slider on custom pages, you have to use plugin for that
https://ww.wp.xz.cn/plugins/slider-image/
Thanks
Sir
Thanks for your fast reply. I have already installed this plugin and got a php code that is
<?php echo do_shortcode(“[huge_it_slider id=’1′]”); ?>
please tell me where have I need to paste it.
Thanks
Kushagra Gupta
Hi,
Put the short code in Page Content area in which page you want to show your slider.
If you want to same show slider on all pages for this you have to create child theme
Thanks
If you want to show slider on post or page put [huge_it_slider id=’1′]
in post or page editor. or if you want to replace default theme slider with this plugin slider
open home-slider.php file and remove all it’s content and put the given code in it
i.e. <?php echo do_shortcode(“[huge_it_slider id=’1′]”); ?>
Note:- It’s recommended that you modify theme core files using child theme. so when you update theme package your changes won’t be lost.
Thank You