{"id":1010562,"date":"2015-10-01T11:01:42","date_gmt":"2015-10-01T18:01:42","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/"},"modified":"2015-10-20T07:05:06","modified_gmt":"2015-10-20T14:05:06","slug":"hiding-past-events-breaks-list-pagination","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/","title":{"rendered":"Hiding past events breaks list pagination."},"content":{"rendered":"<p>Adding the following to my functions.php file appears to have broken to event list pagination.<\/p>\n<pre><code>add_filter(&#039;tribe_events_pre_get_posts&#039;, &#039;filter_tribe_all_occurences&#039;, 100);\n\nfunction filter_tribe_all_occurences ($wp_query) {\n\t\/\/ Only filter tribe-events\n\t$post_type = $wp_query-&gt;query_vars[&#039;post_type&#039;];\n\tif ( $post_type == &#039;tribe_events&#039;) {\n\t\t\/\/ Uncomment the if statement to show expired events on backend.\n\t\t\/\/if ( !is_admin() )  {\n\t\t  $new_meta = array();\n\t\t  $today = new DateTime();\n\n\t\t  \/\/ Join with existing meta_query\n\t\t  if(is_array($wp_query-&gt;meta_query)) {\n\t\t  \t$new_meta = $wp_query-&gt;meta_query;\n\t\t\t}\n\n\t\t  \/\/ Add new meta_query, select events ending from now forward\n\t\t  $new_meta[] = array(\n\t\t          &#039;key&#039; =&gt; &#039;_EventEndDate&#039;,\n\t\t          &#039;type&#039; =&gt; &#039;DATETIME&#039;,\n\t\t          &#039;compare&#039; =&gt; &#039;&gt;=&#039;,\n\t\t          &#039;value&#039; =&gt; $today-&gt;format(&#039;Y-m-d H:i:s&#039;)\n\t\t  );\n\t\t  $wp_query-&gt;set( &#039;meta_query&#039;, $new_meta );\n\t\t\/\/}\n\t}\n\treturn $wp_query;\n}<\/code><\/pre>\n<p>Clicking &#8220;next&#8221; takes me to the second page of events, but on the second page clicking next shows the first page of events. Any subsequent clicks of &#8220;next&#8221; do not alter the events shown.<\/p>\n<p>I thought the problem might be outdated code in the theme&#8217;s tribe-events template overrides, but removing them did not fix the issue. Commenting out the<br \/>\n<code>add_filter(&#039;tribe_events_pre_get_posts&#039;, &#039;filter_tribe_all_occurences&#039;, 100);<\/code><br \/>\nline does fix the issue, though, which is why I believe the filter somehow interferes with the pagination.<\/p>\n","protected":false},"template":"","class_list":["post-1010562","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hiding past events breaks list pagination. -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hiding past events breaks list pagination. -\" \/>\n<meta property=\"og:description\" content=\"Adding the following to my functions.php file appears to have broken to event list pagination. add_filter(&#039;tribe_events_pre_get_posts&#039;, &#039;filter_tribe_all_occurences&#039;, 100); function filter_tribe_all_occurences ($wp_query) { \/\/ Only filter tribe-events $post_type = $wp_query-&gt;query_vars[&#039;post_type&#039;]; if ( $post_type == &#039;tribe_events&#039;) { \/\/ Uncomment the if statement to show expired events on backend. \/\/if ( !is_admin() ) { $new_meta = array(); $today [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-10-20T14:05:06+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/\",\"name\":\"Hiding past events breaks list pagination. -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2015-10-01T18:01:42+00:00\",\"dateModified\":\"2015-10-20T14:05:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendar Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Events Calendar PRO\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Hiding past events breaks list pagination.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hiding past events breaks list pagination. -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/","og_locale":"en_US","og_type":"article","og_title":"Hiding past events breaks list pagination. -","og_description":"Adding the following to my functions.php file appears to have broken to event list pagination. add_filter(&#039;tribe_events_pre_get_posts&#039;, &#039;filter_tribe_all_occurences&#039;, 100); function filter_tribe_all_occurences ($wp_query) { \/\/ Only filter tribe-events $post_type = $wp_query-&gt;query_vars[&#039;post_type&#039;]; if ( $post_type == &#039;tribe_events&#039;) { \/\/ Uncomment the if statement to show expired events on backend. \/\/if ( !is_admin() ) { $new_meta = array(); $today [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/","article_modified_time":"2015-10-20T14:05:06+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/","name":"Hiding past events breaks list pagination. -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2015-10-01T18:01:42+00:00","dateModified":"2015-10-20T14:05:06+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hiding-past-events-breaks-list-pagination\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Calendar Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/"},{"@type":"ListItem","position":4,"name":"Events Calendar PRO","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/"},{"@type":"ListItem","position":5,"name":"Hiding past events breaks list pagination."}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1010562","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":1,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1010562\/revisions"}],"predecessor-version":[{"id":1010872,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1010562\/revisions\/1010872"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1010562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}