Temanın adı ne?
Şifreleme yöntemini söylermisin ?
İletişime geç yardımcı olabilirim .
İletişime geç yardımcı olabilirim .
pm yollandı
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\r\n \r\nTarih : ";
the_time( "j F Y" );
echo "
\r\nİzlenme : ";
$views = get_post_custom_values( "views" );
echo $views[0];
echo "
\r\n \r\nEtiketler : ";
nok_etiketler( );
echo "\r\n\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 \r\n";
include( TEMPLATEPATH."/footer.php" );
echo "
\r\n