• I don’t know how to describe the problem but I have the “?>” on every page of my blog. This is for a class I’m currently taking. Below is a link.
    http://198.86.244.3/rllheureux/wp/

    Look in the upper left hand corner. Any ideas of where I should start to look for the error?

    Thanks

Viewing 1 replies (of 1 total)
  • Well, there is a comment at the top of the source of your web page that says:

    <!--cat meow? category.php-->

    So I would suggest you look at that file — category.php.

    You will find it by going to Appearance >> Editor, and looking in the list on the right hand side of the page.

    It looks as through there is an extra ?> somewhere (all template code written in PHP must be enclosed in <?php … ?> brackets to distinguish it from HTML. Look for an extra ?> somewhere in that file (or it might be in one of the other files.

    Alternatively look for a line of code that begins with “echo” and has the ?> on it. That will also output those characters.

    Good luck!

Viewing 1 replies (of 1 total)

The topic ‘repeating symbol’ is closed to new replies.