Title: Modify Url
Last modified: August 24, 2016

---

# Modify Url

 *  [Ricsca2](https://wordpress.org/support/users/ricsca2/)
 * (@ricsca2)
 * [11 years ago](https://wordpress.org/support/topic/modify-url-2/)
 * If I change the name of the video, the url is the old name.
    How do I change 
   the url?
 * Thanks
 * [https://wordpress.org/plugins/contus-video-gallery/](https://wordpress.org/plugins/contus-video-gallery/)

Viewing 1 replies (of 1 total)

 *  [karthikeyani](https://wordpress.org/support/users/karthikeyani/)
 * (@karthikeyani)
 * [11 years ago](https://wordpress.org/support/topic/modify-url-2/#post-6162306)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/contus-video-gallery_ba544b.svg)
 * [WORDPRESS VIDEO GALLERY](https://wordpress.org/plugins/contus-video-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contus-video-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contus-video-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/contus-video-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contus-video-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contus-video-gallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [karthikeyani](https://wordpress.org/support/users/karthikeyani/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/modify-url-2/#post-6162306)
 * Status: not resolved