fabrice ferries

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Change page title in browser tab #1160075
    fabrice ferries
    Participant

    Find it in your link :

    add_filter('tribe_get_events_title', 'change_events_title');
    function change_events_title($title) {
      return '';
    }

    Thank u Cliff !

    in reply to: Change page title in browser tab #1160067
    fabrice ferries
    Participant

    Ok Cliff, thanks for your help.
    Yep, the translation is correct but this title is too long and ugly in particular if you share it on social medias…

    So yes i would like to cutomize it.

    my code is like this :

    add_filter('wp_title', 'filter_events_title');
    function filter_events_title ($title) {
    if ( tribe_is_event() && is_single() ) { // Single Events
    $title = ‘Single event page’;
    }
    return $title;
    }

    I tryed to replace the first line by your code, but didn’t worked.
    where to put “add_filter( ‘___’, ‘filter_events_title’ );” ?

    in reply to: Change page title in browser tab #1160029
    fabrice ferries
    Participant

    Sure, it’s on this page :
    http://theatre-sorano.fr/spectacle/timon-titus/2016-11-02/

    please notice that i tryed with twenty fourteen and all plugins desactived

    in reply to: display categories #1153982
    fabrice ferries
    Participant

    Ok Cliff, thanks for your answer, it works for me !

    Have a nice day

    in reply to: display categories #1153613
    fabrice ferries
    Participant

    Hi Cliff, thanks for helping !

    yep, i talked about tribe_get_event_categories(); in my first post.

    In fact, i just need the categorie, not “Event Category:…” and the link. How can i remove them ?

    in reply to: just start time… #1150862
    fabrice ferries
    Participant

    Thanks a lot Brook !!!
    So easy ! I can’t understand why i couldn’t find this in the support…

    Have a good day !
    Fabrice

Viewing 6 posts - 1 through 6 (of 6 total)