Hi, I have a website which is powered by Wordpress. I want to ad some ad script to the site. Is there any way to achive it…
You want to add some ads? Go to Google Adsense.
Ads from google will be placed.
Hey contact. you don’t mention the types of ads you wish to place in wp. But basically from my experience. (google ads) you get an account, create the type of add you want. get your settings how you want them. and google will provide you the script that you just add to your site.
In my case i placed it in a div in the sidebar.php page. Form example
<div id="ad03" class="sidebarAd">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- editednameVertical -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:600px"
data-ad-client="edited buch of numbers"
data-ad-slot="edited buch of numbers"></ins>
<script>a
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
I have not tested placing it in a page or post that you set up trough the admin panel.
I believe w/google ads you have a limit of three.
not an ad expert sorry.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.