Just add this code to your THEME function.php file. Add your ads code on ‘My ads code’
add_filter('job_manager_job_listings_output','my_job_manager_job_listings_output');
function my_job_manager_job_listings_output($output) {
$adsense_code = ' My ads code';
return $output . $adsence_code;
}
-
This reply was modified 9 years, 2 months ago by
T.C Barman.
Hi.
Thank you for your reply but i don’t want use google adsense i want use my own banner.
Plugin Contributor
jonryan
(@jonryan)
@jamaloos this would require some custom coding on your part and not something we could provide handholding on. The code above is basically how you would add a hook to accomplish this, so I suggest giving that a try and modifying it to suit your needs. Otherwise you’ll need to hire a developer to do this for you.