• I want to Optimize excerpt and read more for Tai Game Mien Phi site with the following code :

    function new_excerpt_length($length) {
    return 100;
    }
    add_filter(‘excerpt_length’, ‘new_excerpt_length’);

    Where I put it on, file ???

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Optimizing excerpt and read more when using excerpt’ is closed to new replies.