Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jay

    (@bluejay77)

    Hi @iamvictor,

    There are three main ways to customise the fields in WP Job Manager;

    1. For simple text changes, using a localisation file or a plugin such as the Say What Plugin. See Translating WP Job Manager for more information.
    2. Use a 3rd party plugin such as https://plugins.smyl.es/wp-job-manager-field-editor/ which has a UI for field editing.
    3. Use the WordPress hooks (filters) which are explained below.

    WP Job Manager’s approach to allowing customisation of it’s forms is to use filters. In WordPress, filters essentially allow you to ‘filter’ data through your own custom php functions which return a different ‘filtered’ result. Any custom code can go in your theme functions.php file.

    You can learn more about how to do that here: https://wpjobmanager.com/document/editing-job-submission-fields/

    Please Note: All code examples on our wpjobmanager.com site are provided for developer reference/guidance only and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due to changes in our plugins.

    Thanks!

    theme funda

    (@gravitymaster97)

    Plugin Support Jay

    (@bluejay77)

    @gravitymaster97–thanks for sharing!

    As a side note: for those following this topic, please exercise due diligence when trying any 3rd party plugins mentioned here to integrate with WP Job Manager. We do not (and cannot) officially endorse 3rd party plugins since we do not have full control over them and thus cannot guarantee it’ll always work WP Job Manager when the plugins are updated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can custom fields be added to Post a Job?’ is closed to new replies.