Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Directly to latest post of Topic


DKB
Participant

@dkb

It works but i get it on the wrong row.

Here is the code:

<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
<tr<?php topic_class(); ?>>
<td><?php bb_topic_labels(); ?> <a href="<?php topic_link(); ?>"><?php topic_title(); ?></a><?php topic_page_links(); ?></td>
<td class="num"><?php topic_posts(); ?></td>
<!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
<td class="num"><?php topic_last_poster(); ?></td>
<td class="num"><a href="<?php topic_last_post_link(); ?>"><?php topic_time(); ?></a></td>

how can i get it after the topic pages and can i add i image instead of latest?

Skip to toolbar