这与有关 Solspace 的超级搜索http://www.solspace.com/forums/viewthread/14436/的论坛帖子有关,但由于我在 EE 的频道输入循环中遇到了同样的问题,所以我在这里重复发布。我的调试页面在这里
http://216.243.140.102/products/pagination_debug
,代码是准系统:
{exp:channel:entries channel="static" disable="categories|category_fields|member_data" limit="2" paginate="bottom"}
<h1>{title}</h1>
{paginate}
<p>Page {current_page} of {total_pages} pages {pagination_links}</p>
{/paginate}
{/exp:channel:entries}
每个分页链接看起来像这样
http://216.243.140.102/S=3e4a8ada2d96477c46a1a7388370eb27992550a7/products/pagination_debug/P6
添加 S=3e4a8ada2d96477c46a1a7388370eb27992550a7
有任何想法吗?我完全被难住了。