öncelikle sağolun arkadaşlar, repinizi verdim.

aslında ben adsense dedim de onun için değildi.

konunun altına chat'a giriş icin bi kod koymak istedim. aslında yaptımda hatalı çıktı.

bakınız; http://www.onlysohbet.com/2010/04/07...bayern-munich/

ben şöyle bişey yapmak istiyorum.



Bu kod yukardaki girişin kodu;

        <td width="63">
        <div align="left">
            <font color="#ff0000" size="4">RUMUZ</font>:</div> 
                </td>
        <td width="123">
        <p align="left"><input maxLength="75" size="17" name="nick"></td>

        <td width="132">
        <p align="left">
        <a style="COLOR: #bd7ad1; TEXT-DECORATION: none" href="http://www.onlysohbet.com/sohbet.php">
        <img height="20" src="sohbet.jpg" width="100" border="0"></a></td>
-----

Bu tekil yazının codeleri;

<?php get_header(); ?>

    <div id="content" class="widecolumn">




    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    
        <div class="post" id="post-<?php the_ID(); ?>">



            
                <div class="PostHead">

<div class="PostTime"><?php the_time('<b>j</b> M Y') ?> </div>
<h2><?php the_title(); ?></h2>
<small class="PostDet"><?php edit_post_link('Düzenle', '', ' | '); ?> Yazar: <?php the_author() ?> | Kategori: <?php the_category(', ') ?></small>

</div>

            <div class="entry">
                <?php the_content('<p class="serif">Okumaya devam edin &raquo;</p>'); ?>

                <?php wp_link_pages(array('before' => '<p><strong>Sayfalar:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
                <?php the_tags( '<p>Etiketler: ', ', ', '</p>'); ?>

                <p class="postmetadata alt">
                    <small>
                        Bu yazı
                        <?php 
                            /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
                        <?php the_time('l, F jS, Y') ?> tarihinde <?php the_time() ?> sularında yayımlandı.
                        Himayesinde olduğu kategori <?php the_category(', ') ?> kategorisidir.
                        İstediğiniz taktirde yazıya <?php post_comments_feed_link('RSS 2.0'); ?> beslemesi yardımıyla abone olabilirsiiz.

                        <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
                            // Both Comments and Pings are open ?>
                            Ayrıca <a href="#respond">yorum</a>, ya da <a href="<?php trackback_url(); ?>" rel="trackback">geri izleme</a> yapabilirsiniz.

                        <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
                            // Only Pings are Open ?>
                            Yorum alanı kapalı fakat <a href="<?php trackback_url(); ?> " rel="trackback">geri izleme</a> yapabilirsiniz..

                        <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
                            // Comments are open, Pings are not ?>
                            Bu alan kapalıdır.

                        <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
                            // Neither Comments, nor Pings are open ?>
                            Bu alan kapalıdır.

                        <?php } edit_post_link('Yazıyı Düzenle','','.'); ?>

                    </small>
                </p>

            </div>
                <div class="CommWidth"><?php comments_template(); ?></div>
        </div>




    <?php endwhile; else: ?>

        <p>Üzgünüm,arama kriterinize uygun yazı bulunamadı.</p>

<?php endif; ?>

    </div>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
Yardımcı olursanız çok sevinirim.