Hello thanks for the great theme, I have the same problem, what changes can I make to the child theme to do this, I tried commenting out that div but that did not seem to work, see below
<!–<div class=”section_thumbnails group”>
<h3>Recent Posts</h3>
/*<?php $the_query = new WP_Query(array(
‘showposts’ => 2,
‘post__not_in’ => get_option(“sticky_posts”),
));
?>
<?php while ($the_query -> have_posts()) : $the_query -> the_post(); ?>
<div class=”col span_1_of_2″>
<article class=”recent”>
<h2>“><?php the_title(); ?></h2>
<?php
if ( has_post_thumbnail() ) {
$image_src = wp_get_attachment_image_src( get_post_thumbnail_id(),’featured’ );
echo ‘<img alt=”post” class=”imagerct” src=”‘ . $image_src[0] . ‘”>’;
}
?>
<?php echo content(50); ?><div class=”thumbs-more-link”>“> More</div>–>
appreciate some help
Regards
Deb