Thanks for sharing. Noted on that.
What if I want to call <?php wp_list_pages(‘title_li=’); ?> in the widget? I have created a sidebar widget via register_sidebar.
I dragged a text widget into my custom sidebar widget and it can’t seem to work.
But if I drag the default pages widget into my custom sidebar widget, then it will work?
does that means I need to create my own custom widget that can call the wp_list_pages too?