Assuming you have the wordpress framework loaded you can use url_to_postid() - the opposite of get_permalink() : <?php $postid = url_to_postid( $url ); ?>.
確定! 回上一頁