增加标签页面中的帖子数量?

Increase number of posts in a label page?

根据许多网站的说法,博主似乎只允许我们在一个页面上 post 20 个唯一标签。这是 URL:

www.BLOG.com/search/label/This-is-the-label-page-that-displays-only-20-posts/

有没有任何人知道的解决方法可以让我显示所有具有唯一标签的 post?目前,它每页仅显示 20 post 秒,这使得查看者很难找到内容。

我已经学习了很多这样的教程,但没有成功。 http://www.allblogtools.com/tricks-and-hacks/changing-maximum-number-of-posts-in-blogger-label-page/ 任何帮助将不胜感激!!

实际上,方法是使用 max-results URL 中的参数 link 来标记页面:

blog.blogspot.com/search/label/[标签]?max-results=INT

其中 INT 是一个整数(最大 500)。

但是,在大多数情况下,Blogger 平台可能不会显示指定数量的结果。

为什么?

Blogger 有一个名为“Autopagination”的 server-side 功能:

Blogger dynamically adjust how much content to send to the browser depending on (a) the amount of HTML on the page being requested (in kilobytes) and (b) the number of images on the page

所以一个好的建议是优化你的内容(看看 Google PageSpeed Tools 的例子)。

另一种方法是编辑博客模板,使用 data tags 更改 post 在标签搜索页面中的显示,例如,显示“lightweight" 结果只有每个 post 的标题带有默认缩略图和默认摘要或只有 post 标题。

我在我的博客 (the mobile spoon) 中的一些长帖子(有很多图片)的开头添加了一个分页符,令我惊讶的是它起作用了!

每页的帖子数量显着增加(也在主页中)。