'Next Event' shortcode

Home Forums Calendar Products Events Calendar PRO 'Next Event' shortcode

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1101538
    showchinchillaz
    Participant

    I’d like to use a shortcode to display a text link saying ‘Next event: ‘ or ‘Upcoming event’ or suchlike. It needs to be linear and without a calendar as the space is beside my logo in a header.

    Is there a way to do this please?

    Thanks!

    #1101742
    Cliff
    Member

    Hi Andrew. Thanks for your question.

    These are our plugins’ widgets and shortcodes.

    If the shortcode you’re wanting doesn’t exist there, you could create your own but this would be in the realm of personal customization.

    However, I can point you to a function I think you might need to use for this: tribe_the_next_event_link()

    Please let me know if you think I can be of further assistance.

    #1102571
    Harrison
    Participant

    Hi Cliff,

    I’ve had a look at the resources you’ve provided and I’m trying to fathom how to use the tribe_the_next_event_link()

    I’ve figured out how to use this to create a shortcode but is there a way to incorporate this into a HTML link?

    Thanks

    Harrison

    P.S. you can create a shortcode for this by adding the following after the closed function on line 54 of src/functions/template-tags/link.php:

    add_shortcode('your_shortcode_name', 'tribe_the_next_event_link');

    #1102733
    Cliff
    Member

    This is the source code for that function: https://github.com/moderntribe/the-events-calendar/blob/4.1.1.1/src/functions/template-tags/link.php#L41

    Which basically ends up running get_event_link(): https://github.com/moderntribe/the-events-calendar/blob/4.1.1.1/src/Tribe/Main.php#L4083

    Which already outputs the a href HTML

    I hope this clears things up for you for however you’re wanting to use these functions for your customization. Maybe you should just use get_event_link() directly. I can’t know for sure without writing the code for you.

    #1108843
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘'Next Event' shortcode’ is closed to new replies.