I am using the Prosense theme. My block of adsense ads is at the bottom of the sidebar not at the top of it. How do I move it to the top? Do I have to edit the theme files or edit the widget? Which theme file and how do I do it?
I am using the Prosense theme. My block of adsense ads is at the bottom of the sidebar not at the top of it. How do I move it to the top? Do I have to edit the theme files or edit the widget? Which theme file and how do I do it?
Hi,
You need to edit sidebar.php file from the current theme and move your code of adsense at the top in that file.
I'm not sure how to do that. Here is what the code looks like. What should I change?
<div id="sidebar">
<?php if (is_home()) { $check_home = '1'; } else { $check_home = '0'; } ?>
<div class="sidebar_left">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?>
<?php endif; ?>
</div>
This topic has been closed to new replies.