This adds a new CPT called date. It can be used to link posts of type event, exchange, lab to a general type date. This is mainly used for labs. Also now there is a single page for each event, which means each lab event has technically a single page.
This page (for lab dates) will only be linked to when the event is in the past, if a user clicks on a link to a lab date (ie on the homepage) and the date is in the future, it will take the user to the main lab page instead.
Also there is a new list for all dates /termin. It reuses the event list component from the homepage with the difference that it shows all events and all labs.
Dates can be linked to type event and exchange but this doesn't do anything yet.
This adds a new CPT called
date
. It can be used to link posts of typeevent, exchange, lab
to a general typedate
. This is mainly used for labs. Also now there is a single page for each event, which means each lab event has technically a single page. This page (for lab dates) will only be linked to when the event is in the past, if a user clicks on a link to alab date
(ie on the homepage) and the date is in the future, it will take the user to the main lab page instead. Also there is a new list for all dates/termin
. It reuses the event list component from the homepage with the difference that it shows all events and all labs.Dates can be linked to type
event
andexchange
but this doesn't do anything yet.