Hi Voltronik,
thanks for your quick reply ??
The code i used in functions.php looks as follows:
function custom_excerpt_length( $length ) {
return 200; // 200 words
}
add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );
It works fine with wordpress but has no effect on BNFW – the excerpt still hast the same length. The question is, can I set a filter for BNFW to change the excerpt length for BNFW independently from the wordpress excerpt length?
Tnx for your help in advance
Alexander