Archived topic
Placing Ads Below First Single Post Image
5 replies · Started by Bobby on January 27, 2018
Hello Tom,
Ive been scouring the web trying to find out how to manually hard code a 320x50 mobile ad right underneath the first single post image...before the paragraph begins. I have the code to placing ads between the first, second or third paragraph, but I can't find one to place an ad before the paragraph/underneath the single post content image.
Do you know of any code that will do this???
Thanks,
Bob
Hi Bob,
Just so I understand, you want to automatically place an ad below the first image of each single post?
Yes....exactly.
I took a look around and couldn't find much on this unfortunately. It may be worth asking over on https://wordpress.stackexchange.com/. Someone might have the code handy.
Oh ok. Quick question..
Do you think this could be achieved by using a filter? For example, like using a filter to insert a div class before the paragraph..
I believe it would be more complicated that that. It would involve the code searching the content for the first image, and then inserting the HTML. I'm not even 100% sure it's possible using PHP only - it may require javascript.