这就是我想要做的 - 来源 - http://www.torontostandard.com/
有这种外观和感觉的插件吗?
我使用这段时间来获取带有特色标签的帖子。
但是,如果我可以使用 jquery 循环会更好,但找不到任何关于此的教程:(
<?php query_posts('tag=featured'); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_post_thumbnail('thumbnail'); ?>
<?php the_title(); ?>
<?php the_excerpt(); ?>
<?php endwhile; endif; ?>
PS-这个插件用谷歌搜索了很多,但找不到任何