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 '' . "\n\t";
} elseif ($cmsmasters_layout == 'l_sidebar') {
echo '
' . "\n\t";
} else {
echo '
';
}
echo '
' . "\n";
total_school_author_box();
if (!have_posts()) :
echo '
' . esc_html__('No posts found', 'total-school') . '
';
else :
while (have_posts()) : the_post();
$current_tax = '';
$current_tax .= (has_term('category') ? 'category' : '');
$current_tax .= (has_term('pj-categs') ? 'pj-categs' : '');
$current_tax .= (has_term('product_cat') ? 'product_cat' : '');
$current_tax .= (has_term('tribe_events_cat') ? 'tribe_events_cat' : '');
$current_tax .= (has_term('cp-categs') ? 'cp-categs' : '');
$current_tax .= (has_term('events_category') ? 'events_category' : '');
?>
>
';
total_school_thumb(get_the_ID(), 'cmsmasters-square-thumb');
echo '
';
}
?>
' .
'
';
if (cmsmasters_title(get_the_ID(), false) == get_the_ID()) {
echo '' .
get_the_date() .
'';
} else {
echo get_the_date();
}
echo '' .
'
' .
get_the_modified_date() .
'' .
'';
}
?>
' . $post_type_obj->labels->singular_name . '';
?>
';
if (get_post_type() == 'post') {
echo '
' .
esc_html__('by', 'total-school') . ' ' .
'' . get_the_author_meta('display_name') . '' .
'';
}
if ($current_tax != '') {
echo '
' .
esc_html__('In', 'total-school') . ' ' .
total_school_get_the_category_list(get_the_ID(), $current_tax, ', ') .
'';
}
echo '
';
}
if (theme_excerpt(55, false) != '') {
echo cmsmasters_divpdel('
' . "\n" .
wpautop(theme_excerpt(55, false)) .
'
' . "\n");
}
?>
' . "\n" .
'
' . "\n" .
'' . "\n\n";
if ($cmsmasters_layout == 'r_sidebar') {
echo "\n" . '' . "\n" .
'' . "\n" .
'' . "\n";
} elseif ($cmsmasters_layout == 'l_sidebar') {
echo "\n" . '' . "\n" .
'' . "\n" .
'' . "\n";
}
get_footer();