Title: Optimization
Last modified: April 6, 2023

---

# Optimization

 *  Resolved [erika998](https://wordpress.org/support/users/erika998/)
 * (@erika998)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/optimization-25/)
 * Hello,
 * First off, thank you so much for building this amazing plugin. It is allowing
   us to get legal aid organizations higher up in job search results which hopefully
   will result in better recruitment for legal services for low-income folks! I 
   had a couple of questions about what is possible with the plug in.
 * First, is it possible to add a salary range as a required entry? Starting in 
   2023, California started requiring job postings to include this information, 
   and it would be very helpful to get our member organizations to remember to put
   it in.
 * Second, is it possible to make the posting button more clear? I’ve had several
   folks, myself included, message me confused about the language of “Save draft”
   and “Preview”. Normally the enter button is on the right side so I have some 
   people just saving a draft and getting confused when the job doesn’t submit. 
   Maybe if the buttons were switched and the preview button said something like“
   Preview and Submit”?
 * Finally, is it possible to hide the WP bar at the top for logged in users? I 
   am getting messages from some folks getting confused when they see the WP login
   instead of the regular frontend sign in stuff.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Foptimization-25%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/optimization-25/#post-16635382)
 * Hi [@erika998](https://wordpress.org/support/users/erika998/)
 * Thanks for your feedback!
    - As for the salary field we will discuss this issue with team. I think we will
      add this feature to our future todo list. Thanks for the suggestions.
    - You can edit templates through theme and PHP templates. Please check these
      docs: [https://docs.jobboardwp.com/article/1570-templates-structure](https://docs.jobboardwp.com/article/1570-templates-structure)
      
      Or through functions.php file in your theme and using this hook: [https://ultimatemember.github.io/jobboardwp/hooks/jb_job_submission_form_args.html](https://ultimatemember.github.io/jobboardwp/hooks/jb_job_submission_form_args.html)
      You only need to re-sort ‘buttons’ argument and change the labels. Code snippet
      you may see below.
    - You can use any 3rd-party plugin to make the wp-admin bar hidden. E.g [https://wordpress.org/plugins/hide-admin-bar/](https://wordpress.org/plugins/hide-admin-bar/)
 *     ```wp-block-code
       add_filter( 'jb_job_submission_form_args', 'custom_change_buttons', 10, 1 );
       function custom_change_buttons( $args ) {
           $args['buttons']['job-preview']['label'] = 'Preview and Submit'; // changes "Preview" button label
           ksort( $args['buttons'] ); // changes the buttons order
           return $args;
       }
       ```
   
 * Let me know if you have other questions,
   Best Regards!
 *  Plugin Author [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/optimization-25/#post-16667628)
 * Hi [@erika998](https://wordpress.org/support/users/erika998/)
 * We started to work on the Salary field ([https://github.com/ultimatemember/jobboardwp/issues/114](https://github.com/ultimatemember/jobboardwp/issues/114))
 * This thread has been inactive for a while so we’re going to go ahead and mark
   it Resolved.
 * Please feel free to re-open this thread if any other questions come up and we’d
   be happy to help. 🙂
 * Regards
 *  Plugin Author [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [3 years ago](https://wordpress.org/support/topic/optimization-25/#post-16777382)
 * Hi [@erika998](https://wordpress.org/support/users/erika998/)
 * 1.2.6 version has the Salary field for the jobs. You may upgrade to it.
 * Best Regards!
 *  Thread Starter [erika998](https://wordpress.org/support/users/erika998/)
 * (@erika998)
 * [3 years ago](https://wordpress.org/support/topic/optimization-25/#post-16780712)
 * Thanks [@nsinelnikov](https://wordpress.org/support/users/nsinelnikov/) ! Thanks
   again for such an amazing plug in!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Optimization’ is closed to new replies.

 * ![](https://ps.w.org/jobboardwp/assets/icon-256x256.png?rev=3082138)
 * [JobBoardWP - Job Board Listings and Submissions](https://wordpress.org/plugins/jobboardwp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jobboardwp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jobboardwp/)
 * [Active Topics](https://wordpress.org/support/plugin/jobboardwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jobboardwp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jobboardwp/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [erika998](https://wordpress.org/support/users/erika998/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/optimization-25/#post-16780712)
 * Status: resolved