Excertpt lenght in service section
-
Hi,
Is there a way to change the lenght or the size of the box in the service section ? I would like all the boxes have the same size !
The traditional code I use doesn’t work :
<?php function new_excerpt_length($length) {
return 15;
}
add_filter(‘excerpt_length’, ‘new_excerpt_length’);
?>Thank you !
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Excertpt lenght in service section’ is closed to new replies.