Thanks Denis…
Okay I have read your advice about 5 times now… eyes glazing over – head hurting – not your comments but my lack of knowledge and confidence in wp!
Okay see if Im on the right road!!
Home Page checked – Found nothing
Theme Editor –
I have found it I think in the Footer Editor. Do I just delete it out of that screen. Is that okay to touch? Im not sure where the code starts and stops? Is it only just the code that is in bold below?
<?php
/**
* @package WordPress
* @subpackage Aegaeus
*/
global $data;
?>
<?php if ( !is_attachment() ) { ?>
<?php if ( comments_open() ) { comments_template(); ?>
<div class=”spacer”></div>
<?php } ?>
<?php } ?>
<div style=”margin-top:10px;margin-left:-420px;”>
<!– ads –>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– ads –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:336px;height:280px”
data-ad-client=”ca-pub-9005455344250146″
data-ad-slot=”2886375312″></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<?php if ( !page_has_sidebar( get_the_ID() ) ) { ?>
</div>
Sidebar/Widgets
I have checked the widget section and there doesnt seem to be anything lurking ??
Okay let me know when you get a chance please?
Thanks again
WP Learner!!