Skip to content

Instantly share code, notes, and snippets.

@alexermakov
Created November 9, 2016 10:10
Show Gist options
  • Save alexermakov/1c68bc67138bb6344e28093ed08f4bf7 to your computer and use it in GitHub Desktop.
Save alexermakov/1c68bc67138bb6344e28093ed08f4bf7 to your computer and use it in GitHub Desktop.
удаляем у except [..] в конце
<?
add_filter('excerpt_more', function($more) {
return '...';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment