I have a separate wordpress table where there is only post url in that.
Now, I want post title from that url.
Tried <?php $postid = url_to_postid( $url ); ?>
Doesn't seem to be working good. Returns 0 to some of the urls.
Any ideas/suggestions ?
I have a separate wordpress table where there is only post url in that.
Now, I want post title from that url.
Tried <?php $postid = url_to_postid( $url ); ?>
Doesn't seem to be working good. Returns 0 to some of the urls.
Any ideas/suggestions ?
Try the following query:
Or
post_url is a column name