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

    (@mohsinrasool)

    You can use do_shortcode function to execute any WordPress shortcode in theme files. For example, for this slider.

    echo do_shortcode('[nggallery id=x template="3dfluxsliderview"]');

    Replace “X” with your gallery ID.

    Thread Starter abidine

    (@abidine)

    thanks
    it is work good

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to add into header.php’ is closed to new replies.