Server IP : 172.67.214.6 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux premium900.web-hosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : redwjova ( 1790) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/redwjova/clevorio.com/wp-content/themes/smart-mag/partials/single/ |
Upload File : |
<?php /** * Classic post style title and meta partial template - called from content.php */ ?> <div class="heading cf"> <?php $tag = 'h1'; if (!is_single() || is_front_page()) { $tag = 'h2'; } ?> <<?php echo $tag; ?> class="post-title"> <?php if (!is_front_page() && is_singular()): the_title(); else: ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"> <?php the_title(); ?></a> <?php endif;?> </<?php echo $tag; ?>> <a href="<?php comments_link(); ?>" class="comments"><i class="tsi tsi-comments-o"></i> <?php echo get_comments_number(); ?></a> </div> <div class="the-post-meta cf"> <span class="posted-by"><?php echo esc_html_x('By', 'Legacy Meta', 'bunyad'); ?> <span class="reviewer"><?php the_author_posts_link(); ?></span> </span> <span class="posted-on"><?php echo esc_html_x('on', 'Legacy Meta', 'bunyad'); ?> <span class="dtreviewed"> <time class="value-title" datetime="<?php echo esc_attr(get_the_time(DATE_W3C)); ?>" title="<?php echo esc_attr(get_the_time('Y-m-d')); ?>"><?php echo esc_html(get_the_date()); ?></time> </span> </span> <span class="cats"><?php echo get_the_category_list(__(', ', 'bunyad')); ?></span> </div>