Home › Forums › Main Forum › Blog page will not display the blog entries › Reply To: Blog page will not display the blog entries
I figured out the code to use…. It is:
<?php if ( !is_single() && !is_page() ) { ?>
<h2 class=”entry-title” itemprop=”headline”> ” title=”<?php the_title(); ?>” rel=”bookmark”><?php if(! has_post_thumbnail()) { the_title(); } ?> </h2>
<?php } ?>
I was correct to copy content.php to the child theme?
Lost Password?