• Resolved jakesorensen

    (@jakesorensen)


    I would like to change the text in the search button so it doesn’t say “search jobs” but rather “search opportunities”. Is it possible to do this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @jakesorensen, firstly I would recommend to learn about template override here the link:
    https://wpjobmanager.com/document/template-overrides/

    To change the button text, you need to go after override template to job-application.php and after that you can change the button text.

    <input type="button" class="application_button button" value="<?php esc_attr_e( ' YOUR TEXT HERE ', 'wp-job-manager' ); ?>" />

    Remember to backup your site before doing any change.

    Kind regards
    Wally.

    Thread Starter jakesorensen

    (@jakesorensen)

    Thanks!

    Hi @jakesorensen, glad to help you, if you can mark post as resolved that would be helpful!

    If there anything I can help you with let me know.

    Sincerely
    Wally.

    Thread Starter jakesorensen

    (@jakesorensen)

    I went into that php file and followed the process to change it, but I’m not sure that’s the correct spot. I’m trying to change the text in the Job Dashboard from “Search Jobs” to “Search Opportunities”. If I’m not mistaken, the search button is on the job-filters.php, correct? Either way, I’ve copied to my theme and made the change and it doesn’t reflect. Please advise.

    Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    Hi @jakesorensen !

    Yes, you are right, the correct template would be the job-filters.php. You can also try using a plugin such as SayWhat (https://www.ads-software.com/plugins/say-what/) to edit the string.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change text in search button’ is closed to new replies.