Hi Andy,

There is no id for the listings but you can use this code in your functions.php to create one.



function childtheme_add_unique_id( $post_id ) {
$post = get_post( $post_id );
...