Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 000000000

    (@pealo86)

    Ah never mind, found out it was the ‘break’ statement I was using in header.php:

    <h1>
    	<?php if (get_post_type() == 'tribe_events') : ?>
    		Course Calendar
    		<?php break; ?>
    	<?php else : ?>
    		<?php the_title(); ?>
    	<?php endif; ?>
    </h1>

    Hey pealo86. Thanks for the note here, and glad to see you were able to get this figured out on your own – though apologies for the fact that we didn’t respond in time to get the answer for you.

    Sounds like you’re all set here so I’m going to go ahead and mark this as Resolved; but if we can do anything else in the future, or if you believe I jumped the gun in my resolution, do let us know and we’ll follow-up as needed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: The Events Calendar] Getting 'This Event Has Passed' on all events’ is closed to new replies.