Join our new community forum for support & discussion

Join Now

Home Support Themes JobHive Photos for Listing Searches

Photos for Listing Searches

  • Author
    Posts
  • owlcrackers

    In job search results, the company profile photos is shown. Can I change it to be the featured photo of the job listing?

    Thank You

    yevhen developer

    Please try this PHP snippet

    add_filter(
    	'hivepress/v1/templates/listing_view_block/blocks',
    	function( $blocks, $template ) {
    		return hivepress()->helper->merge_trees(
    			[ 'blocks' => $blocks ],
    			[
    				'blocks' => [
    					'listing_image' => [
    						'path' => 'listing/view/block/listing-image',
    					],
    				],
    			]
    		)['blocks'];
    	},
    	1000,
    	2
    );
    owlcrackers

    Just what I needed.

    Thank You!

    owlcrackers

    Just one thing… the photos aren’t cropped 1×1 (squared) now.

    yevhen developer

    Please change size for Landscape (small) option in Settings/Media and then regenerate images. To regenerate images you can use this plugin https://wordpress.org/plugins/regenerate-thumbnails/

    owlcrackers

    Thank You!

Viewing 6 posts - 1 through 6 (of 6 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.