akiyum
4/22/2014 - 3:25 AM

抜粋の終端に表示される、[...]を変更

抜粋の終端に表示される、[...]を変更

// 抜粋の終端に表示される、[...]を変更
function new_excerpt_more($more) {
     return ' …';
}
add_filter('excerpt_more', 'new_excerpt_more');