arkadaşlar kullandığım bir wordpress temada slider de sadece 6 resim görüntüleniyor bunun sayısnı artırmak istiyorum örneğin 10 yapmak istiyorum ama yapamadım dosyayı veriyorum yardımlarınızı bekliyorum. sayfaları id sine göre slider'da döndürüyor araya virgül koyarak ör:(5,147,58,90) gibi.ama en fazla 6 tane oluyor.
featured_pages.php
$p = explode(',', $theme_options['featured_pages']);
$c = sizeof($p);
?>

if (!($theme_options['featured_pages']<>"")) {
?>

 



Theme Settings > Homepage > Featured Pages) which will be shown here.
Please, be carefull: each slide is one standalone page e.g. if you\'d like to add two slides you need to create two pages (Admin Panel > Pages > Add New) and enter IDs of these pages to input field
on the Theme Settings panel.',pandathemes) ?>




}
else
{ ?>


query_posts(array('post_type'=>'page','post__in'=>$p,'posts_per_page' => -1,'orderby' => 'menu_order','order' => 'ASC'));
$f = 1;
while (have_posts()) : the_post(); ?>












if ($c > 1) { ?>


    query_posts(array('post_type'=>'page','post__in'=>$p,'posts_per_page' => -1,'orderby' => 'menu_order','order' => 'ASC'));
    $f = 1;
    while (have_posts()) : the_post(); ?>



  • no image






$x = 20 * $count;
$margin = 14 + $x;
?>