How to insert Adsense into Posts without PLUGIN
Dashboard > Appearance > Editor > Single Post (single.php)
1- Search code :
<?php the_content('Read the rest of this entry »'); ?> 2- Before paste code :
<div id="advert-single-300x250">
paste Adsence code here
</div>3- Save Single Post (single.php)
—-
4- Last (style.css) paste the code:
#advert-single-300x250{outline:none;float:right;
margin:0px 5px 0px 5px;
padding:3px;
5- Save Stylesheet (style.css)
====================
لوحة التحكم > المظهر > المحرر > تدوينة منفردة
Dashboard > Appearance > Editor > Single Post (single.php)
1- ابحث عن الكود التالي:
<?php the_content('Read the rest of this entry »'); ?> 2- الصق بعده الكود التالي بعد اضافة الاعلان له :
<div id="advert-single-300x250">
paste Adsence code here
</div>3- احفظ ملف Single Post (single.php)
—-
4- في آخر (style.css) الصق الكود التالي:
#advert-single-300x250{outline:none;float:right;
margin:0px 5px 0px 5px;
padding:3px;
5- احفظ ملف (style.css)










