Is it possible to have ACF message show the post ID that I am currently in?
at the bottom of the sidebar?
img:
https://screenshots.firefox.com/ccvsoY8dFrnx6tTU/dev.firesuite.net
This is not something that ACF will do and is not really something that should be added using ACF. You would need to add you’re own custom metabox to the sidebar. https://developer.wordpress.org/reference/functions/add_meta_box/
I was helping a client out generate some shortcode just trying to make it ease for them to copy and paste. I’ll go the wp route.
Thanks
Depending on the client you could suggest looking at the location bar to get the post ID, although I don’t think that will work for new posts.
I suppose you could create an ACF field group and dynamically add the post ID to a field value https://www.advancedcustomfields.com/resources/acf-load_value/