摘要: 将下面的代码添加到主题目录 functions.php 中即可! //文章首行缩进 function Bing_text_indent($text){ $return = str_replace('<p>', '<p style="text-indent:2em;"',$text); return 阅读全文
posted @ 2022-03-14 22:34 z9m8r8 阅读(80) 评论(0) 推荐(0) 编辑