wp-pic-query
Use wp-pic-query to output a set of plugins based on a query
The wp-pic-query
shortcode is used to output a set of a plugin based on a query you specify.
All of the wp-pic
shortcode attributes apply as well. You may need to change type
to 'theme' if you are querying for themes.
Here are the available parameters.
search (default empty)
Search the plugin or theme directory for a keyword. Example of retrieving plugins that have to do with higlighting.
tag (default empty, can be comma-separated)
Search for a specific plugin or theme tag.
author (default empty, WordPress.org username)
Retrieve a list of plugins or themes based on the .org username.
user (default empty, WordPress.org username)
Retrieve a user's favorite plugins.
browse (default empty)
Browse, if specified, can have the following values.
featured
popular
updated
favorites
per_page (default 24)
How many results should be returned.
cols (default 2)
This is an appearance attribute. Choose from 1 to 3 columns for the output.
col_gap
The gap between columns in pixels.
row_gap
The gap between rows in pixels.
{slug}={title} or {slug}="false"
A slug can be set in the shortcode attributes to override the title or disable the plugin from displaying.
Simply use the plugin or theme slug in the shortcode attributes.
Here's an example:
Last updated