Putting Organizer link on the list page?

Home Forums Calendar Products Events Calendar PRO Putting Organizer link on the list page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #853397
    media325
    Participant

    I am able to put the organizers name on the event list page using:
    <?php echo tribe_get_organizer(); ?>
    I attempted to put the link to the organizer page on the event list page by using:
    <?php echo tribe_get_organizer_link(); ?>
    but it doesn’t work. It does and an href with the organizers name but the link just goes to:
    http://www.website.com/organizer/
    it leaves of the organizer’s slug.
    What am I doing wrong? Thanks

    #857651
    Josh
    Participant

    Hello media325,

    Thanks for reaching out to us!

    That is definitely a strange issue to be having. Hopefully I can help to get you pointed in the right direction.

    There are a couple of things you can try:

    1. <span style=”line-height: 13px;”>Ensure that there isn’t a filter being applied to “tribe_get_organizer_link” via your theme or other plugin that may be causing issue with the output. You can test this by following the Testing for Conflicts procedures. </span>
    2. Try running it with “full_link” set to false. That would look like “tribe_get_organizer_link( get_the_ID(), false, true);” and see if the URL output there includes the necessary slug.

    Let me know if any of this helps.

    Thanks!

    #861186
    media325
    Participant

    tribe_get_organizer_link( get_the_ID(), false, true);

    did it thanks

    #863523
    Josh
    Participant

    Hello media325,

    Thanks for following up with us. Glad I was able to help!

    I’ll go ahead and close this ticket. 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 ‘Putting Organizer link on the list page?’ is closed to new replies.