11 September 2005
B2Evolution 'smallhead' Div Source Code
This block of PHP code shows the original 'smallhead' div in a typical b2evo 0.9.x blog skin. It displays the categories, author, post-time, and wordcount of each post. This code is located in the /skins/skinname/_main.php file of a typical b2evo skin, and is shown here for reference purposes in case changes are made which break something in the template:
<div class="bSmallHead">
<?php
$Item->issue_time();
echo ' | ', T_('Categories'), ': ';
$Item->categories();
?>
<br />
Posted by: <a href="<?php $Blog->disp( 'blogurl', 'raw' ) ?>?author=<?php the_author_ID() ?>" title="<?php echo T_('Browse all posts by this author') ?>"><?php $Item->Author->prefered_name() ?></a> |
<?php
$Item->wordcount();
echo ' ', T_('words');
?>
</div>
or, What my speakers are currently pumping...
Hallucinogen - Promotheus Process EP
































