• Resolved Euritos

    (@euritos)


    Hello,

    I would like to know if is possible to add this slider to the template (for example in Header.php)

    I have seen that this plugin uses shortcodes, but there is a way to put in the template?

    Thanks very much and sorry for my bad english.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, yes you can use shortcodes in php files using function do_shortcode. Suppose you have this shortcode

    [wcp-carousel id="225" order="DESC" orderby="date" count="10"]

    in header.php file, paste following code inside php tags

    echo do_shortcode('[wcp-carousel id="225" order="DESC" orderby="date" count="10"]');

    Thread Starter Euritos

    (@euritos)

    Thank you Rameez! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider in template’ is closed to new replies.