[wp-hackers] Development for 2.next

Ryan Boren ryan at boren.nu
Thu Feb 2 00:33:13 GMT 2006


A few development ideas for the next release, including proposed 
implementations.

* Implement the pluggable install functions we discussed earlier.

http://comox.textdrive.com/pipermail/wp-hackers/2005-November/003321.html

* Build in capability to make a page the home/front page.

Add "Make this page the home page" checkbox to the Create/Edit Page UI. 
  Set "front_page" option to the id of the selected page.
In WP_Query::get_posts(), if is_home() and "front_page" is set, set the 
page_id to the "front_page" id and run the query.

* Support page drafts.

Bust "static" out of post_status and into post_type.  Add a "post" 
post_type.   Reserve post_status for actual status (public, private, draft).


What else?

Ryan



More information about the wp-hackers mailing list