Title: Unexpected parse error, T_STRING (again)
Last modified: August 18, 2016

---

# Unexpected parse error, T_STRING (again)

 *  [andrea](https://wordpress.org/support/users/andrea/)
 * (@andrea)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/unexpected-parse-error-t_string-again/)
 * Hello, I posted a question on
    [http://wordpress.org/support/topic/29574](http://wordpress.org/support/topic/29574)
   but no one has answered, so I thought I’d put it in a fresh topic.
 * I’ve searched through the code on my index.php, and even re-did it from scratch
   using the Classic template, but I still get an unexpected parse error (T-STRING,
   line 78) when I try to use it.
 * Here is the source code:
    [http://www.serialdeviant.org/temp/problem.txt](http://www.serialdeviant.org/temp/problem.txt)
 * Any help or insight anyone can provide would be great.

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

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/unexpected-parse-error-t_string-again/#post-216938)
 * You cannot nest or include the php tags (`<?php` and `?>`) inside other php tags.
   Change line 78 in your template (the posts_nav_link() line) to:
 * [http://pastebin.com/296828](http://pastebin.com/296828)
 * EDIT: Changed use of `bloginfo()` to `get_bloginfo()` (the latter returns, and
   does not just display, the value).
 *  Thread Starter [andrea](https://wordpress.org/support/users/andrea/)
 * (@andrea)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/unexpected-parse-error-t_string-again/#post-216944)
 * That worked, you are a star!
 * The only thing is the ‘next’ and ‘previous’ images do not show up. They have 
   definitely been uploaded, and live in the same folder as the theme.
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/unexpected-parse-error-t_string-again/#post-216945)
 * Note my change of the code above. I originally slipped in get_settings by mistake.
   Make sure yours is not using it.
 *  Thread Starter [andrea](https://wordpress.org/support/users/andrea/)
 * (@andrea)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/unexpected-parse-error-t_string-again/#post-216947)
 * Once again, you totally rock. Thank you so much!

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

The topic ‘Unexpected parse error, T_STRING (again)’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [andrea](https://wordpress.org/support/users/andrea/)
 * Last activity: [20 years, 11 months ago](https://wordpress.org/support/topic/unexpected-parse-error-t_string-again/#post-216947)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
