Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter newbie99

    (@newbie99)

    guys please help me…..

    Thread Starter newbie99

    (@newbie99)

    If there’s a shortcode, there is a php function that process it. Adding the shortcode is an easy way add PHP functions to your pages.

    After taking a look at the plugin, they are implementing the shortcode in an outdated way, so it is not obvious what the php function is to a novice user.

    The PHP function you need to add to a page is:

    <?php
    $video_id = 'VIDEO ID HERE';
    freeultimate_video_render(array('conta' => '0', 'id' => $video_id));
    ?>

    Like I said, it wouldn’t be obvious as to what the function is to a novice user, so please, copy the code exactly and change only the VIDEO ID HERE and it should work.

    *note – untested

    oops – looks like you may need to put an ‘echo’ before ‘freeultimate_video_render’, like this:

    echo freeultimate_video_render

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: FREEULTIMATE VIDEO GALLERY] how to add all the videos in the template page of a theme?’ is closed to new replies.