• Resolved todindiana

    (@todindiana)


    To all users:

    Here is the code that I use to create two nicely formatted lists: Active plugins, then Inactive plugins. Both lists display plugin name and version. I find this list is a very helpful administrative tool. Many thanks to David for the tip for separating into Active and Inactive lists.

    <h3>Plugins List ≪blog name≫ ≪date≫</h3>
    <p><span style="text-decoration: underline;"><strong>Show Active Plugins</strong></span><br />
    [plugins_list show_active=true show_inactive=false format="{{Title}} - {{Version}}<br />
    "]</p>
    <p><span style="text-decoration: underline;"><strong>Show Inactive Plugins</strong></span><br />
    [plugins_list show_active=false show_inactive=true format="{{Title}} - {{Version}}<br />
    "]</p>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Artiss

    (@dartiss)

    Thanks for sharing this.

    I prefer short codes and Elementor:
    https://rebbe.se/plugins-list/
    Active Plugins
    [plugins_list show_active=true show_inactive=false format=”{{Title}} – {{Version}} – {{Author}}<br /> “]
    Inactive Plugins
    [plugins_list show_active=false show_inactive=true format=”{{Title}} – {{Version}} – {{Author}}<br /> “]

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Formatted List Solution’ is closed to new replies.