"Calendar Of Events" title change

Home Forums Calendar Products Events Calendar PRO "Calendar Of Events" title change

Viewing 5 posts - 46 through 50 (of 50 total)
  • Author
    Posts
  • #16884
    Peter
    Member

    Inside my themes functions.php I insert this code

    require_once('http://furesoehoerecenter.dk/custom_lib/custom_functions.php');

    The custom_functions.php file I created contains this code:

    #16885
    Peter
    Member

    The code…
    —————

    #16886
    Peter
    Member

    I don’t know why the code wont show. I will try to post it again WITHOUT the php tags.
    —————————————–

    add_filter(‘tribe_get_events_title’, ‘my_get_events_title’);

    function my_get_events_title($title){

    if( is_tax() ){

    return $title;

    }else{

    return ‘Kalender’;

    }

    }

    #16911
    Jonah
    Participant

    Hi Peter, we’re still working on getting better code pasting in the forum. For now please post code snippets to http://pastie.org/pastes/new or your place of choice.

    #16912
    Jonah
    Participant

    Customizations like you’re trying to do are also outside of the scope of the support we can provide in our forum. You’ll need to work out these issues on your own. Good luck!

Viewing 5 posts - 46 through 50 (of 50 total)
  • The topic ‘"Calendar Of Events" title change’ is closed to new replies.