有的wordpress模版中分类列表页面只调用文章中的文字,如何把文章图片一起调用? 以下为 willin 给出的方法:
在模版文件archive.php 中找到
<?php the_excerpt(); ?> 改 <?php the_content(); ?>
这样就可以实现文章图片一起调用
Popularity: 21% [?]
Filed under: WordPress, archive, WordPress, 分类列表页面 | 1 Comment