• I want to use the POWr Video Slider plugin on my website’s homepage, which is using the Veteranfood theme (Cubicthemes).
    The problem is that this theme does not read the [powr-video-slider label="My Label"] code inserted on the homepage since this page is build using several blocks that are accessed through the theme settings page.

    So, I need to use <?...> php code inside my theme template file but cannot find how this code is build for this specific plugin.

Viewing 1 replies (of 1 total)
  • The POWr Shortcode should work regardless of theme. But if you want to insert the Video Slider in php, it is simply:

    <?php echo "[powr-video-slider label='A Label']"; ?>

    If you are still having problems, feel free to post a link to a live site and we’ll take a look! Or you can create a ticket on our knowledge base.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Powr Video Slider] php code to insert in theme template files’ is closed to new replies.