Server IP : 162.0.217.223 / Your IP : 216.73.216.153 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/tu-international.com/wp-content/themes/motorx/ |
Upload File : |
<?php /** * @package motorx */ global $themesflat_thumbnail; $themesflat_thumbnail = 'themesflat-blog'; ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'blog-post blog-single' ); ?>> <?php get_template_part( 'tpl/feature-post-single'); ?> <!-- end feature-post single--> <div class="content-post-single"> <div class="meta"> <?php echo '<span class="item-meta post-author">'; printf( '<a class="meta-text" href="%s" title="%s" rel="author"><i class="icon-motorx-user2"></i> <span>%s</span> </a>', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) )), esc_attr( sprintf( esc_html__( 'View all posts by %s', 'motorx' ), get_the_author() ) ),get_the_author()); echo '</span>'; echo'<span class="item-meta post-comments"><span class="meta-text"><i class="icon-motorx-comment"></i> '; comments_number (); echo '</span></span>'; echo '<span class="item-meta post-date">'; $archive_year = get_the_time('Y'); $archive_month = get_the_time('m'); $archive_day = get_the_time('d'); echo '<span class="meta-text"><i class="icon-motorx-date3"></i> '.get_the_date().'</span>'; echo '</span>'; ?> </div> </div><!-- /.entry-post --> <!-- begin feature-post single --> <div class="content-post-sigle-title"> <?php if ( themesflat_get_opt('blog_featured_title') != '' ): ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php endif; ?> </div> <div class="main-post"> <div class="entry-content clearfix"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'motorx' ), 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>' ) ); ?> </div><!-- .entry-content --> </div><!-- /.main-post --> </article><!-- #post-## --> <?php if( themesflat_get_opt('show_entry_footer_content') == 1 ): ?> <?php themesflat_entry_footer(); ?> <?php endif; ?>