Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Adam Heckler

    (@adamkheckler)

    In your code, try replacing this:

    add_action( 'single_job_listing_meta_end', 'display_job_salary_data' );

    … with this:

    add_action( 'single_job_listing_meta_start', 'display_job_salary_data' );

    That should work!

    Thread Starter Uprootednut

    (@uprootednut)

    Perfect thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ordering the meta data in jobs’ is closed to new replies.