Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    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(); ?>

    Thread Starter shilpiagarwal

    (@shilpiagarwal)

    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.

    Plugin Author Maeve Lander

    (@enigmaweb)

    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

    marco.tsitselis

    (@marcotsitselis)

    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 https://www.logisfashion.com/

    Hello Maeve, could you please help me?

    Cheers, Marco

    marco.tsitselis

    (@marcotsitselis)

    Thanks

    Plugin Author Maeve Lander

    (@enigmaweb)

    Sorry its taken me a while to get back to this. Looks like you worked it out. It was footer.php

    marco.tsitselis

    (@marcotsitselis)

    Ys I did, thank you Maeve.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Where to put the code’ is closed to new replies.