Adding text in the Community Events list

Home Forums Calendar Products Community Events Adding text in the Community Events list

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1103557
    raindance
    Participant

    Hi support

    Would you be able to give me the code for adding text in the Community Events list in the front end of the website that contributors and participants see?

    I just want a line of text saying: Create your own local meet ups and wrap parties by pressing the ‘Add New’ button on the left!

    I’ve got a photoshopped screen grab of what I’d like uploaded below…

    Thank you for all your help Geoff and Nico

    Tom

    #1103780
    Geoff
    Member

    Hey Christian — nice to see you again! Hope you had a great weekend. 🙂

    Good question. The easiest way to get that there is probably to add it directly to the event-list.php template itself. You should already have a copy of that file in your theme since we worked on that one together in another thread, so go ahead and open it back up. Then, I would add the text directly in there.

    In this case, add the content right after this chunk of code:

    <div id="add-new"><a href="<?php echo esc_url( tribe_community_events_add_event_link() ); ?>" class="button"><?php echo apply_filters( 'tribe_ce_add_event_button_text', __( 'Add New', 'tribe-events-community' ) ); ?></a></div>

    Will this help you get started? Please let me know. 🙂

    Cheers!
    Geoff

    #1110074
    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 ‘Adding text in the Community Events list’ is closed to new replies.