Descripción
Adds the “paginator3000” paging navigation to your WordPress blog. “paginator3000” is a pagination technique based on the idea of scrolling.
The demo of the technique can be found here: http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/ .
This plugin is just a localization of the idea for WordPress blogs, the idea itself was created and realized by ecto ( http://ecto.ru ) and karaboz ( http://karaboz.ru ).
Instalación
- Open wp-content/plugins folder
- Put paginator folder into the wp-content/plugins folder
- Activate Paginator plugin
- Paste
<?php if(function_exists('wp_paginator')) { wp_paginator(); } ?>
anywhere in index.php or footer.php of your theme.
Note: if you want the paginator to also be used for search results, in categories, and for tagged posts, the easiest thing to do is to
paste<?php if(function_exists('wp_paginator')) { wp_paginator(); } ?>
into your footer.php, rather than index.php - To configure Paginator go to ‘WP-Admin -> Settings -> Paginator’
- To change CSS style of Paginator, edit /wp-content/plugins/paginator/skin/paginator3000.css
Preguntas frecuentes
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 "Paginator" 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.