Viewing 2 replies - 1 through 2 (of 2 total)
  • What is your CSS for your sidebar?

    Thread Starter zagreblist

    (@zagreblist)

    Hello, thank you for your involvement. Here is the css of the sidebar.

    <ul id=”sidebar”>
    <?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar()) : ?>
    <?php widget_mandigo_search(); ?>

    <?php widget_mandigo_calendar(); ?>

    <?php /* If this is a 404 page */ if (is_404()) { ?>
    <?php /* If this is a category archive */ } elseif (is_category()) { ?>

    • <p>You are currently browsing the archives for the ‘<?php single_cat_title(”); ?>’ category.</p>
    • <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>

    • <p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
      for the day <?php the_time(‘l, F jS, Y’); ?>.</p>
    • <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>

    • <p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
      for <?php the_time(‘F, Y’); ?>.</p>
    • <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>

    • <p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
      for the year <?php the_time(‘Y’); ?>.</p>
    • <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>

    • <p>You have searched the /”><?php echo bloginfo(‘name’); ?> weblog archives
      for ‘<?php echo wp_specialchars($s); ?>’. If you are unable to find anything in these search results, you can
      try one of these links.</p>
    • <?php /* If this is a monthly archive */ } elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?>

    • <p>You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog
      archives.</p>
    • <?php } ?>

      <?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>

    • <h2>Categories</h2>
      <?php wp_list_cats(‘sort_column=name&optioncount=1&hide_empty=0&hierarchical=1’); ?>

    <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
    <?php get_links_list(); ?>
    <?php } ?>

    <?php widget_mandigo_meta(); ?>

    <?php endif; ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar misplaced’ is closed to new replies.