$i = 1; ?>
if (have_posts()) : while (have_posts()) : the_post(); ?>
/* -----------[ Last post ]----------- */ ?>
if ($tpl =="post") { ?>
if ($i<=1) { ?>
edit_post_link('@', '[', '] '); ?> echo the_time('d M Y'); ?>
the_category(', '); ?>
if ($tpl=="other") {echo test;} ?>
the_tags( '' . __('Tags:', 'reactive_academic') . ' ', ', ', ''); ?>
$i++; ?>
} ?>
/* -----------[ Latest post list ]----------- */ ?>
} elseif ($tpl=="other") { ?>
echo the_time('d.m.Y'); ?> – the_title(); ?>
} ?>
// trackback_rdf(); ?>
else : ?>
Error
endif; ?>