Forum Replies Created

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

    (@rafael00)

    Hi esmi,

    Thank you for your suggested code…I tried it but it left me with a completely blank sidebar. It just didn’t see any of the widgets that I had added through the administration panel.

    Perhaps there’s something I’ve not yet done that I should to make the sidebar widgets visible?

    I created the functions.php file which contains the following:

    <?php
    if ( function_exists('register_sidebar') )
        register_sidebar();
    ?>

    And you know what your code looks like.

    I added 4 widgets: a shopping cart, a subscribe2 widget, statpress topposts, and a tag cloud.

    What could be missing?

    Rafael

    Thread Starter rafael00

    (@rafael00)

    Hi esmi,

    I would like the widgets to replace the current sidebar.

    Thanks in advance for any advice you can provide.

    Rafael

    Thread Starter rafael00

    (@rafael00)

    Awesome! That solved it!

    For any other inexperienced people like me that may read this, changing the_excerpt to the content in category.php changes the way a post displayed after clicking on a category (duh) and when changing it in archive.php it changes it when clicking it on the calendar.

    Thanks a million wpsec!

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