• Resolved jwhitney071690

    (@jwhitney071690)


    Is it possible to add the hiring organization to the job listings that are displayed by shortcake [job-listings]?

    It would be helpful in my case to replace the location with the hiring organization.

    Can you provide edit to code needed to make this change?

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

    (@blueglassinteractive)

    Hi @jwhitney071690

    When you add Job Posting, you ca go to Settings tab above the fields, and add a custom excerpt for now.

    We will add this as feature request and will see how we can implement it on future

    Thread Starter jwhitney071690

    (@jwhitney071690)

    Thanks…

    I already have a custom excerpt, and I’ve listed 100+ jobs so going back to make updates is very tedious.

    Is it possible to add it as a global setting?

    Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @jwhitney071690

    You can use a hook for this purpose like this:

    add_filter( 'jobs/preview_custom_message', function($custom_message, $job_id){
    	// Do some magic here to get the correct message 
    
    	return $custom_message;
    }, 10, 2 );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Job Listing Feature’ is closed to new replies.