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

    (@kafkaesqui)

    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

    EDIT: Changed use of bloginfo() to get_bloginfo() (the latter returns, and does not just display, the value).

    Thread Starter andrea

    (@andrea)

    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

    (@kafkaesqui)

    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

    (@andrea)

    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.