I’m utilizing an API which tracks metrics on elements of my web site. The one helpful bit it saves although is the URL (permalink).
What’s the best strategy to question up all of the posts that match these permalinks, given the truth that I haven’t got entry to the ID’s to make use of post__in
with WP_Query
.