I am enjoying your Events Calendar, however I have noticed a major problem with it. It is creating a massive amount of 404s that I am seeing in Google Webmaster Tools.
E.g.
http://cloudtimes.org/events/category/europe/1939-02
which links to:
http://cloudtimes.org/events/category/europe/1939-02/URL
-----
I tried entering the some suggested code (https://gist.github.com/2763669 and https://gist.github.com/1964698) by Joey and Paul, however no success. That caused an issue as the function was already declared in the theme, so I just removed the part that declared the function and left the code that calls the function, but then that results in this error:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'tribe_dont_index_day_views' was given in /home/content/m/t/a/mtantow7/html/wp-includes/plugin.php on line 40
(results from)
if (class_exists( 'TribeEvents' ) )
add_action('wp_head','tribe_dont_index_day_views');
in functions.php
-----
Can you help?