Example #1
0
				<td class="num"><?php 
        topic_last_poster();
        ?>
</td>
				<td class="num"><small><?php 
        topic_time();
        ?>
</small></td>
			</tr>
			<?php 
    }
    ?>
			</table>
			<div class="nav">
			<?php 
    tag_pages();
    ?>
			</div>
			<?php 
}
?>

			<?php 
do_action('tag_below_table', '');
?>

					</div>
		</div>
		
		<div class="sidebar">
			<ul>
Example #2
0
</tr>
<?php 
    }
    ?>
</table>

<p class="rss-link"><a href="<?php 
    bb_tag_posts_rss_link();
    ?>
" class="rss-link"><?php 
    _e('<abbr title="Really Simple Syndication">RSS</abbr> link for this tag');
    ?>
</a></p>

<?php 
    tag_pages(array('before' => '<div class="nav">', 'after' => '</div>'));
    ?>

<?php 
}
?>

<?php 
post_form();
?>

<?php 
do_action('tag_below_table');
?>

<?php