Skip to content

Instantly share code, notes, and snippets.

Created May 26, 2014 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ba76a45d0c707c440aa5 to your computer and use it in GitHub Desktop.
Save anonymous/ba76a45d0c707c440aa5 to your computer and use it in GitHub Desktop.
Change "Event Title" to "You Name"
<div class="events-community-post-title">
<?php // Validation
$class = ( $_POST && empty( $event->post_title ) ) ? 'error' : ''; ?>
<label for="post_title" class="<?php echo $class; ?>"><?php _e( 'Your Name:', 'tribe-events-community' ); ?><small class="req"><?php _e( '(required)', 'tribe-events-community' ); ?></small></label>
<?php tribe_community_events_form_title(); ?>
</div><!-- .events-community-post-title -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment