链接不起作用

时间:2012-02-13 19:45:24

标签: php

此WordPress网站中我的帖子列表中的顶部链接无效(http://hautedishwi.com/category/recipes/)。樱桃甜甜圈之后有一些文字说“获取食谱”,但它不是一个链接。其他人都在工作。通过Firebug的代码显示了这一点:

<br&hellip; class="read_more" href="http://hautedishwi.com/2011/06/03/cherry-doughnuts/" <a="">Get the recipe</br&hellip;>

我还认为在函数中插入的函数是:

function twentyten_auto_excerpt_more( $more ) {
    return '&hellip;' . twentyten_continue_reading_link();
}
add_filter( 'excerpt_more', 'twentyten_auto_excerpt_more' );

但我不确定我不是程序员。知道如何让这个链接工作吗?一如既往地感谢您的帮助!

1 个答案:

答案 0 :(得分:1)

我认为你需要

&gt; &hellip; 

而不是

&hellip;

因为它缺少“&gt;”换行。