• 1 ); $categories=get_categories($args); foreach($categories as $category) { echo '
    • name ) . '" ' . '>' . $category->name.'
    • '; } ?>