/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
***BEFORE LOOP <?php $expirationtime = get_post_custom_values('expiration'); } if ( $secondsbetween > 0 ) { ?> ***LOOP HERE*** ***AFTER LOOP*** <?php } ?>