arkadaşlar wportal1o temasında son yorumlar ve popülerler cıkmıyor.parantezle kapanmış paramtezleri silip aktif ettim hata verdi.bakarmısnız

		<?php query_posts('showposts=10'); ?>
				<ul>
					<?php while (have_posts()) : the_post(); ?>
					<li><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></li>
					<?php endwhile;?>				
				</ul>
			</div>

			<div id="artigos-mais-lidos" class="block">
				<h3 id="content-title">Popüler <span class="dark">Olanlar</span></h3>
				<ol>
					<?php //akpc_most_popular(); ?>
				</ol>
			</div>

			<?php if(function_exists('get_recent_comments')) : ?>
			<div id="ultimos-comentarios" class="block">
				<h3 id="content-title">Son <span class="dark">Yorumlar</span></h3>
				<ul>
					<?php get_recent_comments(); ?>
					 
				</ul>
			</div>
			<?php endif; ?>