انجمن


حذف لینک Logout از بالای دیدگاه  (۴ نوشته)

  • mesalaam

    آفلاین
    عضو
    تعداد نوشته‌ها: ۲
    # نوشته شده: ۱۰ سال پیش
    ۲۱ بهمن ۱۳۹۲ - ۱۳:۲۷

    سلام دوستان
    من میخوام لینک Logout .و بطور کلی Logged in as .... Log out? رو از بالای قسمت دیدگاه ها حذف کنم .
    ولی در فایل comments.php قالبم کذ مربوطه وجود نداره .
    باید چیکار کنم ؟
    ممنونم
    <div id="comments">
    <?php
    if (post_password_required()):
    ?>
    <p class="nopassword"><?php
    _e('This post is password protected. Enter the password to view any comments.', 'wizedesign');
    ?></p>
    </div><!-- #comments -->
    <?php
    return;
    endif;
    ?>
    <div class="comments-hr"></div><?php if (have_comments()): ?>
    <div class="short-title"><h3><?php
    printf(_n('One Comment %2$s', '%1$s Comments', get_comments_number(), ''), number_format_i18n(get_comments_number()), '');
    ?></h3></div>
    <?php
    if (get_comment_pages_count() > 1 && get_option('page_comments')):
    ?>
    <div class="navigation">
    <div class="nav-previous"><?php
    previous_comments_link(__('<span class="meta-nav">←</span> Older Comments', 'wizedesign'));
    ?></div>
    <div class="nav-next"><?php
    next_comments_link(__('Newer Comments <span class="meta-nav">→</span>', 'wizedesign'));
    ?></div>
    </div> <!-- .navigation -->
    <?php
    endif; // check for comment navigation
    ?>
    <ol class="commentlist">
    <?php
    wp_list_comments(array(
    'callback' => 'wizedesign_comment'
    ));
    ?>

    <?php
    else: // or, if we don't have comments:
    /* If there are no comments and comments are closed,
    */
    if (!comments_open()):
    ?>
    <p class="nocomments"><?php
    _e('Comments are closed.', 'wizedesign');
    ?></p>
    <?php
    endif; // end ! comments_open()
    ?>

    <?php
    endif; // end have_comments()
    ?>

    <?php comment_form(array('comment_notes_after' => '')); ?>

    </div><!-- end #comments -->

  • کارتن اینفو

    آفلاین
    عضو
    تعداد نوشته‌ها: ۱۸۸
    تشکر شده: ۵۲ بار
    # نوشته شده: ۱۰ سال پیش
    ۲۱ بهمن ۱۳۹۲ - ۱۹:۱۴

    میتونه از طریق فایل functions.php اینکلود شده باشه
    فایل نام برده رو بررسی کنید

  • mesalaam

    آفلاین
    عضو
    تعداد نوشته‌ها: ۲
    # نوشته شده: ۱۰ سال پیش
    ۲۲ بهمن ۱۳۹۲ - ۱۲:۰۰

    pack گفت:
    میتونه از طریق فایل functions.php اینکلود شده باشه
    فایل نام برده رو بررسی کنید

    ممنون ولی خوب چجوری ؟ :)

  • کارتن اینفو

    آفلاین
    عضو
    تعداد نوشته‌ها: ۱۸۸
    تشکر شده: ۵۲ بار
    # نوشته شده: ۱۰ سال پیش
    ۲۲ بهمن ۱۳۹۲ - ۱۲:۰۹

    فایل فانکشن رو اینجا بگذارید تا بررسی بشه البته داخل تگ کد بزارید از طریق ادیتور

درباره‌ی این موضوع



برچسب‌ها

هیچ برچسبی نیست.