【编者按】:网学网网络知识为您提供为WordPress编辑器设置默认内容参考,解决您在为WordPress编辑器设置默认内容学习中工作中的难题,参考学习。
将下面代码加到你的主题functions.php模版中:
add_filter( ''default_content'', ''my_editor_content'' );
function my_editor_content( $content ) {
$content = "如果您喜欢这篇文章,欢迎分享订阅。";
return $content;
}
其中的文字你可以修改成任意的内容。
这是一个很蛋疼的小功能,但却是很实用的的技术。
本文转自:/uploadfile/201407/4/93125010168.gif'' border=''0''>