使用筛选器覆盖wp_link_ages分页符

时间:2017-08-07 作者:stampede76

是否可以有条件分页符?

例如,如果查询字符串中有匹配项,则会忽略帖子的第一个分页符,并且用户可以在单击“下一步”之前读取一行中的两篇帖子?

1 个回复
SO网友:stampede76

所以我找到了这个过滤器:

the_posts

https://codex.wordpress.org/Plugin_API/Filter_Reference/the_posts

将其发送到函数,第一个参数是带有分页符的整个post页面。

我的计划是通过regex运行它,删除<!--nextpage--> 并将其退回。我看看行不行

结束

相关推荐

Pre_Get_Posts-编辑查询,Tax_Query

我试图根据用户输入的内容过滤结果。function custom_archive() { if ( is_post_type_archive( \'profiles\' ) ) { // if we are on a profiles archive page, edit the query according to the posted data. $data = $_POST[\'networks\'];