This is remove two Way :
1. Go to function.php search the twentyten_excerpt_length.
There you change below code
//return 40;
return 3000; –> Change here what extra numbers you need.
2. Second option –> Go loop.php
Find the_content
Then you remove or hide the condition part
ex :
You Place Below Code :
‘
‘ . __( ‘Pages:’, ‘twentyten’ ), ‘after’ => ‘
‘ ) ); ?>
that’s all ЁЯЩВ now this working well.