How can I add an advertising banner to the right of a post’s selected image please?
kind regards,
PPCHound
Hi PPCHound!
Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page?
Best regards,
Yigit
Hi Yigit,
Here is the screenshot you requested.
kindest regards,
PPCHound
Hey!
can you provide us a link showing the elements in question please?
Cheers!
Andy
Hi Andy,
I’ve included a private link below.
The banner advertisement needs to go between the post selected image and the sidebar.
kind regards,
PPCHound
Hi!
You need to modify the includes > loop-index.php file. Look for this code:
echo '<div class="big-preview '.$blog_style.'">'.$before_content.'</div>';
Add the adsense code below. You will have to add css modifications afterwards.
.big-preview.single-big {
float: left;
width: 50%;
}
Cheers!
Ismael
Many thanks Ismael, I shall try that. You help is much appreciated.
kindest regards,
PPCHound