Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Site Sitemap

Beschreibung

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"]

Installation

  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

FAQ

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"]

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Site Sitemap“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Site Sitemap“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • First Version