thank you . ok I want to try it.
You mean the lines in the header.php, didn?′t you?
I not sure if I know what you mean. Where should I insert “exclude=6”?
Here the code:
<?php
$pages = BX_get_pages();
if ($pages) {
foreach ($pages as $page) {
$page_id = $page->ID;
$page_title = $page->post_title;
$page_name = $page->post_name;
if ($page_name == “archives”)
and so on…