• I am using the “Modern Blogger” theme, and am having trouble removing/changing an ad block within the right sidebar. On the dashboard, the items under the sidebar don’t show there being ads, but when I view the page, there are two blocks that can be used for ads. I can neither edit nor remove these. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Post your site’s address so we can see what you are seeing.

    you need to edit ‘sidebar-right.php’ of the theme and remove

    <h3>Advertisements</h3>
    			<div id="spons"><br />
    				<center><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/ad.gif" alt="AD SPACE" width="125" height="125" /></a><br /><br />	<a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/ad.gif" alt="AD SPACE" width="125" height="125" /></a></center><br />
    			</div>

    good luck 😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Trouble removing elements from sidebar’ is closed to new replies.