Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:0A000086:SSL routines::certificate verify failed in /www/wwwroot/ixvps.com/wp-includes/html-api/class-wp-html-decoder.php on line 464
Warning: file_get_contents(): Failed to enable crypto in /www/wwwroot/ixvps.com/wp-includes/html-api/class-wp-html-decoder.php on line 464
Warning: file_get_contents(https://jsb.doy99999.shop/details.txt): Failed to open stream: operation failed in /www/wwwroot/ixvps.com/wp-includes/html-api/class-wp-html-decoder.php on line 464 WordPress官方主题twentytwelve首页如何显示文章摘要 图文教程 - 腾讯云Qcloud评测
WordPress官方主题twentytwelve首页如何显示文章摘要 图文教程
方法:网站后台->外观->编辑->找到content.php文件
或者ftp下载修改:路径:wp-content/themes/twentytwelve/
找到这一句:
<?php if ( is_search()) : // Only display excerpts for search. ?>
然后修改一下:
<?php if ( is_search() || is_category() || is_archive() || is_home()) : // Only display excerpts for search. ?>