WordPress评论模板如何修改

我希望把”你可以使用这些html标签..............一直到<strong>这一段给删掉希望大神帮忙解决一下... 我希望把”你可以使用这些html标签..............一直到<strong>这一段给删掉 希望大神帮忙解决一下 展开
 我来答
v水水无痕v
推荐于2016-05-30 · TA获得超过527个赞
知道小有建树答主
回答量:289
采纳率:100%
帮助的人:205万
展开全部
在 wp-includes/comment-template.php

2055 行function comment_form里面。

/**
 * Filter the default comment form fields.
 *
 * @since 3.0.0
 *
 * @param array $fields The default comment fields.
 */
$fields = apply_filters( 'comment_form_default_fields', $fields );
$defaults = array(
'fields'               => $fields,
'comment_field'        => '<p class="comment-form-comment"><label for="comment">' . _x( 'Comment', 'noun' ) . '</label> <textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>',
/** This filter is documented in wp-includes/link-template.php */
'must_log_in'          => '<p class="must-log-in">' . sprintf( __( 'You must be <a href="%s">logged in</a> to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>',
/** This filter is documented in wp-includes/link-template.php */
'logged_in_as'         => '<p class="logged-in-as">' . sprintf( __( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>' ), get_edit_user_link(), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>',
'comment_notes_before' => '<p class="comment-notes">' . __( 'Your email address will not be published.' ) . ( $req ? $required_text : '' ) . '</p>',
'comment_notes_after'  => '<p class="form-allowed-tags">' . sprintf( __( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes: %s' ), ' <code>' . allowed_tags() . '</code>' ) . '</p>',
'id_form'              => 'commentform',
'id_submit'            => 'submit',
'title_reply'          => __( 'Leave a Reply' ),
'title_reply_to'       => __( 'Leave a Reply to %s' ),
'cancel_reply_link'    => __( 'Cancel reply' ),
'label_submit'         => __( 'Post Comment' ),
'format'               => 'xhtml',
);

根据你自己要求改就OK
博思aippt
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT... 点击进入详情页
本回答由博思aippt提供
码不亭蹄
2021-04-16 · TA获得超过934个赞
知道小有建树答主
回答量:1251
采纳率:100%
帮助的人:248万
展开全部

WP开发21:wordpress网站文章页模板,如何调用文章的标题、内容、标签等信息?

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式