• 20-06-2009, 02:09:55
    #1
    Arkadaşlar, anasayfa da konu altında, yazıya git ve yorum bırak kısımları var lakin bunlar alt alta, bunları nasıl yan yana alabilirim? Site adresi veremiyorum, index.php yi eklemem yetiyorsa onu ekleyim.

  • 20-06-2009, 02:11:26
    #2
    İndex.php'yi eklermisin
  • 20-06-2009, 02:15:55
    #3
    Alıntı
    <?php get_header(); ?>
    <div class="section2">
    <h3>``Yine, Yeni, Yeniden``</h3>
    <p class="tr">
    siteadi</p>
    <p class="tr">
    <a href="<?php bloginfo('rss_url'); ?>">rss ile besle beni</a>
    </p>
    </div>
    </div>
    <div class="section feed">
    <div class="post">
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <p class="postmetadata"><?php the_time('F jS, Y') ?></p>
    <h3><?php the_title(); ?></h3>
    <div class="entry">
    <?php the_content('Yazıya git &raquo;'); ?>
    <p>|<?php comments_popup_link('yorum bırak »', '1 yorum bırakılmış »', '% yorum bırakılmış »'); ?></p>
    </div>
    <?php endwhile; ?>
    <div class="navigation"><?php wp_pagebar(array('before'=>'Seiten: '))?></div>
    <?php else : ?>
    <h2 class="center">Mağlesef, Excuse Me, Begnadigung, Perdeno, Pardon</h2>
    <p class="center"></p>
    <?php include (TEMPLATEPATH . "/searchform.php"); ?>
    <?php endif; ?>
    </div>
    </div>
    </div>
    <?php get_footer(); ?>
    budur.
  • 20-06-2009, 02:17:51
    #4
    <?php get_header(); ?>
    <div class="section2">
    <h3>``Yine, Yeni, Yeniden``</h3>
    <p class="tr">
    siteadi</p>
    <p class="tr">
    <a href="<?php bloginfo('rss_url'); ?>">rss ile besle beni</a>
    </p>
    </div>
    </div>
    <div class="section feed">
    <div class="post">
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <p class="postmetadata"><?php the_time('F jS, Y') ?></p>
    <h3><?php the_title(); ?></h3>
    <div class="entry">
    <?php the_content('Yazıya git &raquo;'); ?>
    <?php comments_popup_link('yorum bırak »', '1 yorum bırakılmış »', '% yorum bırakılmış »'); ?>
    </div>
    <?php endwhile; ?>
    <div class="navigation"><?php wp_pagebar(array('before'=>'Seiten: '))?></div>
    <?php else : ?>
    <h2 class="center">Mağlesef, Excuse Me, Begnadigung, Perdeno, Pardon</h2>
    <p class="center"></p>
    <?php include (TEMPLATEPATH . "/searchform.php"); ?>
    <?php endif; ?>
    </div>
    </div>
    </div>
    <?php get_footer(); ?>
    şeklinde olabilir
  • 20-06-2009, 02:19:10
    #5
    Baştaki ve sondaki p tagını silip denermisin

    Alıntı
    <p>|<?php comments_popup_link('yorum bırak »', '1 yorum bırakılmış »', '% yorum bırakılmış »'); ?></p>
  • 20-06-2009, 02:19:49
    #6
    mağlesef kafilem, olmadı
    KMLGRLR adlı üyeden alıntı: mesajı görüntüle
    Baştaki ve sondaki p tagını silip denermisin
    bu şekilde de olmadı
  • 20-06-2009, 02:19:54
    #7

    Orjinal

    <div class="entry">
    <?php the_content('Yazıya git &raquo;'); ?>
    <p>|<?php comments_popup_link('yorum bırak »', '1 yorum bırakılmış »', '% yorum bırakılmış »'); ?></p>
    </div>


    Birde böyle dene;

    <p>

    <div class="entry">
    <?php the_content('Yazıya git &raquo;'); ?>
    |<?php comments_popup_link('yorum bırak »', '1 yorum bırakılmış »', '% yorum bırakılmış »'); ?></p>
    </div>
  • 20-06-2009, 02:22:56
    #8
    Ferraconn adlı üyeden alıntı: mesajı görüntüle

    Orjinal
    <div class="entry">
    <?php the_content('Yazıya git &raquo;'); ?>
    <p>|<?php comments_popup_link('yorum bırak »', '1 yorum bırakılmış »', '% yorum bırakılmış »'); ?></p>
    </div>

    Birde böyle dene;
    <p>

    <div class="entry">
    <?php the_content('Yazıya git &raquo;'); ?>
    |<?php comments_popup_link('yorum bırak »', '1 yorum bırakılmış »', '% yorum bırakılmış »'); ?></p>
    </div>
    bu da olmadı
  • 20-06-2009, 02:27:16
    #9
    Üç aşağı beş yukarı aynı şeyleri yazmışız üçümüzde verdiğin kodlarda bir sorun olabilirmi