Hi,
have you tried Events > Settings > Pages > Event Pages > Override with Formats ? or how about adding the below snippet in your theme functions.php?
remove_filter ( 'wp_title', 'em_content_wp_title',100,3 );
add_filter ( 'wp_title', 'em_content_wp_title',10,3 );
also, can I know what theme is this?
Thanks for the swift reply.
I looked at the Events > Settings > Pages > Event Pages > Override with Formats but this doesn’t include the page title only the table header.
the snippet you supplied has no effect.
The theme we are using is http://themeforest.net/item/salutation-wordpress-buddypress-theme/full_screen_preview/548199
I would be happy to hard code removing the title if needs be as I followed you instructions to add the template files to my theme.
Thanks again.
Hi again,
do you have a sample link for us to see and analyze?
another way is to re-copy your theme page.php or single.php and then rename it to single-event.php and remove line <?php the_title(); ?> or try this link http://wordpress.org/support/topic/events-manager-eventslocation-pages-cant-get-sidebar?replies=22
Creating the single-event.php from page.php work.
Thanks again, top support. I will be purchasing the pro version shortly.