I found a website isn't the best example but i want to know if somebody can tell me how to put adsense not before or after the post in Wordpress , i want it in post like the photos from this website : http://1blogdetelevision.com/
Try searching for a plugin for WordPress called Shylock AdSense. I use it on my blog. Look here for my example placements. And check out the older posts to see various methods of ad placement.
Please do a search here on DP i believe i saw someone with your FIX but that was 2 weeks ago i saw it :-/
You can just wrap it in a div and then use css to position it. Here is what it will look like. Use this to position to the left of content: <div style="float:left; width:250px; margin:0 5px 0 0;"> ADSENSE CODE GOES HERE </div> Code (markup): Use this to position to the right of content: <div style="float:right; width:250px; margin:0 0 0 5px;"> ADSENSE CODE GOES HERE </div> Code (markup): Of course you will want to adjust the width to fit the adsense block that you are using.
Works great , but i have a problem now , can you tell me how to put the ads like this ( how you show me ) but only in first post on the main page , archieves , categories, because i have too many adsense ads, i have 2 in the sidebar
Take one out of the sidebar, I think it would be a bad idea to have 2 ads in one spot. The goal should be to have one in the upper left & upper center, because that is the hottest spot to have an ad.
You will need to edit "the loop" for that. It's not to hard. Here is a tutorial to help you out. http://www.tamba2.org.uk/wordpress/adsense/ Hope that helps.
i have make a tutorial on how to make that in my website a while ago. http://www.cypherhackz.net/archives/2006/12/08/display-adsense-in-certain-posts-in-wordpress/ ps: if this consider as self-promote, admin or mod can delete the link. -cypher.