GIF89a;
Notice: Undefined index: in /home/bs3263/domains/poolq.ee/public_html/wp-content/plugins/classic-editor/classic-editor.php on line 3
Priv8 Uploader By InMyMine7
Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
<?php
/*
Template Name: Blog Page
*/
?>
<?php get_header(); ?>
<!--Start Contetn wrapper-->
<div class="grid_24 content_wrapper">
<div class="grid_15 alpha">
<!--Start side content-->
<div class="side_content">
<?php
$limit = get_option('posts_per_page');
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts('showposts=' . $limit . '&paged=' . $paged);
$wp_query->is_archive = true; $wp_query->is_home = false;
?>
<!-- Start the Loop. -->
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<!--Start Post-->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<h1 class="post_title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
<ul class="post_info">
<li class="postedon"><?php _e( 'Posted on', 'themia'); ?>
<?php the_date(); ?>
</li>
<li class="postedin"><?php _e( 'in', 'themia'); ?>
<?php the_category(', '); ?>
</li>
<li class="postedby"><?php _e( 'by', 'themia'); ?>
<?php the_author_posts_link(); ?>
</li>
</ul>
<hr/>
<?php if ((function_exists('has_post_thumbnail')) && (has_post_thumbnail())) { ?>
<a href="<?php the_permalink(); ?>">
<?php the_post_thumbnail('post_thumbnail', array('class' => 'postimg')); ?>
</a>
<?php
} else {
?>
<a href="<?php the_permalink(); ?>"> <?php echo inkthemes_main_image(); ?> </a>
<?php
}
?>
<?php the_excerpt(); ?>
<a href="<?php the_permalink(); ?>" class="continue"><?php _e( 'Continue reading...', 'themia'); ?></a> </div>
<div class="shadow"> </div>
<!--End Post-->
<?php endwhile;
else: ?>
<div class="post">
<p>
<?php _e('Sorry, no posts matched your criteria.', 'themia'); ?>
</p>
</div>
<?php endif; ?>
<div class='wp-pagenavi'>
<?php inkthemes_pagination(); ?>
</div>
</div>
<!--End side content-->
</div>
<?php get_sidebar(); ?>
</div>
<!--End Content wrapper-->
<div class="clear"></div>
</div>
<?php get_footer(); ?>