修改POST保存时显示的消息

时间:2012-08-21 作者:urok93

更新帖子后会显示一条消息,如何更改显示的文本?我想删除“查看帖子”链接并更改“发布帖子”文本。我想为一个特定的帖子类型这样做。以下是html WordPress输出:

<div id="message" class="updated below-h2"><p>Post published. <a href="http://localhost/wp/wp30/feeds/449/">View post</a></p></div>

1 个回复
最合适的回答,由SO网友:urok93 整理而成

已解决:

add_filter( \'post_updated_messages\', \'feed_updated_messages\' );
请参见http://codex.wordpress.org/Function_Reference/register_post_type

结束