Linux 软件免费装
Banner图

Plugin Name

开发者 enteractie
更新时间 2017年6月26日 20:52
捐献地址: 去捐款
PHP版本: 4.6 及以上
WordPress版本: 4.8
版权: GPLv2 or later
版权网址: 版权信息

标签

featured image custom header header image twenty seventeen

下载

1.1 1.0 1.2

详情介绍:

This plugin allows the custom header image to be replaced by the featured image of the current post or page, if present. Otherwise the 'default' custom header image is used.

安装:

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress

升级注意事项:

1.0 N/A

常见问题:

How can I disable the regular featured image from displaying on a single post or page?

For the Twenty Seventeen theme you can change the header.php file to disable the regular featured image. For example: (lines 44 - 49) // If a regular post or page, and not the front page, show the featured image. // if ( has_post_thumbnail() && ( is_single() || ( is_page() && ! twentyseventeen_is_frontpage() ) ) ) : // echo ' '; // the_post_thumbnail( 'twentyseventeen-featured-image' ); // echo ''; // endif;

What about foo bar?

N/A

更新日志:

1.2 1.1 1.01 1.0