Hi folks,
In my single.php template under the post content I have the code for a shortcode with some html between the opening and closing parts of the shortcode.
Within the html I would like to display the post ID, however the usual method '<?php the_ID(); ?>' doesn't seem to be working. There's probably a simple way to get around this - can anyone advise me?
Example:
'<?php echo do_shortcode('[hide-this-part]
this is where I put my html...blablabla...
[/hide-this-part]'); ?>'
This is before the end of the loop.
Thanks a lot for any help you can give me.
Jo