<?php get_header(); ?> <?php if (have_posts()) : ?> <div id="left"> <?php if (have_posts()) : ?> <h2 class="recent">Taze Sorular</h2> <?php while (have_posts()) : the_post(); ?> <div class="entry"> <div class="commentcount"><a href="<?php comments_link(); ?>" class="commentno"><?php comments_number('0','1','%'); ?></a><p>Cevap</p></div> <h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3> <ul> <li class="entryasked">Soran: <a href="<?php the_author_profile();?>"><?php the_author(); ?></a></li> <li class="entrycat">Kategori: <?php the_category(', '); ?></li> <li class="entrytags"><?php if ( function_exists('the_tags') ) { the_tags(); } ?></li> </ul> </div><!-- end entry --> <?php endwhile; endif; // $topics ?> <div id="endcontent"><?php do_action('endcontent'); //added by tomas ?></div> <div id="footnav"><p><?php wp_pagenavi(); ?></p></div> </div><!-- end left --> <?php endif; // $forums ?> <?php get_sidebar(); ?> <?php get_footer(); ?>