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 */ ?> <div class="item"> <article id="post-<?php the_ID(); ?>" <?php post_class( 'blog-post' ); ?>> <div class="main-post entry-border"> <?php get_template_part( 'tpl/feature-post'); ?> <div class="content-post"> <?php $content_elements = themesflat_layout_draganddrop(themesflat_get_opt( 'post_content_elements' )); foreach ( $content_elements as $content_element ) : if ( 'meta' == $content_element ) { get_template_part( 'tpl/entry-content/entry-content-meta' ); } elseif ( 'title' == $content_element ) { get_template_part( 'tpl/entry-content/entry-content-title' ); } elseif ( 'excerpt_content' == $content_element ) { get_template_part( 'tpl/entry-content/entry-content-body' ); } elseif ( 'readmore' == $content_element ) { get_template_part( 'tpl/entry-content/entry-content-readmore' ); } endforeach; ?> </div><!-- /.entry-post --> </div><!-- /.main-post --> </article><!-- #post-## --> </div>