I want to use <?php the_ID(); ?> to diplay post number as reference on all posts
i want to display it like this
<p>Product reference no:<?php the_ID(); ?></p>.
Do know where to put it to display on all posts.
I wish to use it as a way to reference each post as it contains a product.
Any help appreciated