Hi,
I need to show special header images for my tribe events pages – archive and single pages.
Whilst this code is working for the archive pages
http://dev.felicitassaurenbach.de/termine/kategorie/fw-werkstatt-selbstfuhrung/
it doesn´t work for the single pages like
http://dev.felicitassaurenbach.de/termin/modul-1-mensch-einheit-aus-korper-seele-und-geist/.
Originally I wanted a different header image for each category – but I cannot even make it work with the same image for all categories. This is the part of my code.
elseif (tribe_is_event() || tribe_is_event_category() || tribe_is_in_main_loop() || tribe_is_view() || 'tribe_events' == get_post_type() || is_singular( 'tribe_events' )) {
echo '
';
}
Can you tell me where I am wrong?
Thanks!