Hi Shilpi, you can use the shortcode if you’re adding it in the WP editor to a page post or widget. If you need to add it in your theme then use the php <?php logo_slider(); ?>
Thanks, Maeve. But my question was exactly that. Which file of the theme should I add this code: <?php logo_slider(); ?>
style.css
core_functions.php
custom_functions.php
index.php
or some other file?
Thanks.
you can use text widget (custom html) and then just paste [logo-slider].
Or you can paste [logo-slider] in your post.
Well it depends on where you want the logo slider to appear in the theme. Like if you want it in the footer then add it in footer.php If you want it in the header put it in header.php If you want it in your sidebar put it in sidebar.php If you want it some other custom place like on a specific page template you would put it in that template or in functions.php
I would like to set the slider in my Footer widget, I’m trying to use the shortcode [logo-slider] but it is not working.
You can see what it is appening in http://www.logisfashion.com/
Hello Maeve, could you please help me?
Cheers, Marco
Sorry its taken me a while to get back to this. Looks like you worked it out. It was footer.php
Ys I did, thank you Maeve.