Skip to content

Instantly share code, notes, and snippets.

@iiiBird
Last active August 29, 2015 14:16
Show Gist options
  • Save iiiBird/cc19f737bb5e5c1b27c6 to your computer and use it in GitHub Desktop.
Save iiiBird/cc19f737bb5e5c1b27c6 to your computer and use it in GitHub Desktop.
Замена [...] в короткой новости
<?php
function new_excerpt_more( $more ) {
return '...';
}
add_filter('excerpt_more', 'new_excerpt_more');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment