• Hello dear wordpress users,

    I have a weird error near the search field on my site.
    I think I can best explain by showing you:
    http://www.frouke.org/
    I have no idea what this error means or how I can get rid of it.
    I’ve already re-installed (a new version of) the theme, but that did not help. (I haven’t been editing anything yet btw)

    Can anyone tell me what this is and what I can do about it?
    Thanks very much!
    Frouke

Viewing 1 replies (of 1 total)
  • Your theme’s searchform.php uses this function … <?php the_search_query(); ?> which I believe was introduced in WordPress 2.1 and I see you’re using 2.0.11

    Try changing that to <?php echo attribute_escape($s); ?>

    You’ll probably have to consult the Codex regarding the use of template tags as there may be more of them in that theme which are not compatible with the version of WP you’re using.

Viewing 1 replies (of 1 total)

The topic ‘Strange error on my site’ is closed to new replies.