• Resolved biznext

    (@biznext)


    Hi,

    Can the plugin create some employers / companies page?
    So users can see all the employers on the website?

    Also, I see there is a registration page for companies..
    but the job submit page has already fields to create employer’s info. like site, Facebook, title, description – so it will be twice?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Yusuf Ansari

    (@yousufansa)

    Hi @biznext,

    Thank you for trying out our plugin.

    1) Please enable companies archive support on your site by adding the following code on theme functions.php to get the companies listing page select option on WP Admin > Job Listings > Settings > Company (tab).
    add_theme_support( 'mas-wp-job-manager-company-archive' );

    You can read the short codes and instruction related to company pages and settings on following link : https://docs.madrasthemes.com/front/topics/demos/job-board/setup-plugins/mas-companies-for-wp-job-manager/

    2) Please enable “Company Required” option on WP Admin > Job Listings > Settings > Job Submission (tab). When you enable this option. The company related fields on job submit page renamed to job branch fields and also changed into optional fields.

    Regards

    Thread Starter biznext

    (@biznext)

    Hi,

    Thank you for the answer.
    Hmm.. I think I didn’t understand.

    I need answer to these 3:

    1. A page that includes all companies (employers) on the site.
    2. A page for every employer, with all his jobs.
    3. on “post job” page, there is submit employer, and on your plugin also has a submit employer – what is the different?

    Plugin Author Yusuf Ansari

    (@yousufansa)

    Hi @biznext,

    Thank you for getting back.

    1) You can list all companies on your site by enabling companies archive support. You can enable companies archive support on your site by adding the following theme support code on your theme functions.php add_theme_support( 'mas-wp-job-manager-company-archive' );

    After adding the above code, please create a new page with the shortcode “[mas_companies]” and assign that page to the companies listing page on WP Admin > Job Listings > Settings > Company (tab) > Companies Listing Page.

    2) You can display jobs posted with that company on a single company page using the following custom code: https://gist.github.com/yousufansa/46e5f7c563ac7600f9bef583dd28718f

    3) This plugin is an add-on plugin for the WP Job Manager plugin. The “Post A Job” form helps to submit a job position. The “Submit Company” form helps to post a Company profile.

    Hope this clarifies.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Employers / Companies page’ is closed to new replies.