Viewing 3 replies - 1 through 3 (of 3 total)
  • 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 7 years, 8 months ago by T.C Barman.
    Thread Starter jamaloos

    (@jamaloos)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add space between posts’ is closed to new replies.