Parse error: syntax error
-
Parse error: syntax error, unexpected ‘?’ in /home/content/a/u/d/audiper16/html/njre/wp-content/themes/deepblue/header.php on line 12
site is njretoday
I am getting that error on two page tabs, but not on the main site.
If you can help, please let me know.
This is what my code looks like:
<title><?php if (is_home () ) { bloginfo(�name�); }
elseif ( is_category() ) { single_cat_title(); echo ‘ – ‘ ; bloginfo(�name�); }
elseif (is_single() ) { single_post_title();}
elseif (is_page() ) { single_post_title();}
else { wp_title(��,true); } ?> </title>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Parse error: syntax error’ is closed to new replies.