How to get mass ad codes?

Joined
Sep 28, 2016
Messages
162
Reaction score
28
Hello everybody,so the thing is that i have a blog with 100 posts on it. I want to add 4 banners, 1 popup and some other monetizations. But to do this i will need 1000 ad codes for 100 posts. Do i need to do that manually for each banner and popup on each page?
 
Hello everybody,so the thing is that i have a blog with 100 posts on it. I want to add 4 banners, 1 popup and some other monetizations. But to do this i will need 1000 ad codes for 100 posts. Do i need to do that manually for each banner and popup on each page?
This might help, if not search Google for ad manager plugin
https://wordpress.org/plugins/advanced-ads/
 
Hello everybody,so the thing is that i have a blog with 100 posts on it. I want to add 4 banners, 1 popup and some other monetizations. But to do this i will need 1000 ad codes for 100 posts. Do i need to do that manually for each banner and popup on each page?
add the pop-up code in headers and ads on sidebars widgets.
 
Adding code in header you must do it in a child theme and if you want to change ads frequently then you'll need to keep doing it
 
Adding code in header you must do it in a child theme and if you want to change ads frequently then you'll need to keep doing it
Can i paste the same ad code for a banner on different parts of my website cuz i'll be using the same banner size for each page.
 
Can i paste the same ad code for a banner on different parts of my website cuz i'll be using the same banner size for each page.
Doing it manually in your child theme can be complicated for a beginner and if you want to change the code you got to do it again. I use a theme that has the placements already done, so it's quicker.
If you go down the code road you'll need to add it to different files for it to show correctly
 
@Arpit malhotra Can you tell the theme which you are using so that can explain you in much better way.

Popup --- Add the code in Header.php file after Head.

4 banners ---- use TEXT widget in Header , Sidebar , Footer Section of your theme . Add the Code in Text Widget.

You have to this only 1 time and the ads will show over all the pages.
 
@Arpit malhotra Can you tell the theme which you are using so that can explain you in much better way.

Popup --- Add the code in Header.php file after Head.

4 banners ---- use TEXT widget in Header , Sidebar , Footer Section of your theme . Add the Code in Text Widget.

You have to this only 1 time and the ads will show over all the pages.
Adding code to header.php in the main theme's code means next update it will be lost, that's why we use child themes. Standard practice. As you're not sure what a child theme is here you go
https://codex.wordpress.org/Child_Themes
 
Adding code to header.php in the main theme's code means next update it will be lost, that's why we use child themes. Standard practice. As you're not sure what a child theme is here you go
https://codex.wordpress.org/Child_Themes
Say i have an banner ad code. Can i put the same code on every page or do i need to get a new ad code for every single banner?
 
Page 1 --- Banner 1
Page 2 --- Banner 2
Page 3 --- Banner 3 ... and so on then you need Plugin which will rotate the codes .

Otherwise you can add your code for once and it will be displayed over all pages.
 
If you use wordpress as CMS for your blog some plugins are available to insert ads like AdInjection.

You can also insert the tags directly into your files : header.php -> Ads will show up in all your website

For the sidebar use a text widget -> You can also create new widget areas if you are comfortable with this method
 
If you use wordpress as CMS for your blog some plugins are available to insert ads like AdInjection.

You can also insert the tags directly into your files : header.php -> Ads will show up in all your website

For the sidebar use a text widget -> You can also create new widget areas if you are comfortable with this method
Yes,we've already covered that a few posts ago, you shouldn't alter code directly, always use a child theme, as covered earlier
 
You need to look up dynamic webpages and static webpages once you understand this your get the drift and understand what has been already said.

Will be very hard to just no via us telling you , your need in depth info .
 
Back
Top