How can I find the current post id from the URL?
For example, I would like the post id from the end of the URL below.
//xenforo.com/community/threads/blah-blah.23491/#post-290494
I've tried using {$post.post_id} but that shows the id of the last post on the page.
Cheers.
For example, I would like the post id from the end of the URL below.
//xenforo.com/community/threads/blah-blah.23491/#post-290494
I've tried using {$post.post_id} but that shows the id of the last post on the page.
Cheers.