So, the {POST_ID} hook does not drop in the ‘ID’ for the post ?
You do understand that all posts on WordPress are accessible by their built-in shortcode without having to change the permalinks, which nobody would logically do.
I was basically asking if the hook you provide for story ID actually dropped in the actual ID, and if the usage of ‘https://mysite.com/?p=’ in the element box would break anything in PHP if used that way without any escapes such as
https:\/\/mysite.com\/?p=
With WordPress, all posts are still accessible via
https://mysite.com/?p=123456
regardless of whether the htaccess redirect format is setup to be
https://mysite.com/name-of-post-here
Did that help better understand my query?
Trying not to crash PHP to test out using the inbuilt shortcode URLs of WP vs the long versions.