GSPageData (GSpages): TO-DO

  • use strip_html_tags() for -possibly- better excerpts (right now it's based on GS's own excerpt function).
  • add function gspage_menu_title()
  • add function gspage_title_clean(), or gspage_clean_title() ? Would remove html tags. Maybe also an optional parameter max chars... or move this to a gspage_title_excerpt()?
  • add function gspage_pubdate(), or gspage_date() ?
  • add function gspage_parent() ?
  • add function gspage_slug() ?
  • new functions to
    - select sets of pages by some condition (e.g. all siblings of a given page)
    - iterate thru the selection (something like WP's loop, e.g.
    <?php while (have_gspages()): ... wend; ?> )
  • oops! Use content filter in gspage_content() and gspage_excerpt()
  • make use of Mike's new Pages plugin? (if installed)