M
M
MisTFoR2019-12-29 20:15:24
WooCommerce
MisTFoR, 2019-12-29 20:15:24

What if Woocommerce displays products via entry-summary?

What if Woocommerce displays products via entry-summary? It displays only the picture and description of the product, ALL. The same goes for the product card. Here is the entry-summary file code:

<div class="entry-summary">
<?php if ( has_post_thumbnail() ) : ?>
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_post_thumbnail(); ?></a>
<?php endif; ?>
<?php the_excerpt(); ?>
<?php if ( is_search() ) { ?>
<div class="entry-links"><?php wp_link_pages(); ?></div>
<?php } ?>
</div>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question