• Resolved hortitrends

    (@hortitrends)


    Hi

    I posted a job as admin so from the backend for a client(employer), but want to connect that job to the employers user account, how can I do that? I created the client as an employer, but see that in the job itself it is my ID that it is published by. How do I get the employers User ID from the backend and change it to that?

    Thanks Tanya

    https://wordpress.org/plugins/wp-job-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    When you’re editing a job, there’s a “Posted by” field in the job details metabox: https://cloudup.com/cR85KlBkg_8

    For that, you’ll need the ID of the user. There’s a couple ways of getting it.
    1. Install this plugin https://wordpress.org/plugins/simply-show-ids/ ( despite the age, it still works great). Then, visit the Users->All Users and the ID will appear on the row for that user. This is good if you’re doing this a lot.

    2. Visit Users->All Users and click the Edit link for the user you want to switch to. The URL will have the user ID, e.g. example.com/wp-admin/user-edit.php?user_id=5, the ID is 5.

    Please let me know if you have any other questions or need anything else.

Viewing 1 replies (of 1 total)
  • The topic ‘Posted a job as admin’ is closed to new replies.