• I am currently trying to add a right justified sidebar to this site http://www.streetsidebar.com

    I created a sidebar2.php template, added “`<div>
    <div id=”sidebar2″><?php get_sidebar(sidebar2); ?> <?php include (TEMPLATEPATH . ‘/sidebar2.php’); ?>
    </div>” `to the index.php
    and made a functions.php template with “`<?php
    if ( function_exists(‘register_sidebars’) )
    register_sidebars(2);
    ?>`

    can anyone tell me what I am doing wrong or give some advice? I am kind of new at this and any help would be amazing! Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter RyanLowry

    (@ryanlowry)

    also… the other side bar I am trying to add should house an events calendar… if I can get that far…

Viewing 1 replies (of 1 total)
  • The topic ‘Adding a new right justified sidebar’ is closed to new replies.