如何修改wordpress回復(fù)評(píng)論文字
來源:易賢網(wǎng) 閱讀:897 次 日期:2016-06-14 15:07:21
溫馨提示:易賢網(wǎng)小編為您整理了“如何修改wordpress回復(fù)評(píng)論文字”,方便廣大網(wǎng)友查閱!

wordpress主題教程之修改wordpress回復(fù)評(píng)論文字方法,首選需要建立個(gè)自定義的評(píng)論模板,然后通過調(diào)用此評(píng)論函數(shù)來實(shí)現(xiàn)自定義,通過以下代碼可以實(shí)現(xiàn)修改回復(fù)文字:

<?php

$defaults = array('add_below' => 'comment', 'respond_id' => 'respond', 'reply_text' => __('reply'),

'login_text' => __('reply'), 'depth' => 0, 'before' => '', 'after' => '');

comment_reply_link(array_merge( $defaults, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?>

你可以將 reply 修改成你希望的文字。

$defaults = array(‘a(chǎn)dd_below’ => ‘comment’, ‘respond_id’ => ‘respond’, ‘reply_text’ => __(‘reply’)

這行是默認(rèn)的回復(fù)評(píng)論。

‘login_text’ => __(‘reply’), ‘depth’ => 0, ‘before’ => ”, ‘a(chǎn)fter’ => ”); 

這行是登陸后評(píng)論。

comment_reply_link(array_merge( $defaults, array(‘depth’ => $depth, ‘max_depth’ => $args['max_depth']))) 

這行是評(píng)論鏈接。

 將以上代碼放在評(píng)論 loop 內(nèi)既可使用,下面是完整的 custom_comment.php 函數(shù)文件:

<?php

if (!function_exists(custom_comment)) {

function custom_comment($comment, $args, $depth) {

$globals['comment'] = $comment; ?>

<li <?php comment_class(); ?>>

<a name=comment-<?php comment_id() ?>></a>

<?php if(get_comment_type() == comment){ ?>

<?php the_commenter_avatar($args) ?>

<?php } ?>

<?php

$defaults = array('add_below' => 'comment', 'respond_id' => 'respond', 'reply_text' => __('reply'),

'login_text' => __('reply'), 'depth' => 0, 'before' => '', 'after' => '');

comment_reply_link(array_merge( $defaults, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?>

<?php the_commenter_link() ?>

<?php echo get_comment_date(get_option( 'date_format' )) ?> <?php _e('at', 'jintu'); ?> <?php echo get_comment_time(get_option( 'time_format' )); ?>

<?php edit_comment_link(__('edit', 'jintu'), '', ''); ?>

<?php comment_text() ?>

<?php if ($comment->comment_approved == '0') { ?>

<p class='unapproved'><?php _e('your comment is awaiting moderation.', 'jintu'); ?></p>

<?php } ?>

<?php

}

} ?>

將上面的代碼保存到 custom_comment.php 文件, 在functions.php里加載即可,wordpress修改回復(fù)文字的方法就這么簡(jiǎn)單,試試吧。

更多信息請(qǐng)查看CMS教程
上一篇:nginx日志切割
易賢網(wǎng)手機(jī)網(wǎng)站地址:如何修改wordpress回復(fù)評(píng)論文字
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!
相關(guān)閱讀CMS教程

2025國(guó)考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 加入群交流 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)