oik_todo post type ( from the oik-todo sample plugin ) and a number of TODO items that have been done and which are planned to be done.
Items in the past
For the items that are complete the start and end dates record the dates upon which the task was done.
[bw_related post_type=oik_todo meta_key=_oik_todo_start meta_compare="<" orderby=meta_value order=DESC numberposts=10 format="L _" fields="_oik_todo_start"]
[/bw_geshi]
[bw_related post_type=oik_todo meta_key=_oik_todo_start meta_compare="<" orderby=meta_value order=DESC numberposts=10 format="L _" fields="_oik_todo_start"]
<h3>Future items</h3>
For some of the future items the start and end dates are invented.
We need to have some far enough in the future to enable the examples to continue to work. Some of these TODO tasks should not be too arduous.
[bw_geshi html]
[bw_related post_type=oik_todo meta_key=_oik_todo_start meta_compare=">=" orderby=meta_value]
