Forums

How to move adsense block to top of sidebar? It is at the bottom. (3 posts)

  1. leonpyoder
    Member
    Posted 3 years ago #

    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?

  2. Shane G
    Member
    Posted 3 years ago #

    Hi,

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

  3. leonpyoder
    Member
    Posted 3 years ago #

    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>

Topic Closed

This topic has been closed to new replies.

About this Topic