Getting Description and Details to Display with ShortCode

Home Forums Calendar Products Events Calendar PRO Getting Description and Details to Display with ShortCode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1151401
    Michael Brennan
    Participant

    Hello,

    We are testing The Event Calendar PRO feature now by having a list of events show up on the home page. You can see that further down.

    The three events we have set up each have a description in the event post.

    We’re using the shortcode [tribe_events_list] to display the list. Unfortunately, the description is not displaying with the shortcode. Any chance there is a switch we need to use? We were not able to locate the information in The Events Calendar website.

    Perhaps there are other switches to display more information too?

    Thanks for the help.

    #1151814
    Josh
    Participant

    Hey Michael,

    Thanks for reaching out to us!

    You could accomplish this by adding the following snippet to your theme’s functions.php file. If you’re uncomfortable adding snippets there, you can add them using a plugin such as

    
    add_action( 'tribe_events_list_widget_after_the_event_title', function() { the_content(); } );
    

    Let me know if this helps.

    Thanks!

    #1151986
    Michael Brennan
    Participant

    Thank you very much Josh.

    Worked like a charm. 🙂

    #1152398
    Josh
    Participant

    Hey Michael,

    No problem, happy to help!

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Getting Description and Details to Display with ShortCode’ is closed to new replies.