How to get list of posts from permalinks?
I am using an API which tracks metrics on parts of my site. The only useful bit it saves though is the URL (permalink).
What is the most efficient way to query up all the posts that match those permalinks, given the fact that I don't have access to the ID's to use post__in
with WP_Query
.