Displaying post number in custom post type taxonomy

Hi guys,

I have a custom post type “Videos” which have a taxonomy “videos_category”, the general listing page (Archive page) uses the index.blade.php template. To view posts assigned to the custom taxonomy category I have assigned them to I go to eg. /videos/an-introduction. Which works fine, but i’d like to display the post number for each post in that category that is listed.

At the moment the video number is hardcoded, but this is where i’d like the post / video number to be dynamic ie. video 01, video 02. Just not sure how to achieve this :frowning:

Any help would be awesome :slight_smile: