>
>
'; foreach ($blog_layouts_categories as $category) { echo '
  • ' . $category->name . '
  • '; } echo ''; } ?>
    '', 'link_before' => '', 'link_after' => '', ) ); ?>
    '; } // Author $blog_layouts_author_info = get_theme_mod('author_details', true); if ($blog_layouts_author_info) { $blog_layouts_author_id = get_the_author_meta('ID'); $blog_layouts_author_name = esc_html(get_the_author_meta('display_name')); $blog_layouts_author_description = esc_html(get_the_author_meta('description')); $blog_layouts_author_website = esc_url(get_the_author_meta('user_url')); $blog_layouts_author_avatar = get_avatar($blog_layouts_author_id, 500); ?>
    >
    '; get_sidebar(); echo ''; }; ?>