php help
php help
Out of context: Reply #6
- Started
- Last post
- 8 Responses
- dbloc0
ok I figured the last one out.
now I want to exclude a page from a list.
This is the code I'm updating:
<ul>
<?php ro_list_pages($pparam); ?></ul>
This is the example I was given
<ul>
<?php wp_list_pages('exclude=17,38' ); ?>
</ul>