My blog is displaying Pages in the sidebar and I need to modify someone else's site to do the same. Problem is I can't find the code that is displaying the page links.
I found your post, Chris, about displaying Pages in the header navigation and was able to get that working:
But I want pages to be displayed in a column in the sidebar, not the header navigation.
I've searched the Cutline source code for keywords such as <h2 class="widgettitle">Pages</h2> but that string is not found anywhere in the code. (It is found in the "View Source" of the rendered page.)
I've also searched for the keyword, wp_list_pages. But this is not found either.
The word "Pages" is being displayed and the page links are below that, so it's a bit confusing why I can't find the code for it.
Another confusing part of this puzzle is that in sidebar.php, which is where the code for Pages should be, I see the code for "Recent Posts", but those are NOT being displayed in the rendered page.
<li class="widget">
<h2>Recent Entries</h2>
not resolved