How can a post ID be retrieved from the
permalink?
Answers:
1.
Its not possible to
retrieve the post ID from a permalink due to its structure.
2.
It can be retrieved by
using a Regular Expression.
3.
wp_get_post_id($permalink)
4.
url_to_postid($permalink)