The excerpt is a summary or description of a post, WordPress includes an excerpt form field which you can use while creating or editing a post. Usually people forget to set this value, so Network Latest Posts allows you to create an extract from the content of the posts.
There are some optional parameters: excerpt_length and excerpt_trail the first one sets the number of words the excerpt should display and the second receives two values, text or image, text is used by default, it adds “…more” to the end of the excerpt’s paragraph. When image is used, it will display the excertp_trail.png image located inside the plugin’s img folder.
Shortcode usage, 1.- Default, 2.- Auto-excerpt, 3.- Optional parameters:
[nlposts title_only=false]
[nlposts title_only=false
auto_excerpt=true
]
[nlposts title_only=false
auto_excerpt=true
excerpt_length=30
excerpt_trail=image
]
Results:
1.-
PHP strtolower & strtoupper UTF-8
- If you are coding for non english environments these two functions will help you easily transform unicode strings to lowercase or uppercase. Here is the problem: echo strtolower('CANCIÓN'); // result: canci��n echo strtoupper('canción'); // result: CANCIóN Here is the solution: /* * Convert to utf8 lowercase strings * * @get string of characters * @return replaced string * * Usage: ...more
Configuración de Digitel 3G+ y Red de Datos en Android 4.2.1 Jelly Bean
- Si tienes un teléfono con sistema operativo Android y has decidido utilizar Digitel como tu proveedor de servicios de telefonía y datos, seguramente te has encontrado con un escenario similar al siguiente: Tienes señal completa, puedes llamar y recibir llamadas Servicios como Gtalk, WhatsApp y ChatOn funcionan sin problemas Al abrir el navegador web, compruebas que no tienes ...more
Test
- Nothing to say, just displaying content below: ...more
Network Latest Posts - Extension pour WordPress 3
- WordPress Cherchez-vous l'extension pour WordPress single? Achetez Single Latest Posts et libérez la puissance de votre site WordPress La troisième version de WordPress a été pensée pour simplifier autant que possible la création des réseaux, si vous vous rappelez bien, avant cette version il existait WordPress et WordPress MU, maintenant peu importe si vous utilisez WordPress ...more
2.-
PHP strtolower & strtoupper UTF-8
- If you are coding for non english environments these two functions will help you easily transform unicode strings to lowercase or uppercase. Here is the problem: echo strtolower('CANCIÓN'); // result: canci��n echo strtoupper('canción'); // result: CANCIóN Here is the solution: /* * Convert to utf8 lowercase strings * * @get string of characters * @return replaced string * * Usage: ...more
Configuración de Digitel 3G+ y Red de Datos en Android 4.2.1 Jelly Bean
- Si tienes un teléfono con sistema operativo Android y has decidido utilizar Digitel como tu proveedor de servicios de telefonía y datos, seguramente te has encontrado con un escenario similar al siguiente: Tienes señal completa, puedes llamar y recibir llamadas Servicios como Gtalk, WhatsApp y ChatOn funcionan sin problemas Al abrir el navegador web, compruebas que no tienes ...more
Test
- Nothing to say, just displaying content below: ...more
Network Latest Posts - Extension pour WordPress 3
- WordPress Cherchez-vous l'extension pour WordPress single? Achetez Single Latest Posts et libérez la puissance de votre site WordPress La troisième version de WordPress a été pensée pour simplifier autant que possible la création des réseaux, si vous vous rappelez bien, avant cette version il existait WordPress et WordPress MU, maintenant peu importe si vous utilisez WordPress ...more
3.-
