????JFIF??x?x????'
Server IP : 104.21.32.1 / 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(); if (!empty($post_id) && is_single($post_id) && SLIDE_SWP_keep_single_post_meta()) { $post = $auth = get_post($post_id); $auth_id = $auth->post_author; $post_type = get_post_type($post_id); if ('post' == $post_type) { ?> <div class="lc_post_meta"> <span class="meta_entry swp_date_meta"><?php echo get_the_date('', $post_id); ?></span> <span class="meta_entry swp_author_meta"> <?php echo esc_html__('by', 'slide'); ?> <a href="<?php echo get_author_posts_url($auth_id); ?>"> <?php echo get_the_author_meta('display_name', $auth_id); ?> </a> </span> <span class="meta_entry swp_cat_meta"> <?php echo esc_html__('in ', 'slide'); the_category(' ⋅ '); ?> </span> </div> <?php }?> <?php }