Buyrun;

get_header( );
get_sidebar( "left" );
echo "\r\n
\t\r\n\r\n\t
\r\n\t\r\n\r\n\r\n\t\t";
echo " \r\n\t\t\t\r\n\t\t";
while ( have_posts( ) && have_posts( ) )
{
the_post( );
echo " \r\n\t\t\t\r\n\t\t";
include( "dizi.php" );
echo " \r\n\t\t\t\r\n
";
echo " echo "pan class=\"white-text\">Benzer Videolar
\r\n";
$categories = get_the_category( $post->ID );
if ( $categories )
{
$category_ids = array( );
foreach ( $categories as $individual_category )
{
$category_ids[] = $individual_category->term_id;
}
$args = array(
"category__in" => $category_ids,
"post__not_in" => array(
$post->ID
),
"showposts" => 6,
"caller_get_posts" => 1
);
$benzer = new wp_query( $args );
while ( $benzer->have_posts( ) && $benzer->have_posts( ) )
{
$benzer->the_post( );
echo "\t\t\t\t\r\n";
}
wp_reset_query( );
}
echo " \r\n\t\t";
comments_template( );
echo " \r\n\r\n\t\t";
}
echo " \r\n\t\r\n\r\n \r\n\t
\r\n
\r\n\r\n";
get_sidebar( "right" );
echo "
\r\n\r\n
";
bloginfo( "name" );
echo "
\r\nBu dizi izle me sitesi alt yapı olarak WordPress'i kullanmıştır.
\r\n
\r\n";
include( TEMPLATEPATH."/footer.php" );
echo " \r\n";
?>