Widgitizing an existing template
-
Hi All,
I have WP 2.3.3 and using an older template. Now I want to include widgets. I already followed the instructions on https://automattic.com/code/widgets/themes/ and looked at some widget compatible templates but everything I try does not work.
I added the following code:
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?> <ul id="sidebar"> <il> test </il> </ul> <?php endif; ?>
But nothing is changing. Test shows up nicely but still I a getting the following msg:
You are seeing this message because the theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please follow these instructions.
can somebody shed a light on it?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Widgitizing an existing template’ is closed to new replies.