WordPress第一篇近期帖子

时间:2015-10-25 07:58:38

标签: wordpress

在WordPress中我想获得最新的帖子,但是我希望在不同的div中显示更大的第一个帖子。我如何分开第一篇最新帖子?

由于

1 个答案:

答案 0 :(得分:0)

http://goo.gl/d0AbHn

您可以修改css以使用first-child选择器:

[POST-CLASS]:first-child {
    font-size: 30px;
    [...]
}

或者,安装'display posts shortcode'插件并使用schortcode [display-posts posts_per_page =“1”]