Expected exclude_all_past_events behavior?
-
Hi John,
Thanks for your help with my previous post.
I think I have discovered some nuances of
exclude_all_past_eventswhich are not covered in your documentation, namely,exclude_all_past_events='event_date_field_name'will print the associated Advanced Custom Fields date on the page (adding it to the post source info), whereasexclude_all_past_events='true'does not.Is this expected behavior? (It’s fine if it is.)
My test page shows three NPE lists:
exclude_all_past_events='true'exclude_all_past_events='event_date'hide_source='true'
The extra instance of the event date gets printed with the post source info chunk (
.netsposts-source) and the date format applied to that chunk applies here.The last list hides the extra instance of my event date along with the post source info chunk.
The page I need help with: [log in to see the link]
The topic ‘Expected exclude_all_past_events behavior?’ is closed to new replies.