Viewing 1 replies (of 1 total)
  • karthikeyani

    (@karthikeyani)

    Hi,

    If you have enabled google analytic in your site, then the google will crawl all the URLs accessed in your site. If you change the URL, then the old URL crawled in google will give you 404 error. So that the video URL has not changed in this plugin. If you still want to change the URL, follow the below steps.

    Open \wp-content\plugins\contus-video-gallery\admin\models\video.php and find post_password at line no 98 inside the function public function video_update( $videoData, $videoId ) and add the following code below the line (at 99).

    'post_name' => sanitize_title($videoData['name']),

    Now edit the video and save and check.

Viewing 1 replies (of 1 total)

The topic ‘Modify Url’ is closed to new replies.