Descripción
Returns the excerpt outside the loop.
Usage:
where $attr
is an array with any of these keys:
- num_words: number of words
- more: replacement for […]
- length: number of letters to display, userful for multibyte string
Example:
’55’, ‘more’=>’.. Read more’));?>
Instalación
- Upload
plugin-name.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
return_excerpt($post_id, $attr);
returns excerpt.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Return Excerpt” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
0.2
- Added description
- Bug fixes
0.1
- First release