Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter indialogue

    (@indialogue)

    Hi,

    thanks for the response! I tried posting your code into the header.php file, but I kept getting the message: error, unexpected in } in line x. I tried pasting it in several different lines, but that didn’t help. Could you tell me what a containing element is, and how I define the css definition? Or where exactly I should be pasting this code? Sorry for the questions, but I just started out blogging. I appreciate your interest!

    Thread Starter indialogue

    (@indialogue)

    HERE IS THE CODE IN CASE THIS HELPS: adding a widget makes the lists below disappear. Is there any way to integrate these two?

    <!– Start leftbar –>

    <div class=”leftbar”>

      <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(1) ) : else : ?>

    • <h2>Journal</h2>

      <?php wp_list_pages(‘include=30,31,32&title_li’); ?>

    • <h2>About</h2>

      <?php
      wp_list_pages(‘include=9,10,21,22,24&title_li’); ?>

    <?php endif; ?>

    </div>

    <!– End leftbar –>

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