If I click a tag in my blog's "tag cloud" widget, a "Search Result" page will be shown with a "Tags Widget" embeded into the Header, which makes the page looks distorted. I checked with my tempalte "Search Result" and "Banner Header", there is no "Tags widget" specified, but if I remove the "Banner Header" from "Search Result", the "tag widget" would be gone, so I guess tag widget is caused by "Banner Header", but, nothing found in those templates.
Do you guys know what happened? How should I fix this problem?
Blog Page: http://www.debuggingnow.com/blog/
Search Result: http://www.debuggingnow.com/mt/mt-search.cgi?blog_id=1&tag=C%2B%2B&limit=20
Thanks
-Baiyan
Reported on Movable Type 4.3
You should search on your templates for:
Doing that, you will find out the name of the widget containing this coding, which I assume is "Tags".
And then you will search where that widget is incorporated, which should be the "Search Results" system template and either remove its inclusion or change its positioning.
That widget is inserted only on Tag Searches based on this movable type tag:
<mt:IfTagSearch>
This means that you could solve the problem also by first searching for any occurances of the mt:IfTagSearch tag...
Cheers,
Mihai