The same instructions as in the tutorial stand... Take whatever makes up a block for your theme, replicate it, and add the calendar code to it.
In your case, it would seem that a bloc consists of
HTML Code:
<div class="art-Block">
<div class="art-Block-body">
<div class="art-BlockHeader">
<div class="l"></div>
<div class="r"></div>
<div class="art-header-tag-icon">
<div class="t"><?php _e('Categories', 'kubrick'); ?></div>
</div>
</div><div class="art-BlockContent">
<div class="art-BlockContent-body">
</div>
</div>
</div>
</div>
So, figure out where you want the calendar to appear, then paste this code in the proper spot to add a block to your template, and then adjust the title and the content of the block.
I'm guessing that for your theme, this would be the equivalent of the title <?php _e('Categories', 'kubrick'); ?>
And then the content would be inside of the art-BlockContent-body div.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
|