<?php if (have_posts()) :
	$my_query = new WP_Query('showposts=50'.'&paged='.$paged);
	while ( $my_query->have_posts() ) : $my_query->the_post();
?>
<div id="liste"> 
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?> izle <">
<?php echo substr($post->post_title, 0, 45). "izle" ; ?></a> <br />
 </div>
<?php endwhile;endif; ?>
bu kod işini görebilir sanırım..