Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

List Category's Posts

Opis

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.

Instalacija

  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

ČPP

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”.

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“List Category's Posts” is open source software. The following people have contributed to this plugin.

Doprinositelji

“List Category's Posts” je prijeveden na 2 dijalekta. Zahvala prevodiocima za njihov doprinos.

Prevedi “List Category's Posts” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

0.0.1

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