Title: » not working
Last modified: August 18, 2016

---

# » not working

 *  Resolved [paintpops](https://wordpress.org/support/users/paintpops/)
 * (@paintpops)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/not-working/)
 * Whenever I try to edit either my header, index, or footer pages in the default
   theme, the >> symbol (» in HTML) changes to a question mark. How do I fix this?
 * This is the code:
 * <?php get_header(); ?>
 *  <div id=”content”>
 *  <?php if (have_posts()) : ?>
 *  <?php while (have_posts()) : the_post(); ?>
 *  <div class=”head” id=”post-<?php the_ID(); ?>”>
    <?php the_time(‘F jS, Y’) ?
   > <!– by <?php the_author() ?> –> </div></td></tr><tr><td>
 *  <div>
    <?php the_content(‘Read the rest of this entry »’); ?> </div>
 *  <p class=”postmetadata”>Posted in <?php the_category(‘, ‘) ?> | <?php edit_post_link(‘
   Edit’, ”, ‘ | ‘); ?> <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’,‘%
   Comments »’); ?></p>
    </div>
 *  <?php endwhile; ?>
 *  <div class=”navigation”>
    <div class=”alignleft”><?php next_posts_link(‘« Previous
   Entries’) ?></div> <div class=”alignright”><?php previous_posts_link(‘Next Entries»’)?
   ></div> </div>
 *  <?php else : ?>
 *  <h2 class=”center”>Not Found</h2>
    <p class=”center”>Sorry, but you are looking
   for something that isn’t here.</p> <?php include (TEMPLATEPATH . “/searchform.
   php”); ?>
 *  <?php endif; ?>
 *  </div>
 * <?php get_footer(); ?>
 * Thank you.

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

 *  [onocrotalus](https://wordpress.org/support/users/onocrotalus/)
 * (@onocrotalus)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/not-working/#post-492008)
 * You can’t just type the >> character in directly. You need to use the right [HTML entity](http://www.ramsch.org/martin/uni/fmi-hp/iso8859-1.html).
   These always start with `&`. For example, >> is `&raquo;` .
 * EDIT: Sorry, I re-read your post, you obviously know the above. Are you editing
   your code in something that would mess with it e.g. Word?
 *  Thread Starter [paintpops](https://wordpress.org/support/users/paintpops/)
 * (@paintpops)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/not-working/#post-492011)
 * Ah thanks so much for your help. =) I was using an HTML freeware and I guess 
   it automatically changes the $raquo; to that symbol so it cannot be read. Thank
   you ^^

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

The topic ‘» not working’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 2 replies
 * 2 participants
 * Last reply from: [paintpops](https://wordpress.org/support/users/paintpops/)
 * Last activity: [19 years, 6 months ago](https://wordpress.org/support/topic/not-working/#post-492011)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
