Hi there, I am integrating asides into my theme using the following code:
<?php
if ($posts) : foreach ($posts as $post) : start_wp();
?>
<?php if (in_category(2)) { ?>
<?php static $sidebarasidescount = 0;
if ($sidebarasidescount == "5") { break; }
else { ?>
<small class="asidemeta"><span class="asidesmeta-commentno"><?php comments_popup_link(__('(0)'), __('(1)'), __('(%)')); ?></span> -
<span class="asidesmeta-datetime"><?php the_time('D-M-Y / g a'); ?></span><span class="asidesmeta-editlink"><?php edit_post_link('Edit', ' — '); ?></span></small>
<?php $sidebarasidescount++; } ?>
<?php } ?>
<?php endforeach; else: ?>
<?php _e('
<?php endif; ?>
Where am I going wrong?
If anyone could help me it would be fantastic,
Many Thanks in Advance,
Oli
P.S. If you would like to see my prob 1st hand the URL is http://obeattie.com/dev/one/