• Resolved WPAccount123

    (@onemedicalrecruitment)


    I’m mass importing jobs from a spreadsheet – all is going well except we can’t populate the company logo.

    Is there a way of setting the default logo for every single job?

Viewing 1 replies (of 1 total)
  • Hi @onemedicalrecruitment

    I’ve seen you’ve mentioned wanting to define the same company logo for all single jobs, using a code snippet, you should be able to achieve this. This is the code to use:

    add_filter( 'job_manager_default_company_logo', 'akh_change_wpjm_default_company_logo' );
    
    function akh_change_wpjm_default_company_logo() {
    	return 'PASTE_URL_HERE';
    }

    You can add that snippet to run on your website using a plugin like Code Snippets.

    Best,

Viewing 1 replies (of 1 total)

The topic ‘Automatically Populate Company Logo’ is closed to new replies.