Title: Private Page pops up parse &amp; syntax errors
Last modified: August 19, 2016

---

# Private Page pops up parse & syntax errors

 *  Resolved [twineandtwig](https://wordpress.org/support/users/twineandtwig/)
 * (@twineandtwig)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/private-page-pops-up-parse-syntax-errors/)
 * I wrote up a private page with text and one image. Right out of the box I get:
 * Parse error: syntax error, unexpected T_STRING in /home/twine/twineandtwig.com/
   wp-content/themes/blissful_blog/page.php on line 19
 * Any ideas on where I begin to resolve this?

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

 *  Thread Starter [twineandtwig](https://wordpress.org/support/users/twineandtwig/)
 * (@twineandtwig)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/private-page-pops-up-parse-syntax-errors/#post-2021754)
 * Here’s the line:
 * <p><?php _e(‘There doesn’t seem to be any content here… yet!’); ?></p><?php endif;?
   >
 *  [lockettpots](https://wordpress.org/support/users/lockettpots/)
 * (@lockettpots)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/private-page-pops-up-parse-syntax-errors/#post-2021755)
 * The problem is that the ‘ in the word doesn’t is interpreted as ending the string.
 * Either escape it like this doesn\’t or
 * Use double quotes as your string delimiter
    <?php _e(**“**There doesn’t seem 
   to be any content here…. yet!**“**); ?>
 *  Thread Starter [twineandtwig](https://wordpress.org/support/users/twineandtwig/)
 * (@twineandtwig)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/private-page-pops-up-parse-syntax-errors/#post-2021765)
 * Wonderful, wonderful. Thank you so much – for helping a complete stranger! 🙂
   I really appreciate it!

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

The topic ‘Private Page pops up parse & syntax errors’ is closed to new replies.

## Tags

 * [parse-error](https://wordpress.org/support/topic-tag/parse-error/)
 * [syntax error](https://wordpress.org/support/topic-tag/syntax-error/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [twineandtwig](https://wordpress.org/support/users/twineandtwig/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/private-page-pops-up-parse-syntax-errors/#post-2021765)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
