How to show more than one post excerpt on my blog page?
-
Hi, I don’t know what’s wrong, but I can’t make the blog page show more than the excerpt from one post.
Obviously I want it to display as many as can fit on the content section
https://www.surfsmart.dk/blog <– The website
Anyone knows what I need to write to fix this? I’m 99% sure I need to add something in the index.php file, I just don’t know what..
Here’s the important part of index.php
<?php get_header(); the_post(); ?> <div id="content"> <img class="tape" src="<?php echo get_template_directory_uri(); ?>/img/tape.png" alt="" /> <div id="breadcrumb"><span xmlns:v="https://rdf.data-vocabulary.org/#"><span typeof="v:Breadcrumb"><span class="breadcrumb_last" property="v:title"><?php the_breadcrumb(); ?></span></span></span></div> <div class="topbillede"><?php echo rwmb_meta( 'surfsmart_topbillede' ); ?></div> <article style="margin-top:40px"> <h1><?php the_title(); ?></h1> <a href="<?php the_permalink(); ?>"><?php the_title(); ?> - <?php the_author(); ?> - <?php the_date(); ?></a><br /><i> <?php the_excerpt( $more_link_text , $strip_teaser ); ?>
What do I need to add to get more excerpts to fit on the page?
Much appreciated ??
Dave
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to show more than one post excerpt on my blog page?’ is closed to new replies.