Descripción
The «WP Recent Posts From Category» is a simple plugin that allows you to insert a list of recent posts from the desired category in a widget, post or page.
Using the shortcode generator you can easily customize the list of posts, you just have to paste the generated shortcode wherever you want the list to show.
Customizables options include:
- the desired category
- the number of posts to display
- include/exclude posts from children categories
- show excerpt
- show author and date in the output.
Styling the output is easy if you are confident with CSS, as you can apply a custom class to the list container, or use the default «rpfc-container» class instead.
Capturas
Instalación
Instalación automática
- Go to Plugins > Add New > Upload and select the .zip file from your hard disk
- Click the «Install now» button
- Activa el plugin en menú ‘Plugins’ de WordPress
Instalación manual
- Upload the plugin folder to the
/wp-content/plugins/
directory via ftp - Activa el plugin en menú ‘Plugins’ de WordPress
FAQ
- How do I write a shortcode?
-
Once the plugin is installed and activated, from your dashboard navigate to Settings > WP Recent Posts From Category, select the desired options and click the «Generate Shortcode» button.
- How do I use it in a widget?
-
Generate the shortcode you need, copy it and paste it in a text widget.
- What about sticky posts?
-
The plugin doesn’t exclude sticky posts, but doesn’t display them at the top of the list.
- Can I apply custom css styles to the plugin?
-
Yes, you can use a custom class for the container, or apply styles to the default «rpfc-container» class.
Reseñas
Colaboradores y desarrolladores
«WP Recent Posts From Category» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «WP Recent Posts From Category» 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
1.1.0
- Added excerpt
1.0.2
- Fixed minor bug
1.0.1
- Minor updates
1.0
- First release