此WordPress网站中我的帖子列表中的顶部链接无效(http://hautedishwi.com/category/recipes/)。樱桃甜甜圈之后有一些文字说“获取食谱”,但它不是一个链接。其他人都在工作。通过Firebug的代码显示了这一点:
<br… class="read_more" href="http://hautedishwi.com/2011/06/03/cherry-doughnuts/" <a="">Get the recipe</br…>
我还认为在函数中插入的函数是:
function twentyten_auto_excerpt_more( $more ) {
return '…' . twentyten_continue_reading_link();
}
add_filter( 'excerpt_more', 'twentyten_auto_excerpt_more' );
但我不确定我不是程序员。知道如何让这个链接工作吗?一如既往地感谢您的帮助!
答案 0 :(得分:1)
我认为你需要
> …
而不是
…
因为它缺少“&gt;”换行。