Plugin API
- < ?php issetid(); ? > - returns true if $GET['pageid'] equals 1 or more; return false if $GET['page_id'] equals 0 or none;
- < ?php pageexist(); ? > - returns true if page with $GET['page_id'] exist in database;
- < ?php getpagetitle(); ? > - returns page_title from database, use 'echo' to display it;
- < ?php getpagecontent(); ? > - returns page_content from database, use 'echo' to display it;
- < ?php getpageslug(); ? > - returns page_slug from database, use 'echo' to display it;
TO DO
Below you can see a list of things I'm going to do when people will enjoy this plugin enough to donate some dollars for plugin development.
- Add MultiViews support (pretty permalinks);
- Add dynamic tag in HEAD section for better SEO;
- Add "Textile" support along with WYSIWYG editor;
- Create plugin API, so users could page function e.g. to create link to page with id=1;
- Create function displaying all pages links (like wplistpages(); );
- Create dynamic, AJAX-powered-change-pages-order function ;);
- Create more friendly managment panel (probably when bbPress 1.0 will be ready);
Plugin History
0.0.2 - (August 10th, 2008) - minor fixes to management interface: - Added "view" button to page actions; - Status selection menu deleted, plugin is not supporting drafts yet; - Changed page statuses from numbers (0, 1) to words (Draft, Published); - Few classes and divs added, to make sure it will look cool under bbPress 1.0;
0.0.1 - Initial release (August 2nd, 2008) - basic features: add, edit, delete and display pages.