@fcgjr If you only want to remove or change the placeholder text then you can do this by editing the translation files for WP Job Manager without having to add a filter or use a plugin.
Download & install “poedit”, open the primary translation file “wp-job-manager.pot” located in wproot/wp-content/plugins/wp-job-manager/languages/wp-job-manager.pot and create a new translation file for the same language as your wordpress installation. Find the string “e.g. London” and add a translation string, “e.g. Your Town” OR just add a single space ” “, and save as wp-job-manager-(your language string).po, e.g. “wp-job-manager-en_US.po”. Compile the *.po file to a *.mo, e.g. “”wp-job-manager-en_US.mo”.
Upload your *.po & *.mo translation files to wproot/wp-content/languages/plugins/
Whenever the job posting form is loaded the string “e.g. London” will be replaced with the string you defined in the translation files.
If you need more than just the text strings changed then follow the methods suggested by Adam.
-
This reply was modified 6 years, 10 months ago by Theunis Coetzee. Reason: grammar correction