• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You need to edit sidebar.php file from the current theme and move your code of adsense at the top in that file.

    Thread Starter leonpyoder

    (@leonpyoder)

    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 include(‘adsense_sidebar.php’) ?>
    • <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(1) ) : ?>

      <?php endif; ?>

    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to move adsense block to top of sidebar? It is at the bottom.’ is closed to new replies.