我正在尝试实现下面的脚本以在假定的页面上打印图像,但这反而会导致页面出现问题。
<?php
if ($currentpage == '/services/') {
print("<img src="path/to/services.png" alt=""/>");
},
if ($currentpage == 'contact.php') {
print("<img src="path/to/image.png" alt=""/>")
},
else {
print("<img src="path/to/image.png" alt=""/>")
}
?>
错误信息是:
解析错误:语法错误,第 173 行 /home/master/public_html/wp-content/themes/siteripe-001/othe-rpages.php 中的意外 T_STRING