jquery / 2012-dev-summit

Information regarding the 2012 Developer Summit in DC
14 stars 14 forks source link

Add next/previous article navigation to learn site footer #91

Closed ajpiano closed 12 years ago

ajpiano commented 12 years ago

footer

nacin commented 12 years ago

Something like this:

$posts = get_posts( array(
    'post_type' => 'page',
    'post_status' => 'publish',
    'post_parent' => $parent_id,
) );
johnkpaul commented 12 years ago

This is addressed in web-base-template https://github.com/jquery/web-base-template/pull/83

RedWolves commented 12 years ago

Tracked in learn.