Support » Plugin: Category Logo » [Plugin: Category Logo] No working

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter shirgans

    (@shirgans)

    Some quick fix has done it.
    Try not to use short tags in PHP such as:
    <?= $cat->name ?>
    Cuz not all servers allow it. use:
    <?php echo $cat->name ?>

    Working !
    Cheers!

    How would I modify <?php echo get_cat_logo($id); ?> to work?

    Thanks!
    Jonathan

    Plugin Author ClavisSolutions

    (@clavissolutions)

    Hello Jonathan,

    I updated the plugin as suggested by shirgans, and removed the php shortag for echo.

    The problem was not with <?php echo get_cat_logo($id); ?> , but with the display mechanism in the admin.

    <?php echo get_cat_logo($id); ?> should work on all servers.

    Regards,
    Oli

    I deactivated Category Logo on my site because we weren’t using it–then my POSTS IN ALL CATEGORIES

    oops.
    Disappeared. I reactivated the plugin and they came back, but ?? How do I get this plugin deleted without it breaking my site?

    Plugin Author ClavisSolutions

    (@clavissolutions)

    Hello wiredpot,

    Have you used anywhere in your theme the php functions of the plugin? If so that my cause your posts to not be displayed when the plugin is deactivated, otherwhise the plugin does not interact with the wordpress normal workflow

    I have no idea–we hired a developer to build the site a year ago and he installed this plugin for us. I’m not much of a coder but I can try to look for it if you tell me where. Will deleting the plugin work? Or will the same thing happen as when I just deactivated?

    Plugin Author ClavisSolutions

    (@clavissolutions)

    Search your theme files if they use the php function

    get_cat_logo

    and comment it our or remove it.

    Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Category Logo] No working’ is closed to new replies.