javascript Modificar largo del“excerpt”desde el functions.php

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Modificar largo del“excerpt”desde el functions.php相关的知识,希望对你有一定的参考价值。

//add this code to your functions file
function new_excerpt_length($length) {
return 100;
}
add_filter('excerpt_length', 'new_excerpt_length');

以上是关于javascript Modificar largo del“excerpt”desde el functions.php的主要内容,如果未能解决你的问题,请参考以下文章

css Modificar estilo de un texto seleccionado。

css Modificar estilo de un texto seleccionado。

css Modificar estilo de un texto seleccionado。

PHP Desactivar Magic Quotes sin modificar php.ini

PHP Desactivar Register Globals sin modificar php.ini

csharp Modificar una horaUTCsegúnsiestamos en horario de verano o invierno