Forum Replies Created
-
AuthorPosts
-
phatwp
ParticipantI 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;
}phatwp
Participantmakes 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 )
March 11, 2014 at 7:39 am in reply to: "View All Events in Category" Event Widget Not Functioning #117308phatwp
Participantwhere is widget-list.class.php ?
March 10, 2014 at 2:40 pm in reply to: Instruction set: tri.be/remove-calendar-image-from-calendar-widget correct? #117045phatwp
ParticipantResult was nothing displayed
Well did get a widget title
Forget that though I can display none itphatwp
Participantand thank you
phatwp
Participantsnorton
i remotely understand what you are describing
implementing it, without more guidance, is beyond mei 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 meeeb does function properly when an email address is within the main content, as does contact form 7
-
AuthorPosts
