| Server IP : 217.160.0.15 / Your IP : 216.73.216.30 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/43/d124547881/htdocs/app395378437/wp-content/themes/mk/formats/ |
Upload File : |
<?php ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php echo lnt_themes_media_grabber(array(type=>'audio')); ?>
<div class="clearfix"></div>
<header class="entry-header top20">
<?php the_title( sprintf( '<h1 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h1>' ); ?>
</header><!-- .entry-header -->
<div class="entry-content">
<?php the_excerpt(); ?>
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . __( 'Pages:', 'mk' ),
'after' => '</div>',
) );
?>
</div><!-- .entry-content -->
<footer class="entry-footer">
<div class="row">
<div class="col-sm-9 col-md-9">
<?php mk_entry_footer(); ?>
</div>
<div class="col-sm-3 col-md-3">
<span class="pull-right">
<?php
if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) {
echo '<span class="comments-link">';
comments_popup_link( __( '<i class="fa fa-comments"></i> 0', 'mk' ), __( '<i class="fa fa-comments"></i> 1', 'mk' ), __( '<i class="fa fa-comments"></i> %', 'mk' ) );
echo '</span>';
}
?>
</span>
</div>
</div>
</footer><!-- .entry-footer -->
</article>