>
>
'; foreach ($categories as $category) { echo '
  • ' . $category->name . '
  • '; } echo ''; } ?>
    '', 'link_before' => '', 'link_after' => '', ) ); ?>
    '; } // Author $author_info = get_theme_mod('author_details', true); if ($author_info) { $author_id = get_the_author_meta('ID'); $author_name = esc_html(get_the_author_meta('display_name')); $author_description = esc_html(get_the_author_meta('description')); $author_website = esc_url(get_the_author_meta('user_url')); $author_avatar = get_avatar($author_id, 500); ?>
    >
    '; get_sidebar(); echo ''; }; ?>