在常规的博客首页上,或使用我当前使用的WP图块插件,当您到达首页上的帖子底部时,有一个链接可以查看较旧的帖子(以博客格式)或“加载更多”(在我现在使用的WP Tiles中)。我需要在最新帖子中看到网格格式的功能,以便读者可以通过博客文章向后回到较旧的帖子中。我真的不想让人们看头版,想“那是所有的?”,因为我在博客上有超过12年的帖子。
- 页 :
- 1
目前还没有回复。
input#wpcufpn_front_load_element.wpcufpn_front_load_element {
line-height: 20px !important;
background-color: #777;
color: #fff; border: none;
border-radius: 2px;
padding: 3px 20px;
font-weight: bold;
transition: all ease 0.2s;
}
input#wpcufpn_front_load_element.wpcufpn_front_load_element:hover {
box-shadow: 1px 1px 12px #ccc;
}