This i the code in the ./inc/functions/functions.php 58
Original code:
add_filter('excerpt_length', 'wp_portfolio_excerpt_length');
/**
* Sets the post excerpt length to 50 words.
*
* function tied to the excerpt_length filter hook.
*
* @uses filter excerpt_length
*/
function wp_portfolio_excerpt_length($length) {
return 50;// this will return 50 words in the excerpt
}
add_filter('excerpt_more', 'wp_portfolio_continue_reading');
/**
* Returns a "Continue Reading" link for excerpts
*/
function wp_portfolio_continue_reading() {
return '<span class="leggiTutto">...Leggi tutto</span>';
}
The full test in my post is:
Mi colpì la prospettiva, col grandangolo che avevo ho potuto dare un effetto profondità all’immagine, tra l’altro il trattore era acceso e vibrava tutto, ma con un tempo di scatto veloce ho bloccato l’immagine. (Bs).
But inter thumb show only “Mi colpì la prospettiva, col grandangolo che avevo ho potuto dare un effetto profondità all’immagine, tra l’altr“. These are less than 50 words