Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi, I have video blog on Focus Theme Premium and I want to add google ad banner to every single page of my blog on top before video(below header, on the place where now video is located), how can I do that?
Hey Anton
This is a custom development job but I’ve had a quick crack at it for you. Find a child theme here:
https://siteorigin.com/wp-content/uploads/2015/11/focus-child-below-header-widgets.zip
Download the ZIP and install from Appearance > Themes Add New: Upload Theme. Once activated, re-save your Appearance > Menu, menu location.
The child theme will add a new widget area at Appearance > Widgets called Below Header.
At Appearance > Editor > style.css you’ll find a single new CSS rule with a background color, text color and padding. Those declarations control the styles for this new widget area.
Let me know how it goes :)
Problem was solved with “custom development job” by adding Adsense script to single-post.php
Super, really glad to hear you’ve made progress.
Ideally, you should still make use of my child theme and copy single-post.php to the child theme folder. All WordPress themes completely overwrite their own folder during theme updates so it’s not update safe to edit files in the parent theme.