Thanks Geoff, for your quick reply.
I have now added the following code to the file “edit-event.php”:
<div class=”events-community-post-content”>
<?php tribe_community_events_field_label( ‘post_content’, __(‘Event Description:’, ‘tribe-events-community’) ); ?>
<?php tribe_community_events_form_content(); ?>
</div><!– .tribe-events-community-post-content –>
<div class=”events-community-post-content”>
<?php tribe_community_events_field_label( ‘post_content’, __(‘description of organizer:’, ‘tribe-events-community’) ); ?>
<?php tribe_community_events_form_title(); ?>
</div><!– .tribe-events-community-post-content –>
but now the title will be overwritten 🙁
Guess I need a new field which will only captures the “description of organizer” so something like “<?php tribe_community_events_form_organizer-description(); ?>”
Is there a field I could use for that?
How would the code look like?
Thanks for your help again,
Torsten