Breadcrumbs

Home Forums Calendar Products Events Calendar PRO Breadcrumbs

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1113681
    Linda
    Participant

    Hi
    My breadcrumbs show the event calendar listings as ‘page’ – how can I change this?
    All the other breadcrumbs on my site work fine?
    Thanking you in advance for your help

    #1113751
    Josh
    Participant

    Hey Linda,

    Thanks for reaching out to us!

    Are the breadcrumbs on your site created by your theme or by a plugin? For this, you’ll need to find where/how the breadcrumbs are created and may have to add some custom code (or filter the existing output) to include a new argument for the calendar.

    I’m not sure exactly what the setup looks like here for your site, but the conditional to check for an event page would be “tribe_is_event_query”. You could then create a section within your breadcrumbs that looks something like:

    
    if( tribe_is_event_query() && !is_singular( 'tribe_events' ) {
    echo 'Events';
    }
    

    Let me know if this helps.

    Thanks!

    #1116288
    Linda
    Participant

    Hi
    Thanks for getting back to me.
    My breadcrumbs are set by my theme so would I need to speak to the author?

    #1116946
    Josh
    Participant

    Hey Linda,

    The theme author should be able to get you pointed in the right direction for adding the update from the snippet above to the correct location within your theme.

    Thanks!

    #1122494
    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 ‘Breadcrumbs’ is closed to new replies.