I found a workaround: In content-archive.php, under entry-summary, I replaced <?php the-excerpt(); ?> with <?php the_content(); ?>
<div class=”entry-summary”>
<!–<?php the_excerpt(); ?>–>
<?php the_content(); ?>
</div><!– .entry-summary –>
There must be a better way to do this, but it’s ok for now…
PS: I didn’t have to use features images this way. And: “page style” under Customizer >> Lay-Out >> Search doesn’t do anything.
-
This reply was modified 5 years, 2 months ago by degarnaal.
-
This reply was modified 5 years, 2 months ago by degarnaal.