Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kishores

    (@kishores)

    Hi,

    Please download the plug-in once and try using it.

    Also try adding this to your function file. Can you please share the URL?

    // Our filter callback function
    function icon_post_type_callback( $types ) {
        $types = array('post', 'page', 'custom_post_type');
        return $types;
    }
    add_filter( 'icon_post_type', 'icon_post_type_callback', 10, 1 );

    Plugin Author Kishores

    (@kishores)

    I think it’ll fix

    Thread Starter Garth Koyle

    (@garthkoyle)

    Thanks.

    There was also a jquery conflict with with Font Awesome More Icons.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Displaying Incorrect Icon in the Admin, Correct Icon on the Front-end’ is closed to new replies.