• Resolved AmanSin001

    (@amansin001)


    I want to add a button next to apply (say “message me”)
    This button will redirect to a page
    Https:example.com/message/[username]

    There candidate can send message to employer.

    I just want to know page types wpjm uses to display jobs.

    I mean there is only one type of page (which i have seen in codes) front page -_-

    Like consider this code
    if ( is_front_page() )

    What can I write instead of front page ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Adam Heckler

    (@adamkheckler)

    There candidate can send message to employer.

    Our add-ons don’t have anything like this, but you might consider using this third-party plugin:

    https://www.ads-software.com/plugins/wp-job-manager-contact-listing/

    That plugin integrates with various contact form plugins to allow a user to contact a listing owner.

    I just want to know page types wpjm uses to display jobs.

    I believe you want the is_singular() function. For example, this:

    is_singular( 'job_listing' )

    … will return true if you’re looking at a job listing page.

    Thanks!

    Thread Starter AmanSin001

    (@amansin001)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page type’ is closed to new replies.