<?php if( function_exists( 'aioseo_html_sitemap' ) ) aioseo_html_sitemap( array( 'post_types' => 'post,page', 'taxonomies' => 'category', 'label_tag' => 'span', 'show_label' => 'true', 'publication_date' => 'true', 'archives' => 'false', 'order' => 'ASC', 'order_by' => 'alphabetical' ) ); ?>
'post,page',
'taxonomies' => 'category',
'label_tag' => 'span',
'show_label' => 'true',
'publication_date' => 'true',
'archives' => 'false',
'order' => 'ASC',
'order_by' => 'alphabetical'
) ); ?>