• 28-10-2009, 16:55:14
    #1
    Arkadaşlar ben summernight adlı temayı kullanıyorum. Şöyle bir sorunum var: Bir kategoriyi açtığım zaman kategorinin sadece son yazısı gözüküyor birde diğer yazıları browsera yazıp açtığım zaman footer kısmı kayıyor.

    Bu sorunu çok acil bir şekilde çözmem gerekiyor. Acaba yardım edebilirmisiniz?

  • 28-10-2009, 17:27:33
    #2
    index.php kodlarını yollar mısın bir inceleyelim.
  • 28-10-2009, 17:38:58
    #3
    Buyrun

    Alıntı
    <?php get_header(); ?>

    <div id="page_container">

    <?php get_sidebar(); ?>
    <?php include (TEMPLATEPATH . '/leftbar.php'); ?>

    <div id="postcol" >
    <img src="<?php bloginfo('url'); ?>/wp-content/themes/summernight/images/haut.gif" alt=""/>
    <?php include (TEMPLATEPATH . '/nav.php'); ?>
    <div id="pc_t" >
    <div id="pc_r" >
    <div id="pc_b" >
    <div id="pc_l" >
    <div id="pctl" >
    <div id="pctr" >
    <div id="pcbr" >
    <div id="pcbl" >
    <div id="pc_c" >
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class="postbox">
    <div class="right">
    <div class="bottom">
    <div class="left">
    <div class="post_title">
    <div class="top">
    <div class="right">
    <div class="left">
    <div class="tl">
    <div class="tr">
    <h2 id="post-<?php the_ID(); ?>" class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
    <small class="title"><strong><?php the_time('d.m.y') ?> | </strong><?php the_category(', ') ?></small>
    </div></div></div></div></div></div> <?php /* post_title */ ?>
    <div class="br">
    <div class="bl">
    <div class="content">
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    <p class="postmetadata"> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php readers(); ?> Leser"><?php readers(); ?> Leser</a> <strong>|</strong> <?php comments_popup_link('0 Kommentare', '1 Kommentar', '% Kommentare'); ?></p>
    </div></div></div></div></div></div></div> <?php /* postbox */ ?>
    <?php endwhile; ?>
    <div class="navigation"><?php wp_pagebar(array('before'=>'Seiten: '))?></div>
    <?php /* navigation */ ?>
    <div style="clear: both"></div>
    <?php else : ?>
    <h2 class="center">Not Found</h2>
    <p class="center"><?php _e("Sorry, but you are looking for something that isn't here."); ?></p>
    <?php endif; ?>
    <?php include (TEMPLATEPATH . '/down.php'); ?>
    <?php get_footer(); ?>
  • 28-10-2009, 17:45:09
    #4
    Üyeliği durduruldu
    Oraya Video Eklemiş isen Video Kodların Başındaki div kodlarını kaldırıp dene.
  • 28-10-2009, 17:51:52
    #5
    hayır video yok sadece resim. hatta resmi küçültüp de deniyorum yine olmuyor.
  • 28-10-2009, 18:06:24
    #6
    arkadaşlar bu sorunu bugün çözmem gerekiyor çözebilecek biri yok mu?

    çok acil lazım
  • 28-10-2009, 19:34:18
    #7
    biliyorum forumda yasak ama arkadaşlar çok aciliyeti var lütfen bi yardım etseniz.
  • 28-10-2009, 21:16:08
    #8
    <?php get_header(); ?>
    
    <div id="page_container">
    
    <?php get_sidebar(); ?>
    <?php include (TEMPLATEPATH . '/leftbar.php'); ?>
    
    <div id="postcol" >
    <img src="<?php bloginfo('url'); ?>/wp-content/themes/summernight/images/haut.gif" alt=""/>
    <?php include (TEMPLATEPATH . '/nav.php'); ?>
    <div id="pc_t" >
    <div id="pc_r" >
    <div id="pc_b" >
    <div id="pc_l" >
    <div id="pctl" >
    <div id="pctr" >
    <div id="pcbr" >
    <div id="pcbl" >
    <div id="pc_c" >
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class="postbox">
    <div class="right">
    <div class="bottom">
    <div class="left">
    <div class="post_title">
    <div class="top">
    <div class="right">
    <div class="left">
    <div class="tl">
    <div class="tr">
    <h2 id="post-<?php the_ID(); ?>" class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
    <small class="title"><strong><?php the_time('d.m.y') ?> | </strong><?php the_category(', ') ?></small>
    </div></div></div></div></div></div> <?php /* post_title */ ?>
    <div class="br">
    <div class="bl">
    <div class="content">	
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    <p class="postmetadata"> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php readers(); ?> Leser"><?php readers(); ?> Leser</a> <strong>|</strong> <?php comments_popup_link('0 Kommentare', '1 Kommentar', '% Kommentare'); ?></p> 
    </div></div></div></div></div></div></div> <?php /* postbox */ ?>
    <?php endwhile; ?>
    <?php get_footer(); ?>
    <div class="navigation"><?php wp_pagebar(array('before'=>'Seiten: '))?></div>
    <?php /* navigation */ ?>
    <div style="clear: both"></div>
    <?php else : ?>
    <h2 class="center">Not Found</h2>
    <p class="center"><?php _e("Sorry, but you are looking for something that isn't here."); ?></p>
    <?php endif; ?>
    <?php include (TEMPLATEPATH . '/down.php'); ?>

    Şu kodla bir değiştir ama önce yedeğini al. bir dene bakalım.