Wordpress php href语法错误

时间:2018-02-24 21:07:54

标签: php wordpress href

<?
<a href="https://www.example.com">php wp_title('|', true, 'right');</a>
?>

但语法错误:/,

1 个答案:

答案 0 :(得分:1)

在不知道编码应该做什么的情况下,鉴于它应该是PHP,我本以为它应该读取

<a href="https://www.example.com"><?php wp_title('|', true, 'right');?></a>

至少,这将是有效的PHP代码......