在WordPress中我想获得最新的帖子,但是我希望在不同的div中显示更大的第一个帖子。我如何分开第一篇最新帖子?
由于
答案 0 :(得分:0)
您可以修改css以使用first-child
选择器:
[POST-CLASS]:first-child {
font-size: 30px;
[...]
}
或者,安装'display posts shortcode'插件并使用schortcode [display-posts posts_per_page =“1”]