优化wordpress主题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. ?>

0 0 投票数
文章评分
订阅评论
提醒
guest

0 评论
内联反馈
查看所有评论
0
希望看到您的想法,请您发表评论x