Childtheme - timeleft on the listing page classipress - cp_timeleft
What code i should put nto my child theme in: loop-ad_listing.php
when i putting:
<?php echo cp_timeleft( strtotime( get_post_meta( $post->ID, 'expires', true ) ) ); ?>
In the list of classifieds showing that ad has expired
but when enter inside of single ad it showing good for example: 2 day 4 hours left
Any one can help me?