Google

uphill Theme

uphill.zip

My theme is based on random-image and whiteasmilk and includes transmenus.
Transmenu’s are built based on pages that have subpages. For now it’s fairly manual, but it seems to work ok. You’ll want to move the img directory to the root of your webserver for transmenu to find it’s images properly.

I build up the transmenu object with a wpdb call, asking for pages with parents
<?php
$parents = $wpdb->get_results("SELECT post_parent from wp_posts where post_parent != 0 GROUP BY post_parent", OBJECT);
?>