Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s no native way of doing this, if you want to do this you would have to manually edit the wp-content/plugins/wp-job-manager/templates/content-job_listing.php template file and use a template override to output an additional <li> item with your own ad code.

    Chances are you will need to check your theme for a template override for that file content-job_listing.php (and use that one for your customization instead of the default one)

    If you don’t want an ad above every listing you will need to use PHP or some kind of global variable to store how many listings to be output before an ad is output.

    Basically this will require PHP development to handle.

    Same with output in the description area, you could use the_content filter to filter the content and inject your ad code but that would need to be done with PHP as well

    Plugin Contributor Richard Archambault

    (@richardmtl)

    I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘placing the ad In-feed in”job board”’ is closed to new replies.