????JFIF??x?x????'
| Server IP : 172.67.174.47 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././home/./tempvsty/pontiacques.org/wp-content/themes/slide/views/utils/ |
Upload File : |
<?php
$post_id = get_the_ID();
$post_type = get_post_type($post_id);
$taxonomy_name = SLIDE_SWP_get_tax_name_by_post_type($post_type);
if (!empty($post_id) && is_single($post_id)) {
$post = $auth = get_post($post_id);
$auth_id = $auth->post_author;
?>
<?php if ('post' != $post_type) { ?>
<div class="lc_post_meta lc_cpt_category cpt_post_meta lc_swp_full">
<span class="meta_entry lc_cpt_category">
<?php
if (has_term('', $taxonomy_name, $post_id)) {
the_terms($post_id, $taxonomy_name, '', ' ', '');
}
?>
</span>
</div>
<?php } ?>
<?php
}