Title: the_contet() problem &#8230;
Last modified: August 19, 2016

---

# the_contet() problem …

 *  [ohblue](https://wordpress.org/support/users/ohblue/)
 * (@ohblue)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/the_contet-problem/)
 * im working in a new theme first time.
    andy make a single.php with these code
   below
 *     ```
       <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
             <h1><?php the_title(); ?></h1>
             <em><?php the_author(); ?></em>
             <p>
               <?php the_content(); ?>
             </p>
             <?php endwhile;else: ?>
            <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
            <?php endif; ?>
       ```
   
 * but it just display title and author name but the CONTENT.
    any help ?

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

 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/the_contet-problem/#post-882858)
 * > …but it just display title and author name but the CONTENT.
 * I dont understand what you are saying.
 *  Thread Starter [ohblue](https://wordpress.org/support/users/ohblue/)
 * (@ohblue)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/the_contet-problem/#post-882861)
 * the content doesn’t display.
 * sorry, my english is improving :S

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

The topic ‘the_contet() problem …’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [ohblue](https://wordpress.org/support/users/ohblue/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/the_contet-problem/#post-882861)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
