Descripción
Read Time generates an estimated read time for your posts.
You can configure the:
- The Words Per Minute value that is used to calculate the read time.
- The prefix text that appears before the estimated read time.
- The suffix text that appears after the estimated read time.
Installation is simple. Just upload and install the plugin then place <?php read_time(); ?>
in your templates.
For styling the Read Time output is wrapped in <div id='read-time'></div>
.
The actual estimated time is wrapped in <span id='read-time-text'></span>
.
Instalación
- Upload the
read-time
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php read_time(); ?>
in your templates
For styling the Read Time output is wrapped in <div id='read-time'></div>
.
The actual estimated time is wrapped in <span id='read-time-text'></span>
.
FAQ
n/a
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Read Time» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Read Time» 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.7
Found a glitch in the Active and Deactivate functions.
0.6
Fixed an issue gave an error «The plugin does not have a valid header.» when installing through Word Press.
0.5
Initial release.