标签: php wordpress href
<? <a href="https://www.example.com">php wp_title('|', true, 'right');</a> ?>
但语法错误:/,
答案 0 :(得分:1)
在不知道编码应该做什么的情况下,鉴于它应该是PHP,我本以为它应该读取
<a href="https://www.example.com"><?php wp_title('|', true, 'right');?></a>
至少,这将是有效的PHP代码......