Descripción
WP Post Series is a lightweight plugin for making a series of posts and showing information about the series on the post page.
Posts in a series will automatically show a series box (prepended before the post content), or you can insert them manually using the Post Series Block.
Funcionalidades
- Add post series using the familiar WordPress UI and give each one a description.
- Assign post series to your posts.
- Filter posts in the backend by series.
- Show the series above the post content or using the Post Series Block in the editor.
- Developer friendly code — Custom taxonomies & template files.
Contributing and reporting bugs
You can contribute code and localizations to this plugin via GitHub: https://github.com/mikejolley/wp-post-series
Soporte
Use the WordPress.org forums for community support – I cannot offer support directly for free. If you spot a bug, you can of course log it on Github instead where I can act upon it more efficiently.
If you want help with a customisation, hire a developer!
Capturas
Bloques
Este plugin proporciona 1 bloque.
- Post Series
Instalación
Instalación automática
La instalación automática es la opción más sencilla en la que WordPress maneja las transferencias de archivos sin necesidad de abandonar tu navegador web. Para hacer una instalación automática, entra en tu escritorio WordPress, ve al menú plugins y haz clic en Añadir nuevo.
En el campo de búsqueda escribe «WP Post Series» y haz clic en buscar plugin. Una vez que hayas encontrado el plugin, puedes ver los detalles sobre el lanzamiento, calificación y descripción. Lo más importante desde luego, es que puedes instalarlo haciendo clic en Instalar Ahora.
Instalación manual
El método de instalación manual de instalación implica descargar el plugin y subirlo a tu servidor web a través de tu aplicación FTP favorita.
- Descarga el archivo del plugin a tu ordenador y descomprímelo
- Usando un programa FTP, o el panel de control de tu alojamiento, carga la carpeta descomprimida del plugin en el directorio
wp-content/plugins/
de tu instalación de WordPress. - Activa el plugin desde el menú plugins del escritorio de WordPress.
Reseñas
Colaboradores y desarrolladores
«WP Post Series» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«WP Post Series» está traducido en 5 idiomas. Gracias a los traductores por sus contribuciones.
Traduce «WP Post Series» 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
2.0.0
- Refactor – Improved template markup and default styling. If you have customized the series-box.php file, be sure to update it based on the new version to take advantage of the new functionality.
- Feature – New Post Series Block for use in the new editor.
- Feature – If the post does not contain the post series block, post series are still injected via the_content hook.
- Refactor – Rewritten majority of plugin using more up to date standards and namespaces.
- Refactor – Content toggle no longer relies om jQuery.
- Fix – Made series taxonomy visible in the Gutenberg editor.
1.1.0
- Scheduled post handling! Scheduled posts will contribute to your series count, and the title and scheduled date will be listed along with your other series items.
- Removed bundled language files.
- Added POT file.
1.0.1
- Added CSS Class for Series.
- Fix taxonomy class name.
- Show description of series even if the number of posts == 1.
- Fix link to repo in readme.
- Added swedish translation.
- Tweaked styles to work with default themes.
1.0.0
- First stable release.