找到wp-includes/js/quicktags.js
edButtons[edButtons.length] =
new edButton(‘ed_more’
,’more’
,'<!–more–>’
,”
,’t’
,-1
);
在下方添加:
edButtons[edButtons.length] =
new edButton(‘ed_para2em’
,’para2em’
,'<p style=”text-indent:2em”>’
,'</p>’
,’pa’
);
刷新后就可以看到para2em首行缩进的标签了。
这是什么,看不懂
博主能截个后台的图不。
偶没有成功。
不好意思,因为wordpress更新频繁,我已经没加这个代码了。
一直想实现这个功能,目前我还没有做到