geadsection = headsection 😛
the tags –
this is not in the code of the templates (item.php); however, there is this directly after the html of the tags: <!-- Powered by Ad Inserter WordPress Plugin, Author: Igor Funa --> which points to a plugin – try deactivating this plugin and see if that changes something.
slideshow on home page –
possibly using conditional tags is_home() or is_front_page() around the slideshow code;
http://codex.ww.wp.xz.cn/Conditional_Tags
Thanks for your answer, but it doesn’t help. I deleted the widget and deactivate the plugin.
Other solutions? I allready tried to deactivate all the plugins, with no result.
Other solutions?
no – there seems to be nothing in the un-modified theme, that would output a tags list after the content;
i would think, it is something that you edited or added;
if it is not a plugin (you could try this by deactivating all plugins), it might be something in functions.php of the theme – such as ‘add_filter(‘the_content’, …..)’ or so.
can’t find somethng. I looked in the database…. also nothing found special….. prrrr who knows…