$query = new WP_Query();
$query->query(array('posts_per_page' => 7));
if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post();
?>

ID;
$the_content =$wpdb->get_var("SELECT post_content FROM $wpdb->posts WHERE ID = $id");
$pattern = '! preg_match_all($pattern, $the_content, $matches);
$image_src = $matches['1'][0];

?>










$query = new WP_Query();
$query->query(array('posts_per_page' => 7));
if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post();
?>
ID;
$the_content =$wpdb->get_var("SELECT post_content FROM $wpdb->posts WHERE ID = $id");
$pattern = '! preg_match_all($pattern, $the_content, $matches);
$image_src2 = $matches['1'][0];?>

<?php the_title(); ?>




<script>

featuredcontentslider.init({
id: "slider4",
contentsource: ["inline", ""],
toc: "markup",
nextprev: ["", "Next"],
revealtype: "mouseover",
enablefade: [true, 0.1],
autorotate: [true, 4000],
onChange: function(previndex, curindex){
}
})

</script>




Bu kodda 2 tane değiştirilecek yer var.
Şu kodu:
<?php the_title(); ?>

Şununla değiştir:
<?php the_title(); ?>

Bir kere böyle dene. Olmazsa ardından
Şu kodu:



Şununla değiştir:



Bu 2 koddan biri thumbnail (küçük resim) için olabilir. Tavsiyem hangisinin thumbnail olduğunu tespit edip yanındaki "&h=600&w=250&zc=1" ifadesini kaldırman. İlk mesajımda yazdığım aşamaları geçtikten sonra bunları yapmalısın.