LogoLogo
Visit DLXPluginsView All Plugins
WP Plugin Info Card
WP Plugin Info Card
  • Welcome to WP Plugin Info Card
  • Getting Started
    • Installation
    • Finding the Admin Settings
  • Overview
    • Layouts
    • Schemes
    • Easy Digital Downloads Integration
  • Shortcodes
    • wp-pic
    • wp-pic-query
    • wp-pic-site-plugins
    • wp-pic-plugin-screenshots
  • Blocks
    • Finding the Blocks
    • WP Plugin Info Card Block
    • WP Plugin Info Card Query Block
    • Site Plugins Card Grid
    • Plugin Screenshots Info Card
  • Quick Links
    • GitHub
    • Support
Powered by GitBook
On this page
  • id
  • cols
  • col_gap
  • row_gap
  • scheme
  • layout
  • {slug}={title} or {slug}="false"

Was this helpful?

Export as PDF
  1. Shortcodes

wp-pic-site-plugins

Display a list of all of your site's plugins

The wp-pic-site-plugins shortcode displays a list of your site's plugins.

Third-party plugins: (plugins not hosted on the WordPress Plugin Directory) are excluded from this site list.

Here's an example of the shortcode in use:

[wp-pic-site-plugins cols="2" col_gap="20" row_gap="20" scheme="scheme13" layout="large"]

The following are the shortcode parameters.

id

The ID surrounding the container that contains the site plugins.

cols

The number of columns (1-3) for the site plugins layout.

col_gap

The gap between columns in pixels.

row_gap

The gap between rows in pixels.

scheme

The scheme used. Can be scheme1 - scheme14.

layout

The layout used. Can be card, flex, wordpress, ratings, and large.

{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:

[wp-pic-site-plugins cols="2" col_gap="20" row_gap="20" scheme="scheme13" layout="large" easy-digital-downloads="Easy Digital Downloads" query-monitor="false"]
Previouswp-pic-queryNextwp-pic-plugin-screenshots

Last updated 10 months ago

Was this helpful?