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.

Posts by Category

Beschreibung

Posts by Category lets you display a list of posts pulled from a particular category or tag, and optionally
group them by year, month or first letter of the post title.

Current features include:

  • Set a title to be displayed above list of posts
  • Shortcode allows post list to be inserted anywhere
  • Limit how many posts should be displayed
  • Group posts by year, month or first letter

Usage

To display the list of posts, add the following shortcode to your post or page.

Default settings:

[sb_category_posts]

Custom settings:

[sb_category_posts show="10" cat="3" group_by="year"]

For full list of parameters see the plugin release page

Installation

  1. Upload the ‚posts-by-category‘ folder to the ‚/wp-content/plugins/‘ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Add the shortcode to your post or page
  4. Enjoy!

FAQ

Installation Instructions
  1. Upload the ‚posts-by-category‘ folder to the ‚/wp-content/plugins/‘ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Add the shortcode to your post or page
  4. Enjoy!
How do I find my category/tag ID number?

When editing a category or tag, the URL in your browser will look something like this:
yoursite.com/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=25&post_type=post

The number after tag_ID is your category or tag ID.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Posts by Category“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Posts by Category“ 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