phatwp

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Upcoming Events (title): fully change – How? #768739
    phatwp
    Participant

    I can see clearly now that the rain has gone.

    Since I am yoasting I did:

    // Runs the <title> element through our custom filter
    // add_filter(‘wp_title’, ‘filter_events_title’);
    // If you are using Yoast delete the above line and uncomment the following one
    add_filter(‘wpseo_title’, ‘filter_events_title’);
    // Tribe events: Manually set title Upcoming Events
    function filter_events_title ($title) {
    if ( tribe_is_upcoming() && !is_tax() ) { // List View Page: Upcoming Events
    $title = ‘Change this to something meaningful for SEO’;
    }
    return $title;
    }

    in reply to: Upcoming Events (title): fully change – How? #762342
    phatwp
    Participant

    makes no sense at all

    what snippet are you speaking to?

    I have successfully changed the page heading displayed to the user that is/was “upcoming events”

    the problem is how to change the page title <title> from the upcoming events page ( for seo and google search it is worthless to display something as simplistic as “upcoming events” to a user or a bot in a search )

    phatwp
    Participant

    where is widget-list.class.php ?

    phatwp
    Participant

    Result was nothing displayed
    Well did get a widget title
    Forget that though I can display none it

    in reply to: Obfuscate email addresses ? #89474
    phatwp
    Participant

    and thank you

    in reply to: Obfuscate email addresses ? #89472
    phatwp
    Participant

    snorton

    i remotely understand what you are describing
    implementing it, without more guidance, is beyond me

    i have a tribe-events folder under my theme for css customization that i was able to work out

    i did grab your code and added it to single-event.php as a test and was able to see that i indeed had obfuscation ( this did destroy the formating for the event)
    so exactly how to do this eludes me

    eeb does function properly when an email address is within the main content, as does contact form 7

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