one extra
<?php
/**
* The Template part for displaying posts
*
* @link <a href="https://codex.wordpress.org/Template_Hierarchy"-->https://codex.wordpress.org/Template_Hierarchy
*
* @package WP_Bootstrap_Starter
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="row">
<div class="col-md-3">
<div class="post-thumbnail">
<?php the_post_thumbnail(); ?>
</div></div>
<div class="border-line"></div>
<div class="col-md-8 post-8">
<div class="head-desc-blog">
<header class="entry-header">
<?php
if ( is_single() ) :
the_title( '<div class="entry-title"-->', '</header></div>' );
else :
the_title( '<div class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></div>' );
endif;
if ( 'post' === get_post_type() ) : ?>
<div class="entry-meta">
<?php wp_bootstrap_starter_posted_on(); ?>
</div><!-- .entry-meta -->
<?php
endif; ?>
<!-- .entry-header -->
<div class="entry-content-blog">
<?php the_excerpt('new_excerpt_length', 50); ?>
</div></div><!-- .entry-content -->
<footer class="entry-footer">
<?php echo '<a href="' . esc_url( get_permalink() ) . '" rel="bookmark"--><img class="image-link-blog" src="/wp-content/themes/wp-bootstrap-starter/inc/image/ARROW _ RIGHT.png">Read more '?>
<!--<?php wp_bootstrap_starter_entry_footer(); ?>-->
</footer><!-- .entry-footer --></div>
</article><!-- #post-## -->
commented on June 8th 19 at 17:36
Water code
- hipolito_Schiller86 commented on June 8th 19 at 17:34
remove one of the DIVS in this code and look - Lydia_Pur commented on June 8th 19 at 17:37
Thank you very much!)
Everything works) - hipolito_Schiller86 commented on June 8th 19 at 17:40