wordpress分类列表页面如何把文章图片一起调用
有的wordpress模版中分类列表页面只调用文章中的文字,如何把文章图片一起调用? 以下为 willin 给出的方法:
在模版文件archive.php 中找到
<?php the_excerpt(); ?>
改
<?php the_content(); ?>
这样就可以实现文章图片一起调用
转发到新浪微博有的wordpress模版中分类列表页面只调用文章中的文字,如何把文章图片一起调用? 以下为 willin 给出的方法:
在模版文件archive.php 中找到
<?php the_excerpt(); ?>
改
<?php the_content(); ?>
这样就可以实现文章图片一起调用
转发到新浪微博