How can I get post id from the url. For instance I have opened the page mysiteurl/mypagename
in the page handler i need to get post id.
If I had default permalinks than I could get from the name /?p=123 but I have non-default ones so I cannot get post ID from the name
Something like UNPERMALINK because it does the reverse as the_permalink.
NB – I dont have the loop.
Assuming you have the wordpress framework loaded you can use url_to_postid() – the opposite of
get_permalink():with your permalink as
$url