Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to Add Status Update *NEW* into Your Title

Apparently topic_time is timezone-shifted, so the previous code is wrong :P told you it was rough! This will take the time from the opening time :)

<?php if ( (current_time('timestamp') - 24*60*60) < strtotime($topic->topic_start_time) ) : ?>*NEW* <?php endif; ?>

Skip to toolbar