Search code examples
wordpress-plugin-creation

WordPress plugin icon does not show up


I followed this tutorial: http://darrinb.com/adding-custom-icon-wordpress-plugin/

I added the assets/icon-128-128.jpg

But icon does not show up after release to plugin store.


Solution

  • have you tried renaming the file to icon-128x128.png ? this is a known problem in the wordpress community.

    here is another way to solve your problem

    • Inserting this:
    ---theme
        fonts
          fontawesome-webfont.eot
          ...
        css
          fontawesome.css
          ...