稻草网

  1. 首页
  2. 技术
  3. 正文

WordPress阅读全文按钮居中

2017年5月7日 3710点热度 0人点赞 0条评论

主要是位置不好找

the_content()位于wp-includes/post-template.php中
在322行有这么一段

$output .= apply_filters( 'the_content_more_link', ' <a href="' . get_permalink() . "#more-{$post->ID}\" class=\"more-link\">$more_link_text</a>", $more_link_text );

在<a>外面套一个<p>标签,设置text-align属性就行

$output .= apply_filters( 'the_content_more_link', ' <p style="text-align: center;margin: 0"><a href="' . get_permalink() . "#more-{$post->ID}\" class=\"more-link\">$more_link_text</a></p>", $more_link_text );

至于按钮样式,可以直接在css里添加

.more-link{

.....

}

标签: 暂无
最后更新:2017年6月8日

何 同学

这个人很懒,什么都没留下

点赞
< 上一篇
下一篇 >

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

COPYRIGHT © 2025 稻草网. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang