<?php $post_data = get_page_by_path('my-post-slug'); $post_id = $post_data->ID; if(!empty($post_id)){ echo 'The post ID is: '.$post_id; }