KrisChase.com

Get the latest Post ID in WordPress

Posted in Web Development on 06.10.2015 by @chasebadkids

Here’s a neat little trick that will get you the latest post ID from WordPress.

<?php 
echo $newest_post_id = $posts[0]->ID;
?>

 

Menu