anton-s
5/20/2016 - 12:24 PM

Длинна Excerpt и удаление [...]

Длинна Excerpt и удаление [...]

add_filter('excerpt_more', function($more) {
	return '...';
});
function new_excerpt_length($length) {
	return 15;
}
add_filter('excerpt_length', 'new_excerpt_length');