Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter liesldiesel

    (@liesldiesel)

    thank you, I contacted my host and they said it was a path problem, and they updated it. not sure how it got messed up in the first place though . . .

    Forum: Fixing WordPress
    In reply to: editing side bar?
    Thread Starter liesldiesel

    (@liesldiesel)

    Oh thank you so much Ryan! I found that ?? I will try to figure out how to increase the area now. You guys are awesome ??

    Forum: Fixing WordPress
    In reply to: editing side bar?
    Thread Starter liesldiesel

    (@liesldiesel)

    oh thanks so much for your fast response! I don’t see the things you mentioned. here is my sidebar.php

    <div id=”sidebartop”></div>
    <div id=”sidemenu”>

    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘rightsidebar’) ) : ?>
    <h4>Meta</h4>

      <?php wp_register(); ?>

    • <?php wp_loginout(); ?>
    • <?php wp_meta(); ?>

    <h4>Categories</h4>

      <?php wp_list_categories(‘title_li=’); ?>

    <?php if ( function_exists(‘wp_tag_cloud’) ) : ?>
    <?php /*?>available in wp 2.3<?php */?>
    <h4>Popular Tags</h4>
    <p>
    <?php wp_tag_cloud(‘smallest=8&largest=22&number=10’); ?>
    </p>
    <?php endif; ?>
    <h4>Archives</h4>

      <?php wp_get_archives(‘type=monthly’); ?>

    <h4>Links</h4>

      <?php wp_list_bookmarks(‘title_li=0&categorize=0’); ?>

    <?php endif; ?>
    </div>
    <div id=”sidebarbottom”></div>

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