Hi,
I'd like to use wp_list_pages to display pages with page order numbers from 1 to 10, and exclude the rest. Is that possible? I looked at the codex page, but the include function only accepts page ID's, not page order numbers.
Thank you.
Hi,
I'd like to use wp_list_pages to display pages with page order numbers from 1 to 10, and exclude the rest. Is that possible? I looked at the codex page, but the include function only accepts page ID's, not page order numbers.
Thank you.
Actually, for 10 page links using the include function with page ID is the easiest way to do it without worrying about plugins and updating such :-) Good luck.
Yeah I guess I'll just do that. Thanks!
This topic has been closed to new replies.