OS : Linux
PHP Version : 7.4.33
Software : Apache/2.4.6 (CentOS) PHP/7.4.33
Information System : Linux apprendre2 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Disable Function : ' . "\n";
if ($cmsmasters_layout == 'r_sidebar') {
echo '' . esc_html__('Website Pages', 'total-school') . '
';
wp_nav_menu(array(
'theme_location' => 'primary',
'container' => '',
'sort_column' => 'menu_order',
'menu_class' => 'cmsmasters_sitemap navigation_menu'
));
}
if ($cmsmasters_option['total-school' . '_sitemap_categs']) {
echo '' .
'' . esc_html__('Blog Archives by Categories', 'total-school') . '
' .
'';
wp_list_categories(array(
'title_li' => '',
'orderby' => 'name',
'order' => 'ASC'
));
echo '
';
}
if ($cmsmasters_option['total-school' . '_sitemap_tags']) {
$tags = get_tags(array(
'orderby' => 'name',
'order' => 'DESC'
));
echo '' .
'' . esc_html__('Blog Archives by Tags', 'total-school') . '
' .
'';
foreach ((array) $tags as $tag) {
echo '
';
}
if ($cmsmasters_option['total-school' . '_sitemap_month']) {
echo '' .
'' . esc_html__('Blog Archives by Month', 'total-school') . '
' .
'';
wp_get_archives(array(
'show_post_count' => true,
'format' => 'custom',
'before' => '
';
}
if ($cmsmasters_option['total-school' . '_sitemap_pj_categs']) {
echo '' .
'' . esc_html__('Portfolio Archives by Categories', 'total-school') . '
' .
'';
wp_list_categories(array(
'title_li' => '',
'orderby' => 'name',
'order' => 'ASC',
'taxonomy' => 'pj-categs'
));
echo '
';
}
if ($cmsmasters_option['total-school' . '_sitemap_pj_tags']) {
echo '' .
'' . esc_html__('Portfolio Archives by Tags', 'total-school') . '
' .
'';
wp_list_categories(array(
'title_li' => '',
'orderby' => 'name',
'order' => 'ASC',
'hierarchical' => false,
'taxonomy' => 'pj-tags'
));
echo '
';
}
echo '