Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Category Posts Shortcode

Descripción

The Category Posts Shortcode plugin allows you to easily display a list of posts within a specified category on your WordPress website. The plugin adds a new shortcode that can be used within your posts, pages, or widgets. The list of posts is styled to be visually appealing and responsive for various screen sizes.

To use the shortcode, simply add the following to your WordPress page or post editor, replacing «your-category-slug» with the desired category slug:

[category_posts category=»your-category-slug»]

For Multiple Categories:

[category_posts category=»uncategorized»]
[category_posts category=»blog»]

Instalación

  1. Download the plugin files and upload the entire category-posts-shortcode folder to the /wp-content/plugins/ directory of your WordPress installation.
  2. Activate the plugin through the ‘Plugins’ menu in the WordPress admin dashboard.
  3. Use the [category_posts category="your-category-slug"] shortcode in your WordPress pages, posts, or widgets, replacing «your-category-slug» with the desired category slug.

FAQ

How can I change the styling of the posts list?

You can edit the category-posts-shortcode.css file located in the css folder of the plugin directory. Make sure to clear your cache after making any changes to see the updated styles.

Can I display multiple categories at once?

Currently, the plugin only supports displaying posts from a single category per shortcode. To display posts from multiple categories, you can add multiple shortcodes with different category slugs.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Category Posts Shortcode» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Category Posts Shortcode» 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.0.0

  • Initial release