Kategoria: Events

add_filter( 'excerpt_length', function () { if ( is_archive() || is_home() ) { return 20; } return 55; // domylna WP }, 999 );