WordPress 给“特色图像”模块添加说明文字

特色图像 一般是用来作为文章的缩略图的,有些WordPress主题必须为每篇文章设置特色图像才能显示缩略图。如果你的网站后台是多人写作,或者允许投稿,那么你最好给“特色图像”加点说明文字,告诉投稿者,这是做什么用的,如下图:

featured-image-wpdaxue_com

要实现这个功能,只需将下面的代码添加到主题的 functions.php 即可:

1
2
3
4
5
6
7
8
/**
 * WordPress 给“特色图像”模块添加说明文字
 * https://www.wpdaxue.com/add-featured-image-instruction.html
 */
add_filter( 'admin_post_thumbnail_html', 'add_featured_image_instruction');
function add_featured_image_instruction( $content ) {
	return $content .= '<p>特色图像将用来作为这篇文章的缩略图,请务必为文章选择一个特色图像。</p>';
}

/**
* WordPress 给“特色图像”模块添加说明文字
* https://www.wpdaxue.com/add-featured-image-instruction.html
*/
add_filter( ‘admin_post_thumbnail_html’, ‘add_featured_image_instruction’);
function add_featured_image_instruction( $content ) {
return $content .= ‘<p>特色图像将用来作为这篇文章的缩略图,请务必为文章选择一个特色图像。</p>’;
}

要确保必须设置特色图像,请参考:WordPress发布文章前强制要求上传特色图像

本人擅长Ai、Fw、Fl、Br、Ae、Pr、Id、Ps等软件的安装与卸载,精通CSS、JavaScript、PHP、ASP、C、C++、C#、Java、Ruby、Perl、Lisp、Python、Objective-C、ActionScript、Pascal等单词的拼写,熟悉Windows、Linux、OS X、Android、iOS、WP8等系统的开关机。

通过下面的方式来联系我们:

电邮:138762189@qq.com

联系QQ:点击这里给我发消息

官方站:www.tadke.com

※ ※ 联系请加我的企鹅号 ※※

※ ※技术支持请微信联系站长 ※※

Copyright © 2023 Tadke.com. 琼ICP备20000547号