Add Advertorial Disclaimer

Posted in: Newspaper
Post count: 4

Hi guys,

Great theme, absolutely love it.

So I want to ad an advertorial disclaimer to my posts, which sits at the top of the page, and
after the copyright section at the bottom.

I have seen it done in newspaper already, where they appear to be using the custom html widget, but I can’t figure out
how to replicate it.

This is the URL:

https://buyerprotector.org/478/just-5-minutes-time-lower-electric-bill-slca-4/

See here for the header part:

https://prnt.sc/hsukx7

And here for the footer:

http://prntscr.com/hsumyo

If you could guide me on how to achieve this, it would be the best Christmas present ever (have spent hours trying to figure it out!)

Cheers 🙂

Post count: 20688

Hi,

If you want to display that above the header, you could enter the code in the header template file, the theme itself does not have an option specific for this.
The website you mention uses header style 7, it seems to use a code like this
https://www.screencast.com/t/PgptkikgN0vN
https://www.screencast.com/t/eyvnEzkIH

<div class="td-container-wrap visible-on-post aligncenter">
<div class="textwidget custom-html-widget">Advertorial</div> </div>

But you could implement it in a different way using a different code (that is the exact code used in the mentioned website), in the same locations. The footer code could be entered in this file
https://www.screencast.com/t/VSkAolJD
https://www.screencast.com/t/TRvJYGGygu2x

Thanks

Post count: 4

Thank you very much, I will try that!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.