wordpress html help!!

star293

Registered Member
Joined
Jan 13, 2010
Messages
79
Reaction score
4
How do i place my adsense like one in associated content? I don't want it to be in very top left of the content but after 2 or 3 sentences..

20a5v8i.jpg
 
Im assuming you want to do this automatically?? I think the plugin: all in one "Adsense and YPN" will do that.
 
you put in a div and float it to the left put the first few sentences before the div the last few after.
 
Just put the code in the middle of your text, and make it float left

Code:
<p>Text on top.[B][COLOR="Red"] <div style="float:left; width:300px; height:250px;">Adsense code</div>[/COLOR][/B] Other text </p>
 
hi hundy um i just looked into it and its like same as all the other adsense plugins. What i want is not top left position but top left after 2 or 3 sentences like yo usee on associated content D: .. so its like a mixture between top left and middle left i guess.. Any idea?? :(

hey flaktrak and blacknight but is there a way to just put a code in single.php or something like that and it puts ad in all my article and future article? I want to automate it and not add in every single of my article D:
 
Last edited:
Hmm that is alot harder to do as I think you would have to change how single.php deals with the post string. Let me do a test on one of my blogs and get back to you.
 
I think you need to manipulate the text from the content. Split it into 2 chunks and use the above suggestion to achieve what you want. Anyone got a better solution?
 
D: i didn't know this is a hard task
 
Just use an adsense plugin that would be the easiest way to accomplish it

Search for plugins with the keyword adsense from within wordpress.
 
Back
Top