Post X of Y in single.php / sidebar.php

Is there a way of putting “Post X of Y” into my sidebar? I think I can only show it when it is a single blog post (something like checking if the content is_single) but I want to be able to see which post I am viewing. Googling “wordpress post x of y” for the last 20 minutes has given me a lot about category x in page y or something similar, so I thought to ask here.

How to show a post single post in page template

Currently I’ve divided posts into 5 different categories, based on the categories I’ve created 5 page templates. all of the pages are listed into the home page navigation menu. in my home page I’m showing 5 posts in five different categories. when they clicked a post that post will shown in the single page template(that’s what word press normally does) but i want to show that post into my page template. because each page template having different designs. if there is any way to set the permalink to point to the page template and show the post in to full.