• 08-06-2014, 12:00:42
    #1
    Üyeliği durduruldu
    arkadaşlar basizlev1 temasını kullanmaktayım. sayfalama sorun vermekte. page/2 olduğu zaman nothing found oluyor fakat olmaması lazım. anasayfada statik bir sayfa gösterilmiyor, htaccess temiz, yeniledim ve yine sorunu çözemedim..

    index.php içerisindekiler;

    <?php get_header(); ?>
    <?php get_sidebar(); ?>
    <div class="post">
    <?php query_posts($query_string . "showposts=10");  if(have_posts()) : while(have_posts()) : the_post(); ?>
    <div class="cover">
    <a title="<?php the_title(); ?>" href="<?php the_permalink() ?>"><?php if( get_post_meta($post->ID, "resim", true) ): ?><img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" alt="<?php the_title(); ?> Film afişi" title="<?php the_title(); ?>" class="captify" height="241" width="164" /><?php else: ?><img src="<?php bloginfo('template_url'); ?>/images/resim.jpg" alt="<?php the_title(); ?> Film afişi" title="<?php the_title(); ?>" class="captify" height="241" width="164" /><?php endif; ?></a>
    <h3><?php the_title(); ?></h3>
    </div>
    <?php endwhile; ?>
    <?endif; ?>
    <?wp_reset_query();?>
    <?php wp_pagenavi(); ?>
    <div class="clear"></div>
    </div>
    <?php get_footer(); ?>
    İşin aciliyeti vardır. Yardımcı olana paypal 5 usd atacağım.
  • 08-06-2014, 12:04:30
    #2
    <?php get_header(); ?>
    <?php get_sidebar(); ?>
    <div class="post">
    <?php query_posts($query_string . "showposts=10");* if(have_posts()) : while(have_posts()) : the_post(); ?>
    <div class="cover">
    <a title="<?php the_title(); ?>" href="<?php the_permalink() ?>"><?php if( get_post_meta($post->ID, "resim", true) ): ?><img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" alt="<?php the_title(); ?> Film afişi" title="<?php the_title(); ?>" class="captify" height="241" width="164" /><?php else: ?><img src="<?php bloginfo('template_url'); ?>/images/resim.jpg" alt="<?php the_title(); ?> Film afişi" title="<?php the_title(); ?>" class="captify" height="241" width="164" /><?php endif; ?></a>
    <h3><?php the_title(); ?></h3>
    </div>
    <?php endwhile; ?>
    <?endif; ?>
    <?php wp_pagenavi(); ?>
    <?wp_reset_query();?>
    <div class="clear"></div>
    </div>
    <?php get_footer(); ?>
    bu şekilde deneyebilir misiniz ?
  • 08-06-2014, 12:06:32
    #3
    Üyeliği durduruldu
    truser adlı üyeden alıntı: mesajı görüntüle
    <?php get_header(); ?>
    <?php get_sidebar(); ?>
    <div class="post">
    <?php query_posts($query_string . "showposts=10");* if(have_posts()) : while(have_posts()) : the_post(); ?>
    <div class="cover">
    <a title="<?php the_title(); ?>" href="<?php the_permalink() ?>"><?php if( get_post_meta($post->ID, "resim", true) ): ?><img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" alt="<?php the_title(); ?> Film afişi" title="<?php the_title(); ?>" class="captify" height="241" width="164" /><?php else: ?><img src="<?php bloginfo('template_url'); ?>/images/resim.jpg" alt="<?php the_title(); ?> Film afişi" title="<?php the_title(); ?>" class="captify" height="241" width="164" /><?php endif; ?></a>
    <h3><?php the_title(); ?></h3>
    </div>
    <?php endwhile; ?>
    <?endif; ?>
    <?php wp_pagenavi(); ?>
    <?wp_reset_query();?>
    <div class="clear"></div>
    </div>
    <?php get_footer(); ?>
    bu şekilde deneyebilir misiniz ?
    böyle yaptığım zaman pagenavi ortadan kayboluyor, görünmüyor
  • 08-06-2014, 12:07:44
    #4
    Hamilcar adlı üyeden alıntı: mesajı görüntüle
    böyle yaptığım zaman pagenavi ortadan kayboluyor, görünmüyor
    site adresini ve wp admin bilgilerini pm olarak alabilir miyim ?
  • 08-06-2014, 12:13:57
    #5
    halledemezsen, r10wordpress ekle yardımcı olalım.
  • 08-06-2014, 12:36:12
    #6
    Üyeliği durduruldu
    @truser sorunu hızlı bir şekilde çözdü, teşekkür ederim