26/11/2008, 21:24
|
| Crazy Coder | | Fecha de Ingreso: enero-2002 Ubicación: En la Oficina
Mensajes: 2.880
Antigüedad: 22 años, 10 meses Puntos: 193 | |
Respuesta: ¿Cómo paginar mis artículos al estilo « Anterior 1 2 3 4 etc..? En la documentacion dice: Cita: Usage Instructions
General Usage
1. Open wp-content/themes/<YOUR THEME NAME>/footer.php
2. Add Anywhere:
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
3. Go to 'WP-Admin -> Settings -> PageNavi' to configure WP-PageNavi.
4. If you need to configure the CSS style of WP-PageNavi, open and edit:
/wp-content/plugins/wp-pagenavi/pagenavi-css.css
Note
* WP-PageNavi will load 'pagenavi-css.css' from your theme's directory if it exists.
o If it doesn't exists, it will just load the default 'pagenavi-css.css' that comes with WP-PageNavi.
o This will allow you to upgrade WP-PageNavi without worrying about overwriting your page navigation styles that you have created.
|