• Hello!
    I am struggling putting adsence ads below my menu. Some show, most don’t. I read I can register a widget area below it but its a bit confusing. Could anyone explain how I do that?

    Thanks you!

    Nancy
    http://www.ourpeacefulplanet.com

    PS Right now I have some media.net ads below the menu but I want adsense there instead. But like I said, most just show blank.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    1. register a sidebar — get the code here:

    https://generatewp.com/sidebar/

    put that in your theme’s functions.php

    2. the menu is probably in your header.php file, so in that file, below the menu, add this code

    <div id="my-header-sidebar"><?php dynamic_sidebar( 'my_header_sidebar' ); ?></div>

    assuming that used “my_header_sidebar” as the slug for the sidebar in step 1.

    Thread Starter Nancy Rector

    (@nanrector)

    Thank you so much for the info Steve!

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

The topic ‘Register widget area below my menu?’ is closed to new replies.