在主题的脚本functions.php的最后,添加一个函数,保存,即可:
function Bing_text_indent($text){$return = str_replace('<p','<p style="text-indent:2em;"',$text);return $return;} add_filter('the_content','Bing_text_indent');
友情链接:
暂无