Is there a way to disable the time the posts were made?
-
Hello,
The title explains it. Looks tacky if a post is old and it shows when it was posted.
Thanks,
RedBull
Viewing 3 replies - 1 through 3 (of 3 total)
- <span id=”topic_posts”><?php topic_posts_link(); ?></span>
- <span id=”topic_voices”><?php printf( _n( ‘%s voice’, ‘%s voices’, bb_get_topic_voices() ), bb_get_topic_voices() ); ?></span>
- <?php printf(__(‘Started %1$s ago by %2$s’), get_topic_start_time(), get_topic_author()) ?>
- <?php printf(__(‘Latest reply from %2$s’), esc_attr( get_topic_last_post_link() ), get_topic_last_poster()) ?>
<?php if ( 1 < get_topic_posts() ) : ?>
<?php endif; ?>
<?php if ( bb_is_user_logged_in() ) : ?>
<li<?php echo $class;?> id=”favorite-toggle”><?php user_favorites_link(); ?>
<?php endif; do_action(‘topicmeta’); ?>
In there just remove one of the li’s which contains the date