在主题风格网站根目录下的 functions.php 文档 ?下加上下列编码:
if ( !function_exists('fb_AddThumbColumn') function_exists('add_theme_support') ) { // for post and page add_theme_support('post-thumbnails', array( 'post', 'page' ) ); function fb_AddThumbColumn($cols) { $cols['thumbnail'] = __('Thumbnail'); return $cols; function fb_AddThumbValue($column_name, $post_id) { $width = (int) 35; $height = (int) 35; if ( 'thumbnail' == $column_name ) { // thumbnail of WP 2.9 $thumbnail_id = get_post_meta( $post_id, '_thumbnail_id', true ); // image from gallery $attachments = get_children( array('post_parent' = $post_id, 'post_type' = 'attachment', 'post_mime_type' = 'image') ); if ($thumbnail_id) $thumb = wp_get_attachment_image( $thumbnail_id, array($width, $height), true ); elseif ($attachments) { foreach ( $attachments as $attachment_id = $attachment ) { $thumb = wp_get_attachment_image( $attachment_id, array($width, $height), true ); if ( isset($thumb) $thumb ) { echo $thumb; } else { echo __('None'); // for posts add_filter( 'manage_posts_columns', 'fb_AddThumbColumn' ); add_action( 'manage_posts_custom_column', 'fb_AddThumbValue', 10, 2 ); // for pages add_filter( 'manage_pages_columns', 'fb_AddThumbColumn' ); add_action( 'manage_pages_custom_column', 'fb_AddThumbValue', 10, 2 );
加上后储存就可以。
有关强烈推荐: 如何获得当今网页页面、系统日志连接?[wordpress开发设计实例教程] wordpress如何改动后台管理登陆详细地址来提升安全性性?[wordpress开发设计实例教程] WordPress Customize API 加上第一个自定选择项[wordpress开发设计实例教程] 获得blog信息内容wordpress涵数[wordpress开发设计实例教程] wordpress如何用编码打开站点维护保养[wordpress实例教程] wordpress忘掉登陆密码如何办?[wordpress实例教程] 侧面栏产品强烈推荐实用工具 wordpress区块链[wordpress清理实例教程] 网易游戏UU加快器版本号免费下载区块链_wordpress区块链[wordpress清理实例教程]盾给在网上的部分编码及实例教程来源于于互连网,仅作网民学习培训沟通交流,没经创作者或提交书面形式受权,请勿作它用。
若您的支配权被损害,请联络网站站长 QQ: 或 点一下右边 私聊:盾给互联网管理方法员 意见反馈,大家将尽早解决。