开发者 | enteractie |
---|---|
更新时间 | 2017年6月26日 20:52 |
捐献地址: | 去捐款 |
PHP版本: | 4.6 及以上 |
WordPress版本: | 4.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.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;
N/A