• Resolved zcbuzz123

    (@zcbuzz123)


    Hi there,

    I’m trying to figure out how to implement a template override in Single Job Postings in the cleanest way possible. I’ve read through the documentation and I’m familiar with how one executes an override, but in the forums and discussions and blog posts, I haven’t seen this particular request. It might not even be possible.

    In short, I’d like to add the function of the [jobs] shortcode below Single Job Posts—so that the job listings appear below a single job listing to help users continue their search. Kind code literate contributors of this forum: are there any recommendations on how to add this line without an additional plugin in content-single-job_listing.php?

    Thanks in advance for your consideration.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    Hi @zcbuzz123 !

    there are different ways you could approach this problem, some more difficult than others 🙂

    Since the code [jobs] shortcode executes is scattered across several different files, creating a template that would recreate it would most likely be the most difficult one.

    You can consider adding the page that includes the job listings as an iframe to the template.

    Or, you can try using the recent jobs widget and add it to the footer area of your theme: https://wpjobmanager.com/document/recent-jobs-widget/

    Hope this helps!

    Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    I’m marking this as resolved since it’s been over 2 weeks with no response. If you still need help with this, please feel free to mark it ‘not resolved’ again.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding additional job listings below Single Job Posts’ is closed to new replies.