Popis
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‘));?>
Instalace
- 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.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Return Excerpt je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Return Excerpt” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
0.2
- Added description
- Bug fixes
0.1
- First release