Revised by on single and list posts
This commit is contained in:
parent
ab12fe0fb9
commit
356c1bd956
|
@ -10,7 +10,7 @@
|
|||
</h3>
|
||||
<?php echo '<p class="text-black">'.wp_trim_words( get_the_excerpt(), 28, '...').'</p>'; ?>
|
||||
<?php tainacan_post_date(); ?>
|
||||
<?php printf(__('by %s', 'tainacan-theme'), get_the_author_posts_link()); ?>
|
||||
<span style="font-size: 12px; font-weight: 400; color: #898d8f;"> <?php printf(__('by %s', 'tainacan-theme'), get_the_author_posts_link()); ?></span>
|
||||
<a href="<?php the_permalink(); ?>" class="readmore float-right"><?php _e('Read more...'); ?></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<article role="article" id="post_<?php the_ID()?>" <?php post_class()?>>
|
||||
<header class="mb-4">
|
||||
<div class="header-meta text-muted mb-5 d-flex">
|
||||
<?php tainacan_post_date(); ?> <?php printf(__('by %s', 'tainacan-theme'), get_the_author_posts_link()); ?>
|
||||
<?php tainacan_post_date(); ?> <?php printf(__('by %s', 'tainacan-theme'), get_the_author_posts_link()); ?>
|
||||
<div class="btn-group ml-auto" role="group">
|
||||
<?php if ( true == get_theme_mod( 'facebook_share', true ) ) : ?>
|
||||
<a href="http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>" class="" target="_blank">
|
||||
|
|
Loading…
Reference in New Issue