<?php get_header(); ?>
<div id="page">
<div class="onecolumn" id="col4">
<div class="maincolumn">
<?php if( function_exists('show_slider') ) show_slider(); ?>
<h2> Շաբաթվա հիմնական իրադարձությունները </h2>
<div class="cat_content events">
<?php $cats = get_categories('orderby=name&hierarchical=0&include='.get_theme_mod('events').'&exclude='.get_theme_mod('video').'');
foreach ($cats as $category) {
print '<div class="cat_box">';
print '<div class="category"><a href="'.get_category_link($category->cat_ID).'">'.$category->name.'</a></div>';
print '<ul>';
query_posts(array('cat' => $category->cat_ID,'showposts'=>5));
while (have_posts()) { the_post();
$showed_ids[] = get_the_ID();
?>
<li><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title() ?></a></li>
<?php }
print '</ul>';
print '</div><!-- End cat_box -->';
}
?>
</div>
Էջանիշներ