johnnygulag
Forum Replies Created
-
Duh, I just found it.
Thanks anyway 🙂
Hello
Ok I have another question,(maybe a dumb one) what is the page ID?
<?php wp_list_pages(‘title_li=my pages&exclude=what am I’); ?>
I was thinking of the page order number you assign as you create a page, but apparantly that is not it.
Hello
Thanks you are awesome !!!!
Hello
I do have one more questtion about this code:
<?php wp_list_pages('title_li=my pages&exclude=##'); ?>Where the ## is am I placiing the page numbers inside the #6# ornext to the #6 or in place of the # (ie: just a 6) and how do I seperate more than 1 page?
Thanks Again
Wow
This forum is a happening place.
to exclude pages:
<?php wp_list_pages(‘title_li=my pages&exclude=##’); ?>where ## is the ID of the page you don’t want shown in the list
and my pages would be whatever you want the heading to be
Thanks you have solved my issuse I believe, though it may take a bit more looking at than my other issue.
Thanks to you both for the assistance 🙂
Later
Ben aka JohnnyMan I really appreciate that, especially so fast I looked and looked for those tags but did not find them til now.
Thanks again
PS
Anyone else know if it is possible to hide certain pages from being in the pages list?