• Resolved jim839

    (@jim839)


    Hello, if i load a featured image onto a job page it fills the top of the page, it doesn’t look like it belongs there. is there a way to have it just show on the search results? Thanks Jim.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    hi @jim839,

    Yes, featured images appears above the job posting, if you dont want it there, please add next line to your theme’s function.php file:

    add_filter('job-entry/disable_featured_image', '__return_false');

    This will disable feature image appearance there

    br,

    Thread Starter jim839

    (@jim839)

    Thank You, It worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The featured image fills the top of Job page’ is closed to new replies.