Il se peut donc que les informations qu'il fournit ne soient plus totalement exactes.
Since WP Plugin Info Card 2.5, you can now use the new wp-pic-query shortcode to perform query like on the WordPress.org repository or in your admin area. This shortcode uses the same shortcode parameters as the original one (wp-pic), but you can use extra parameters to filter out what you need. Plugins or themes by author, by tags, by user favorites, etc.
The shortcode will render a list of cards based on the style you choose.
How to use the WPPIC query shortcode
Here is the new shortcode parameters – added in 2.5
- search: A search term. Default empty.
- tag: Tag to filter themes/plugins. Comma separated list. Default empty.
- author: Username of an author to filter themes/plugins. Default empty.
- user: Username to query for their favorites. Default empty.
- browse: Browse view: ‘featured’, ‘popular’, ‘updated’, ‘favorites’.
- per_page: Number of themes/plugins per query (page). Default 24.
- cols: Columns layout to use: ‘2’, ‘3’. Default empty (none).
Then use the default wp-pic shortcode parameters
Examples
Plugin by author (automattic) limit to 2 items with a one column render
[wp-pic-query author="automattic" per_page="2" type="plugin" layout="wordpress" align="center" ajax="yes" cols="1"]
Plugin by user favorits collection limit to 2 with a one column render
[wp-pic-query user="briKou" per_page="2" type="plugin" layout="wordpress" align="center" ajax="yes" cols="1"]
Popular plugins limit to 4 items with whitout column
[wp-pic-query browse="popular" per_page="4" type="plugin" layout="card" align="left" margin="1rem" ajax="yes" cols="1"]
Themes by author (wordpressdotorg) with a two columns render
[wp-pic-query author="wordpressdotorg" per_page="2" type="theme" layout="card" align="center" clear="after" ajax="yes" cols="2"]
Themes by tags (dark & four-columns) limit to 4 items with a two columns render
[wp-pic-query tag="dark,four-columns" per_page="4" type="theme" layout="wordpress" align="center" ajax="yes" cols="2"]
Themes by tag (buddypress) limit to 2 items without columns
[wp-pic-query tag="buddypress" per_page="2" type="theme" layout="large" align="center" align="center"]
Themes by search term limit to 2 items with a two columns render
[wp-pic-query search="cool" per_page="2" type="theme" layout="wordpress" align="center" ajax="yes" cols="2"]