Sidebar not widget-enabled…NEED HELP!!
-
I’m trying to make my sidebar widget enabled…how can I change the code to make widgets work? Code from my current sidebar is below…
<div id="sidebar"> <ul> <?php get_links_list(); ?> </ul> <ul> <?php wp_list_pages('sort_column=menu_order&title_li=<h2>' . __('Pages') . '</h2>' ); ?> </ul> </div>
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Sidebar not widget-enabled…NEED HELP!!’ is closed to new replies.