• 20-07-2009, 11:03:44
    #1
    Öncelikle herkeze merhaba
    Googlede alanında bir çok kelimede ilk sıırada olan bir wordpress sitem var. Günlük 50 tane yorum geliyor. Yorumları okuyup onaylıyorum. Onaylandıktan sonra yorumu bulamıyorum. Ne sitede nede admin panelinde gözüküyor sorun ne olabilir. Bu olay yüzünden sitem geriliyor.
  • 20-07-2009, 11:31:55
    #2
    Üyeliği durduruldu
    Max275 adlı üyeden alıntı: mesajı görüntüle
    Öncelikle herkeze merhaba
    Googlede alanında bir çok kelimede ilk sıırada olan bir wordpress sitem var. Günlük 50 tane yorum geliyor. Yorumları okuyup onaylıyorum. Onaylandıktan sonra yorumu bulamıyorum. Ne sitede nede admin panelinde gözüküyor sorun ne olabilir. Bu olay yüzünden sitem geriliyor.
    comments.php yi buraya ekler misin bakalım bir.
  • 19-06-2010, 00:24:55
    #3
    bendede aynı

    <?php
    /**
    * @package WordPress
    * @subpackage Default_Theme
    */

    // Do not delete these lines

    if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
    die ('Please do not load this page directly. Thanks!');

    if ( post_password_required() ) { ?>
    <p id="commentNotification">passProtect</p>
    <?php
    return;
    }
    ?>

    <!-- You can start editing here. -->

    <?php if ( have_comments() ) : ?>
    <h3 id="comments"><?php comments_number('yorum Yok', '1 Yorum', 'Yorum' );?> Yapin <span class="respondEntryTitle">“<?php the_title(); ?>”</span></h3>

    <ol class="commentlist">
    <?php wp_list_comments(); ?>
    </ol>
    <div class="navigation">
    <div class="previous"><?php previous_comments_link() ?></div>
    <div class="next"><?php next_comments_link() ?></div>
    <div class="clear"></div>
    </div>
    <?php else : // this is displayed if there are no comments so far ?>

    <?php endif; ?>

    <?php if ('open' == $post->comment_status) : ?>
    <!-- If comments are open, but there are no comments. -->

    <?php else : // comments are closed ?>
    <!-- If comments are closed. -->
    <p id="commentNotification">Kapali</p>

    <?php endif; ?>

    <?php if ('open' == $post->comment_status) : ?>

    <?php if ( get_option('comment_registration') && !$user_ID ) : ?>
    <p id="commentNotification"><cite>Giris: <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>">Giris Yap</a></cite></p>
    <?php else : ?>

    <h3 id="leaveComment"><?php comment_form_title( 'Yorum Yap', 'Leave a Reply to %s' ); ?></h3>
    <div id="respond">

    <div class="cancel-comment-reply">
    <small><?php cancel_comment_reply_link(); ?></small>
    </div>

    <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">

    <?php if ( $user_ID ) : ?>
    <p><cite>Giris yaptiniz <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(); ?>">Cikis Yap &raquo;</a></cite></p>
    <?php else : ?>

    <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" />
    <label for="author"><small>isim</small></label></p>

    <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" />
    <label for="email"><small>mail</small></label></p>

    <p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
    <label for="url"><small>website</small></label></p>

    <?php endif; ?>

    <!--<p><small><strong>XHTML:</strong> You can use these tags: <code><?php echo allowed_tags(); ?></code></small></p>-->

    <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
    <?php $ext = end(explode('/', $_SERVER['REQUEST_URI'])); ?>
    <input type="hidden" name="adrescik" id="adrescik" value="<?php echo $ext; ?>" size="22" tabindex="3">
    <p><input name="submit" type="submit" id="submit" tabindex="5" value="" />
    <?php comment_id_fields(); ?>
    </p>
    <?php do_action('comment_form', $post->ID); ?>
    </form>
    </div>
    <?php endif; // If registration required and not logged in ?>

    <?php endif; // if you delete this the sky will fall on your head ?>
  • 19-06-2010, 00:29:13
    #4
    PHP - WORDPRESS - YAZILIM
    eklenti çakışma yapıyor olabilir ? eklentilerini kaldırıp tekrar denermisin..
  • 19-06-2010, 02:31:38
    #5
    arkadaşlar 2 gecedir çözemedim.
    linki versem problem olurmu..olursa yönetim silsin.
    www.haberevi.net
    yorumlar görünmüyor...
    şimdiden teşekkür ederim.
  • 19-06-2010, 16:05:48
    #6
    bi yardım edecek yokmu
  • 19-06-2010, 16:42:46
    #7
    donanim.net
    temanızın comment.php ve single.phpsini upload edebilir misiniz ?
  • 19-06-2010, 16:55:45
    #8
    aynı sorun sanırım bende de var gibi; yorumu onaylıyorum ama sayfayı yenilediğim zaman yorum geri onaylanmamış oluyor.
  • 19-06-2010, 17:17:31
    #9
    cache eklentisi kullanıyorsanız ondan olabilir...