PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/seoshop.live/wp-content/themes/seo_reseller_v1/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : //home/trave494/seoshop.live/wp-content/themes/seo_reseller_v1/blog.php |
<?php /* Template Name: Blog */ ?> <?php get_header();?> <div class="clear"></div> <div id="main"> <div class="base"> <div class="content_area blog"> <div class="all_articles"> <ul> <?php $paged = get_query_var('paged') ? get_query_var('paged') : 1; $wp_query = new WP_Query (array( 'post_type' => 'post', 'paged' => $paged, 'post_status' => 'publish', 'posts_per_page' => 10) ); while ($wp_query->have_posts()) : $wp_query->the_post(); ?> <li class="article_item"> <div class="art_title"> <a href="<?php the_permalink() ?>" title="Read full article"><?php echo the_title();?></a> </div> <span> <?php if ( has_post_thumbnail() ) { the_post_thumbnail();}?> </span> <div class="art_text"> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>><?php echo limit_words(get_the_excerpt(), '80'); ?></div> </div> <div class="art_info"> <div class="art_date"> <?php the_time('F j, Y');?><?php echo " in ";?><?php echo get_the_term_list( get_the_ID(), 'category','', ', ', '' ) ?> </div> <div class="art_more"> <a href="<?php the_permalink() ?>" title="Read more">Read more</a> </div> </div> </li> <?php endwhile; ?> </ul> <div class="navigation"> <?php wp_pagenavi(); ?> </div> </div> </div> <div class="sidebar_area blog_sb"> <?php get_sidebar('blog');?> </div> </div> </div> <div class="clear"></div> <?php get_footer();?>