postId()

Description

Returns the post's database ID number.

Usage

<?php 
	$post_id= postId(); 
?>
<?php 
	echo postId(); 
?>