* @since 2.2.0 * @uses template-parts/sitemap */ ?>

Sections

Pages

Authors

Posts by category

'', 'hide_empty' => 'true', ); $cats = get_categories( $catargs ); foreach ( $cats as $catsingle ) { echo '

' . esc_html( $catsingle->cat_name ) . '

'; echo ''; }