• MouseClicks

    (@mouseclicks)


    Hello,

    I have a sidebar that “holds” an additional left and right sidebars. Currently an Ads feature is hard coded into this main full sidebar at the top of this “sidebar container” I guess you could call it. The code for the left and right sidebars are below this hard coded area (example below).

    <div id=”left”>

    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(“Left Sidebar”) ) : ?>

    I need to use the NextGEN sidebar widget at the top of this main sidebar container where the ads are presently hard coded in. This main sidebar does not show up on my widgets page, just the left and right sidebars do. So, when I drag and drop the NGG sidebar widget over there, it winds up in either the left or right sidebar instead of above them. I’ve tried to add it to the functions.php but that’s not working.

    I *think* the easiest way to change this to my needs is to hard code in the NGG sidebar widget code in place of the ads code but I don’t have a clue what I code I would input in place of the ads. I went to the author’s site and it’s in another language.

    Does anyone know what code I would put there?

    Thanks in advance for your assistance.

    MC

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘hard coding NextGEN sidebar widget’ is closed to new replies.