Has anyone found a way to customize the output of the tribe_previous_event_link (or _next_) function other than adding text before or after it? I’ve been searching around for info, can’t find any.
What I did for right now was to add double arrow left or right in the html before or after the function, but then what happens is if there is no event before or after, I end up with the lonely little arrow all by itself. If there were a way to customize that into the function so that the arrow would display with the text, only if an event existed, that would be great.
Ex tribe_previous_event_link(‘The Text’, ‘Before Text’, ‘After Text’)
Any ideas?