rafael00
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sidebar widgets are not visibleHi 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
Forum: Themes and Templates
In reply to: Sidebar widgets are not visibleHi esmi,
I would like the widgets to replace the current sidebar.
Thanks in advance for any advice you can provide.
Rafael
Forum: Fixing WordPress
In reply to: Need help displaying more lines of my postsAwesome! 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!