Slider from custom post type

If the purpose of the ID is just to set the order of the slides you are better off using the order attribute.

Add page-attributes to the array for the supports argument in $feature_args
Then in your loop you can specify &orderby=menu_order&order=ASC

Then you can show it as a column you can refer to this answer