Mysterious text inserted when showing page
-
On most machines, but not all, I get a text at the top of my wordpress blog. It is four letters, and they are random and not anywhere in my source. I just installed a fresh copy of wordpress 2.1, but it started happening before this.
Not all machines show the error so i have taken a screenshot aswell.
https://www.eiriktage.com
https://www.eiriktage.com/tage_error.jpgI have narrowed down the bug to my themes index.php. If i remove the following code it disappears, but it doesn’t matter if i leave only comments or only story because it still shows…
<div class="post" id="post-<?php the_ID(); ?>">
<h3 class="storytitle">" rel="bookmark"><?php the_title(); ?></h3>
<div class="meta">Posted by <?php the_author() ?> in <?php the_category(',') ?> on <?php the_time('l, F jS, Y') ?> <?php edit_post_link(__('edit')); ?></div><div class="storycontent">
<?php the_content(__('(more...)')); ?>
</div><div class="feedback">
<?php wp_link_pages(); ?>
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
</div>
</div>
- The topic ‘Mysterious text inserted when showing page’ is closed to new replies.