Conversation
supportI have reordered the videos in the backend but on the front end they sit in this order and don’t change. Is there something else that could be overriding the plugin from working? https://wordpress.org/plugins/category-custom-post-order/
You need to specify the order on your post query 'meta_key' => 'sort_'.$categoryID, 'orderby' => 'meta_value_num' (replace $categoryID by the category ID you are ordering)
You need to specify the order on your post query 'meta_key' => 'sort_'.$categoryID, 'orderby' => 'meta_value_num' (replace $categoryID by the category ID you are ordering)