<?php
                        foreach($pages as $page)
                                echo '<li><a href="' . $page->permalink . '" 
title="' .
$page->title . '">' . $page->title . '</a></li>' . "\n";
                        ?>

is how I did it in my theme, and probably lifted from mzingi or somewhere.

-Josh

On Mon, Feb 23, 2009 at 2:18 PM, John Edmondson <[email protected]> wrote:
> As some of you know I have been trying to design a theme for habari for a
> while now.  Wp has wp_page_menu('arguments') , which I cant seam to find a
> habari alternative. If there is can someone let me know? Or point me down
> the correct route of doing this in php?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to