Cutline Theme Support Forums » Cutline Theme Support Forums

l_sidebar.php in 3-column split theme

(2 posts)
  • Started 4 years ago by kimbere
  • Latest reply from junedodge
  • This topic is not resolved

  1. In the Cutline 3-Column Split theme, doesn't l_sidebar.php drive the content for the left sidebar on the home page? If not, please let me know what does, because I'm going nuts here.

    Here's my homepage http://72.167.2.6/

    Here's my l_sidebar.php:

    <div id="l_sidebar">
    <ul class="sidebar_list">
    <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar(1)) : ?>
    <li class="widget">
    <h2>Categories</h2>

      <?php wp_list_cats('sort_column=name'); ?>
  2. <li class="widget">
    <h2>Archives</h2>

      <?php wp_get_archives('type=monthly'); ?>

    <li class="widget">
    <h2>Admin</h2>

      <?php wp_register(); ?>

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

    • XHTML

    <?php endif; ?>

    </div>

Posted 4 years ago #
  • junedodge
    Member

    Ah you are back again!

    Cutland lets you use widgets to create the content of the sidebars, however, you can hardwire things into the code too.

    So far I'm not doing anything outside of widgets though - it's easier to make changes then.

    To change the order of widgets you just go to the dashboard - then click on Presentation then Widgets.

    By downloading plug-ins you can really get things the way you want them. For example I have an event calendar plugin, and a tag cloud plugin now installed that I'm really liking.

    But if you wanted to change the header color or background just for a certain widget you can do that - but it's easier to make the change I think in the custom.css file.

    : )
    June

    Posted 4 years ago #

  • RSS feed for this topic

    Reply

    You must log in to post.