警告:使用不确定的常量readmore-在第62行的functions.php中假定为“ readmore”(这会在PHP的未来版本中引发错误)

时间:2019-05-16 10:44:49

标签: php wordpress

  

警告:使用未定义的常量readmore-在以下目录中的C:\ xampp \ htdocs \ web1 \ wp-content \ themes \ web1 \ functions.php中使用“ readmore”(这会在PHP的未来版本中引发错误)。第62行

function excerpt($num)
{
    $limit = $num+1;
    $excerpt = explode(' ', get_the_excerpt(), $limit);

    array_pop($excerpt);

    $excerpt = implode(" ",$excerpt)." <a href='" .get_permalink($post->ID) ." ' class='".readmore."'>Read More</a>";

    echo $excerpt;
}

0 个答案:

没有答案