Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter leyden

    (@leyden)

    Thank you Bubel. Your suggestion to check header.php in the nav area was what I needed. Here is how I resolved it in case others need it: I added “exclude=42&” in the PHP command which was <?php wp_list_pages(‘title_li=’); ?>, so it became <?php wp_list_pages(‘exclude=42&title_li=’); ?>. 42 is the page ID of the page I did not want appearing in the horizontal nav list (because it was the static Home page which appeared anyway). I found the page ID, 42, by going to the Manage Pages section and hovering over the page name of interest and observing the url. This did the trick and resolved my question 1).

    After the fix described above, I decided the change to page.php was not needed and it looked fine as is and hence question 2) goes away. BTW, I meant ‘not shown’ when I used the word ‘suppress.’

Viewing 1 replies (of 1 total)