Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

List Category's Posts

Beskrivning

This is the simplest plugin that can list all the post in a category with it’s featured image. The user can click on the title of post to navigate to the post.

Installation

  1. Upload the plugin files to the /wp-content/plugins/posts-in-category directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ’Plugins’ screen in WordPress

Vanliga frågor

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/posts-in-category directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ’Plugins’ screen in WordPress
How to use this plugin?

You can use the short code ”cateposts” to use this plugin.

What are the attributes of the shortcode?

Currently, there is only on attribute ”name” whose value should be the name of WordPress post category.

Can you show me the complete example?

Just write the following line in your WordPress page or post:
[cateposts name=”uncategorized”]
The above line will list all the posts with thier thumbnail and links in category named ”uncategorized”.

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”List Category's Posts” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”List Category's Posts” har översatts till 2 språk. Tack till översättarna för deras bidrag.

Översätt ”List Category's Posts” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

0.0.1

  • List all posts in a category in columns with a border around it.