3 Answers
Wilfred
answered 10 years ago

Hi Taras,
To add an ads banner, please follow my instruction here:
1. Open single.php file in /wp-content/themes/dw-focus/single.php
2. Add the following code to line 17 

<div style="clear: both; text-align: center; padding-top: 20px; border-top: 1px solid #ddd">
<img src="http://placehold.it/770x150">
</div>

Note: Replace the demo image link with yours

<img src="http://placehold.it/770x150">

Hope this helps!

taras lubimow
replied 10 years ago

google adsence not displayed

Matthew E.
replied 10 years ago

Hi Wilfred,

I’m having trouble configuring the email notifications.

I’m using SMTP, it appears they’re not being generated, or at least, they’re not being sent; do you have any ideas what I might try to fix this?

Sincerely,

Matthew

Dominic Staff
replied 10 years ago
njainb
answered 10 years ago

I think if you change padding top to 0px, it should do.

padding-top: 0px;
Powered by DW Question & Answer Pro