Hi;
I want to add adsense inside the jobs listing, so i edited the file layouts/job/loop/loop.php and i successfully edited the file and displayed the ads screen(jobs.jpg)
I'm displaying the ads after each 4 jobs
The problm is when i change the option "Job List Pagination Style" screen (loadmore.jpg) from pages numbers to loadmore button , the content i displayed with ajax without problem but the ads does'nt appear in the middle of the content anymore.
Ps : in the file loop.php , when i put any code between the tags <article></article> the content is displayed in the both pagination style (numbers and ajax), but when i put the content outside <article></article> the content isn't displayed
( this content is inside)
the loop while ($wp_query->have_posts()) : $wp_query->the_post();
endwhile;
thanks very much
Attachments:
You must be
logged in to view attached files.