Pages

Friday, January 3, 2014

Get Page Id from Page Slug - Wordpress

If you want to get page id from page URL than you can use below function:

$postid = url_to_postid( $url );

No comments: