The infamous WP Router Placeholder Page issue

Home Forums Calendar Products Community Events The infamous WP Router Placeholder Page issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #215876
    cairnslifestyle
    Participant

    Guys, I saw you had an issue with this a couple of years back. Well, I got the latest versions of WP Calendar Pro, Community Events and latest WordPress version and I am still getting it.
    Has there been an umbrella fix for this?

    #215899
    cairnslifestyle
    Participant

    All good!
    In page.php, I replaced:

    <h1 class=”entry-title”>
    ” title=”<?php the_title(); ?>” rel=”bookmark”><?php the_title(): ?>
    </h1>

    with…

    <?php if(tribe_is_community_edit_event_page()) { ?>
    <h1 class=”entry-title”>NEW TITLE GOES HERE</h1>
    <?php } else { ?>
    <h1 class=”entry-title”><?php the_title(); ?></h1>
    <?php } ?>

    This did the trick!

    #983316
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘The infamous WP Router Placeholder Page issue’ is closed to new replies.