Exemplo n.º 1
0
 /**
  * Prints HTML with meta information for the categories, tags.
  *
  * Create your own kt_entry_meta() function to override in a child theme.
  *
  */
 function kt_entry_meta($share = false)
 {
     echo '<div class="post-item-meta">';
     echo '<div class="post-item-metaleft pull-left">';
     kt_entry_meta_author();
     kt_entry_date();
     echo '</div><!-- .post-item-metaleft -->';
     echo '<div class="post-item-metaright pull-right">';
     if ($share) {
         kt_share_box();
     }
     kt_get_post_views();
     kt_entry_meta_comments();
     echo '</div><!-- .post-item-metaright -->';
     echo '<div class="clearfix"></div></div><!-- .post-item-meta -->';
 }
Exemplo n.º 2
0
            </div>
            <div class="col-sm-4 col-md-4 col-xs-12 single-left">
                <div class="single-left-content">
                    <div class="content-single-left">
                        <h3 class="title">Lifestyle</h3>
                        <div class="category-desciption">
                            <p>" Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero"</p>
                        </div>
                    </div>
                    <div class="content-single-left">
                        <h3 class="title"><?php 
esc_html_e('Social share', 'mondova');
?>
</h3>
                        <?php 
kt_share_box();
?>
                    </div>
                    <div class="content-single-left">
                        <h3 class="title"><?php 
esc_html_e('Author', 'mondova');
?>
</h3>
                        <?php 
get_template_part('templates/author-bio');
?>
                    </div>
                    <?php 
$tags_list = get_the_tag_list();
if ($tags_list) {
    ?>
Exemplo n.º 3
0
if (!post_password_required()) {
    wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . esc_html__('Pages:', 'adroit') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . esc_html__('Page', 'adroit') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>'));
}
?>
    </div><!-- .entry-content -->

    <footer class="entry-footer clearfix">
        <?php 
kt_entry_meta_tags('<div class="tags-container pull-left">', '</div>');
echo '<div class="entry-footer-right pull-right">';
edit_post_link('<i class="fa fa-pencil"></i>', '<span class="edit-link" title="' . esc_html__('Edit', 'adroit') . '">', '</span>');
if (kt_option('single_like_post', 1)) {
    kt_like_post();
}
if (kt_post_option(null, '_kt_social_sharing', 'single_share_box', 1)) {
    kt_share_box(null, 'square', 'post-single-share');
}
echo '</div>';
?>
    </footer><!-- .entry-footer -->
</div><!-- #post-<?php 
the_ID();
?>
 -->

<div class="post-single-addons <?php 
echo esc_attr('post-layout-' . $layout);
?>
">
    <?php 
if (kt_post_option(null, '_kt_author_info', 'single_author', 1)) {