How do I find the count of the current post?

Let’s say my custom post type is ‘story’.
I’ve got 20 stories published on my site.
So each post becomes: ‘story 1’, ‘story 2’, … ‘story 20’.
Thus, first post is ‘story 1’, and last post is ‘story 20’.
Now when I open one of these custom posts, I want to see the number. Example, if I open the ninth (published) post I want to see it mentions ‘story 9’.
I don’t want to hardcode it which I can do using ACF plugin. I want that data to be generated dynamically, just like how wordpress dynamically generates post id or slug.

Importing New Posts from Live Site into Local Dev Site

I’m currently developing an updated version of a live site in a local environment. It’s a very large site and the local dev site is using a entirely new theme without many of the live site’s plugins or functionality. The live site uses Avada Fusion and almost all content is wrapped in shortcodes forcing me to basically re-publish each post manually using the dev site’s new setup (using ACF Pro, custom fields). I’ve spent weeks removing the live site theme, unnecessary thumbnails, plugins, and all sorts of space hogging files. The only problem is bringing in the new posts from the live site. They are adding new posts weekly and I’m about 25 behind. 🙂

Assign custom class to post content images

Is possible to assign a default class to the images that are part of a post content? I have a problem with teh layout, this because the attached images insetred inside a post will break my bootstrap layout. I want to assign a default class so the user when add an image into the content will have the class assigned and the layout will not break.