How to add text/link under the video?

Discussion in 'VideoCraft WordPress Theme' started by ahoque, Aug 15, 2014.

  1. ahoque

    ahoque Guest

    Joined:
    Jun 13, 2014
    Messages:
    125
    Likes Received:
    1
    I want add a link/text under the video , how can I do it to report broken link to me?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
  3. ahoque

    ahoque Guest

    Joined:
    Jun 13, 2014
    Messages:
    125
    Likes Received:
    1
    Thank you!. How can I place the following code under the homepage video and single video pages?

    <?php wprc_report_submission_form(); ?>
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You need to add this code in front-page.php and single-video_listing.php file.
    Go to --> themes\videocrafttheme\front-page.php
    and add <?php wprc_report_submission_form(); ?> code on line no. 107 as shown in screenshot.


    Go to --> themes\videocrafttheme\single-video_listing.php
    and add <?php wprc_report_submission_form(); ?> code on line no. 101 as shown in screenshot.

    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

Share This Page