Title: Edit id parameter?
Last modified: August 22, 2016

---

# Edit id parameter?

 *  [convertmedia](https://wordpress.org/support/users/convertmedia/)
 * (@convertmedia)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/edit-id-parameter/)
 * Hi,
 * I would like to edit the “id” parameter to make it so the videos display in my
   [Category page](http://screenplae.com/) in alphabetical order.
 * Is this possible? There seems to be no way to arrange the videos on here once
   uploaded.
 * Best,
    Jordan
 * [https://wordpress.org/plugins/contus-video-gallery/](https://wordpress.org/plugins/contus-video-gallery/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [karthikeyani](https://wordpress.org/support/users/karthikeyani/)
 * (@karthikeyani)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/edit-id-parameter/#post-5788066)
 * Hi,
 * If you change the ID, then you need to edit the videos and change the category.
   To change the order of the video in category page, open \wp-content\plugins\contus-
   video-gallery\front\models\videomore.php file and find **public function home_catthumbdata**.
   Inside the function you can find **ORDER BY ‘.$default_order.’ LIMIT**. Now replace
   the code with the following code and check.
 * **ORDER BY w.name ASC LIMIT**
 *  [tradeoffice](https://wordpress.org/support/users/tradeoffice/)
 * (@tradeoffice)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-id-parameter/#post-5788210)
 * Hi How do i change the order of video in the category to list/show by the most
   recent uploaded video?
 *  [karthikeyani](https://wordpress.org/support/users/karthikeyani/)
 * (@karthikeyani)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-id-parameter/#post-5788211)
 * Hi,
 * To change the order of the video in category page, go to admin -> Video Gallery-
   > Settings -> find ‘Videos Order’. Now change it to ‘Recent’ and check. Please
   note this option is only available for Featured and Category videos.
 *  [tradeoffice](https://wordpress.org/support/users/tradeoffice/)
 * (@tradeoffice)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-id-parameter/#post-5788212)
 * Thanks that ordered the videos on the actual category page … which is good
    But
   where i have used the shortcode “[hdvideo playlistid=9]” the videos are not are
   not ordered. infact the video displayed in the main player view is the oldest
   one i uploaded not the most recent. i would rather have the most recent video
   showed/display in the player view. thanks
 *  [karthikeyani](https://wordpress.org/support/users/karthikeyani/)
 * (@karthikeyani)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-id-parameter/#post-5788214)
 * Hi,
 * Open \wp-content\plugins\contus-video-gallery\front\models\videohome.php file
   and find `public function video_pid_detail($pid, $type,$number_related_video)`.
   Inside the function you can find `ORDER BY w.vid ASC`. Now replace the code with
   the following code and check.
 * `ORDER BY w.vid DESC`
 *  [tradeoffice](https://wordpress.org/support/users/tradeoffice/)
 * (@tradeoffice)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-id-parameter/#post-5788215)
 * That worked a treat!
    thanks much!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Edit id parameter?’ 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/)

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [id](https://wordpress.org/support/topic-tag/id/)
 * [parameter](https://wordpress.org/support/topic-tag/parameter/)

 * 6 replies
 * 3 participants
 * Last reply from: [tradeoffice](https://wordpress.org/support/users/tradeoffice/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/edit-id-parameter/#post-5788215)
 * Status: not resolved