• Hello, dear members,

    when we try to insert an image into the Jobpostings, it appears twice. Does anybody knows how to deal with this problem?

    Best wishes

Viewing 1 replies (of 1 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @googlejobposter

    What image exactly? Featured?
    There could be 1 from plugin, and 1 from your theme…

    you can add this snipet to your theme’s function.php
    add_filter('job-entry/disable_featured_image', function(){return false;});

    It will disable output of featured image from our plugin

    Br

Viewing 1 replies (of 1 total)

The topic ‘Jobposting image appears twice’ is closed to new replies.