Hi esmi,
I need to do some custom css and add “Home” at the 1st item on the list pages. Can I do that with the default page widget? If yes, any pointers on this one? Thanks in advance 🙂
Thanks John for the suggestion too.
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?
oops, is alright everyone .. i resolved this issue.
is_single(‘about-us’) || is_page(array(‘our-careers’,’our-leadership’,’our-news’))
i didn’t know that about-us is a custom post and is different than normal pages. Sorry 😛