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.

Site Sitemap

Descripción

Add a complete list of all posts in any page by [site-sitemap] shortcode. Atts: ‘post_type’, ‘per_page’. Example: [site-sitemap post_type="post, page" per_page="20"]

Instalación

  1. Upload the plugin folder into to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [site-sitemap] inside your post or page content area

Preguntas frecuentes

How can I change the number of posts showed?

Just add the ‘per_page’ attribute on the shortcode like: [site-sitemap per_page="50"]

How can I change the post type showed

Just add the ‘post_type’ attribute on the shortcode like: [site-sitemap post_type="post"] or [site-sitemap post_type="post, page"]

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Site Sitemap» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Site Sitemap» 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

  • First Version