Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Nobody was able to understand your code posted on here. Post it on http://wordpress.pastebin.ca instead and then post the link to it back here.

    Also, be more patient. This is a volunteer forum. Nobody gets paid to do this. 6 hours is not so long that it requires bumping.

    alexleonard

    (@alexleonard)

    Also, double check all of your php code. There’s an error there somewhere that’s causing php code to be rendered out as HTML.

    <? // Begin Comments ?>
    <? if ($comment->comment_type != "trackback" && $comment->comment_type != "pingback" && !ereg("<pingback />", $comment->comment_content) && !ereg("<trackback />", $comment->comment_content)) { ?>

    Use a decent code editor to get a better idea of where your code is breaking – such as Notepad ++

    Thread Starter acheashadow

    (@acheashadow)

    I use dreamweaver and I even copied over an older version of the code.. if it possible that its my server?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Comments Issue (Appeared for no reason?)’ is closed to new replies.