View Single Post
  #3 (permalink)  
Old 03-14-2008, 10:57 AM
ryanhellyer's Avatar
ryanhellyer ryanhellyer is offline
Super Moderator
 
Join Date: Dec 2007
Posts: 708
Default

The documentation doesn't say anything about using strings within the function though.

In case you are confused about which part of the code I'm talking about, I'll highlight it below:

<ul>
<?php
wp_list_pages('exclude=$whatever' ); ?>
</ul>
Reply With Quote