Links

This page is under construction. I’m working on a new WordPress plugin for indexing links, so this page is a work-in-progress. You can get full details on my plugin on my other site, Ella-Phant.




    $cats = get_categories("type=link&hide_empty=0&child_of=10");
    foreach ($cats as $cat) {
    echo '

    '.$cat->cat_name.'

    ';
    } // end cats loop;

    wp_list_bookmarks('show_description=1&category=22&categorize=0&title_li=');

    ?>