ericbullet
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Page TitlesWhat is the new code supposed to do?
It looks like it takes out all titles then adds the site name. Then adds the site description.I have ll the titles except for the event titles.
Forum: Plugins
In reply to: [The Events Calendar] Page Titlesclose, now i have site titles twice.
linkForum: Plugins
In reply to: [The Events Calendar] Page Titlesno.
function custom_wp_title( $title, $sep ) { if ( is_feed() ) return $title; // Add the site name. $title .= get_bloginfo( 'name' ); // Add the site description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) $title = "$title $sep $site_description"; else if( is_singular() ) $title = "$title $sep". get_the_title(); return $title; } add_filter( 'wp_title', 'custom_wp_title', 10, 2 ); else if( is_singular() || is_singular('tribe_events') )Parse error: syntax error, unexpected T_ELSE in /functions.php on line 19
Forum: Plugins
In reply to: [The Events Calendar] Page TitlesHi,
The titles display fine on all other pages.
They do not display on pages created by the tribe events calendar.
thanks.
Forum: Plugins
In reply to: [The Events Calendar] Page TitlesOf course.
What i mean is a title in the browser toolbar.
Forum: Plugins
In reply to: [Schedulicity - Easy Online Scheduling] HTML errordoesn’t seem to be an issue on other pages so never mind.
The plug in hs stopped working for me too.
I think it’s is from the most recent WordPress update