Support plugin icons and banners

This requires your plugin to be listed in the ClassicPress Directory and the ClassicPress Directory Integration plugin to be installed and active.


While updating CP plugins you may notice a missing icon at the Updates page.

Plugin icon missing

And when clicking the “View version…” link there’s no banner on top of the modal either.

Plugin banner missing

Fortunately this is something that can be fixed easily, because the ClassicPress Directory Integration plugin will look for the appropriate images inside your CP plugin.

In order to support this, follow these steps:

  1. Create a folder called /images inside the main folder of your plugin.
  2. Include an icon with size 256 x 256 px and save it as “icon-256.png”.
  3. Include a banner with size 772 x 250 px (width x height) and save it as “banner-772×250.png”.
  4. To support High-DPI (Retina) banners, include a banner with size 1544 x 500 px (width x height) and save it as “banner-1544×500.png”.

When visiting the dashboard of your site again, the Updates page will look like this:

Plugin icon on Updates page

And the modal will display your banner:

Plugin banner in modal

Last updated on September 6th, 2026 at 03:14 pm