get_pages
<!--{get_pages[|query|count]}-->
<!--{header}--> ... <!--{/header}-->
<!--{page}--> ... <!--{/page}-->
<!--{footer}--> ... <!--{/footer}-->
<!--{else}--> ... <!--{/else}-->
<!--{/get_pages}-->
This tag queries the pages within wordpress using an optional query and return an optional maximum number of pages. The page_query and page_count values are set. If there are no pages return the child tag ‘else’ is evaluated otherwise the ‘headert child tags is evaluated follwed by the ‘page’ tag once for each page return by the query, and lastly the ‘footer’ child tag. Prior to the evaluation of the page child tag all the following values are set: page_author_id, page_author, page_time, page_date, page_content, page_title, page_category_id, page_excerpt, page_name, page_parent, page_modified, page_type, page_permalink, comment_status, comment_count, page_index. Note: ALL child tags are optional.
note: all child tags are optional.
alias: getpages
