Viewing 1 replies (of 1 total)
  • Thread Starter boka003

    (@boka003)

    Here is a full code

    <?php
    // Don't load directly
    defined( 'WPINC' ) or die;
    
    
    
    
    $events_label_singular = tribe_get_event_label_singular();
    ?>
    
    <div class="events-community-post-content">
    	<?php
    	/**
    	 * Allow developers to hook and add content to the beginning of this section
    	 */
    	do_action( 'tribe_events_community_section_before_description' );
    	?>
    
    	<?php tribe_community_events_field_label( 'post_content', sprintf( __( '%s Description:', 'tribe-events-community' ), $events_label_singular ) ); ?>
    	<?php tribe_community_events_form_content(); ?>
    
    	<?php
    	/**
    	 * Allow developers to hook and add content to the end of this section
    	 */
    	do_action( 'tribe_events_community_section_after_description' );
    	?>
Viewing 1 replies (of 1 total)
  • The topic ‘Events Calendar Excerpts’ is closed to new replies.