国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > CMS > Wordpress > 正文

wordpress回復(fù)評(píng)論文字的修改方法

2024-09-07 00:48:39
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

  WordPress主題教程之修改wordpress回復(fù)評(píng)論文字方法,首選需要建立個(gè)自定義的評(píng)論模板,然后通過調(diào)用此評(píng)論函數(shù)來(lái)實(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(‘add_below’ => ‘comment’, ‘respond_id’ => ‘respond’, ‘reply_text’ => __(‘Reply’)

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

‘login_text’ => __(‘Reply’), ‘depth’ => 0, ‘before’ =>, ‘after’ =>); 

  這行是登陸后評(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ù)文件:

<?phpif (!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)單,試試吧。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 鄂托克旗| 崇仁县| 仪陇县| 渝北区| 时尚| 柯坪县| 鹤庆县| 定襄县| 万年县| 恩平市| 谢通门县| 军事| 家居| 凉城县| 沈阳市| 毕节市| 遵义市| 郴州市| 定西市| 长葛市| 阜城县| 高州市| 华坪县| 青铜峡市| 进贤县| 云林县| 松溪县| 含山县| 民县| 聊城市| 云梦县| 宜兴市| 托里县| 玛沁县| 涟源市| 鄂托克旗| 吴江市| 潜山县| 平原县| 汪清县| 沭阳县|